 Joining the ranks of people scammed by centralized exchanges is perfectly avoidable. In this series, I will show you how.. # Notice The images in this article are appearing *way too small* on my display, but only when loaded from steemit.com. If the same happens to you, please open the relevant images in a separate tab, they will then be the right size. Sorry for the inconvenience! # Introduction [Recent events](https://www.coindesk.com/bitfinex-bitcoin-hack-know-dont-know/) once again demonstrate that we should **think twice** before resorting to the services of a centralized crypto-currency service. It is not just the [privacy implications](https://steemit.com/money/@karnal/how-to-convert-usd-to-steemusd-in-one-step) (jump to "What is wrong with Bitcoin Exchanges?", or even better, *read the whole article, I consider it Part 1 of this series*) that should make you pause and assess the situation. If you use these centralizes services, **your funds are at risk too**. There are better alternatives. As part of my unofficial campaign to raise awareness of **alternatives to centralized crypto-currency services**, I would like to continue developing the topic of [Bitsquare](https://bitsquare.io/) for Steemit users. For an introduction to Bitsquare (what it is, what it aims to do, and how to create more synergy between Bitsquare and Steemit, [read this](https://steemit.com/money/@karnal/how-to-convert-usd-to-steemusd-in-one-step). # Scope of the series While it is possible to convert from/to Bitcoin to/from [Altcoins](http://www.investopedia.com/terms/a/altcoin.asp) (say, STEEM to/from BTC), here I am aiming exclusively at demonstrating how you can go to/from money in a bank account (and [Alipay](https://intl.alipay.com/), [Perfect Money](https://perfectmoney.is/?welcome=1), [OKPay](https://www.okpay.com/en/), even [Swish](https://www.getswish.se/) (for our Swedish friends) to Bitcoin. *(disclaimer: I do not endorse any of those services, as I do not use them personally)* We will do this **without** setting ourselves up for *identity theft* (by providing sensitive documents to companies of questionable reputation and competence) and without **putting our funds at their mercy**. ## Desired end result By the end of the series, you will be able to effortlessly go to and from fiat money to Bitcoin, at which point it is very simple to change to many other crypto-currencies ([including SteemUSD](https://steemit.com/investment/@karnal/thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead)) Once you understand the basic routines of using the Bitsquare software, signing away your privacy and sending your money to an untrustworthy third-party will all be distant memories in the past. # Preparations  Naturally, we begin by [installing the software](https://github.com/bitsquare/bitsquare/releases). It is also very important to **verify that your download has not been tampered with**. This should **never** happen, but since it is software that handles crypto-currency that we are talking about, you **really should** verify the authenticity of your download. *Thankfully* (so that I do not have to) the good folks over at [The Tor Project](https://www.torproject.org) have already [written a guide](https://www.torproject.org/docs/verifying-signatures.html.en) on how to do so for [Mac OS X](http://www.apple.com/osx/), [GNU/Linux](https://www.gnu.org/gnu/linux-and-gnu.en.html) and [Microsoft Windows](https://www.fsf.org/news/the-fsfs-statement-on-windows-10). ## Verifying the download  This section is, necessarily, technical. I have tried to keep it as simple as possible, but it is unavoidable that some technical terms and concepts have to be introducted. Truthfully, the chances that you end up with a backdoored version of the software are very, very tiny. If you can live with the uncertainty, feel free to skip this whole section. Otherwise... When you click the download link for Bitsquare above, you are taken to their [GitHub](https://github.com) page. In that page, you will find a few more files, besides the .dmg (if you are on a Mac), .deb (for Debian-like linux distributions) or .exe (for Windows users). Go ahead and download the one for your operating system. Other than that, the two files that you are interested in, for purposes of verifying the download (.dmg, .deb or .exe), are *F379A1C6.asc* and *signed_sha256_hashes.txt*. The former is a [public key](http://computer.howstuffworks.com/encryption3.htm) that you will import to gpg-compatible software. The latter is a *[cryptographically signed](https://en.wikipedia.org/wiki/Digital_signature)* file with the [hashes](https://en.wikipedia.org/wiki/File_verification) of the Bitsquare file (.dmg, .exe or .deb). **If all of this is over your head, the important things to understand are**: - You import the public key (*F379A1C6.asc*) to your GPG-compatible software, as described in the TorProject Guide above. > $ gpg --import **/tmp/F379A1C6.asc** > gpg: key F379A1C6: public key "Manfred Karrer <manfred@bitsquare.io>" imported > gpg: Total number processed: 1 > gpg: imported: 1 > gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model > gpg: depth: 0 valid: 15 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 15u > gpg: next trustdb check due at 2020-06-15 - You verify that *signed_sha256_hashes.txt* has not been tampered with: > $ gpg --verify /tmp/signed_sha256_hashes.txt > gpg: Signature made Sat 30 Jul 2016 12:56:16 AM WEST using RSA key ID F379A1C6 > gpg: **Good signature** from **"Manfred Karrer <manfred@bitsquare.io>"** [unknown] > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the owner. > Primary key fingerprint: 1DC3 C8C4 316A 698A C494 039C F5B8 4436 F379 A1C6 - Now that you know that the *hashes* inside *signed_sha256_hashes.txt* have not been tampered with (because the cryptographic signature checks out), you compare the hashes - if they match, you have the correct file. > $ sha256sum /tmp/Bitsquare-64bit-0.4.9.2.deb > **1826d8c9a205db5a6dc4a2d1c56a52be95955817088e0989ab832dd8b915b07b** /tmp/Bitsquare-64bit-0.4.9.2.deb > $ grep Bitsquare-64bit-0.4.9.2.deb /tmp/signed_sha256_hashes.txt > **1826d8c9a205db5a6dc4a2d1c56a52be95955817088e0989ab832dd8b915b07b** Bitsquare-64bit-0.4.9.2.deb - For Windows, *sha256sum* and *grep* are not available. - You need instead to open *signed_sha256_hashes.txt* with *notepad* and visually compare (the hashes). - For computing the sha256 hash on Windows, [I found this](https://sourceforge.net/projects/quickhash/) online. As you can see above, the output of *sha256sum* matches the hash for *Bitsquare-64bit-0.4.9.2.deb*, as described in *signed_sha256_hashes.txt*, which I verified was the original file, by checking the digital signature. All good, we have the right file. ## Installation  I can only provide an example for Linux. Installing on a Mac or a Windows system should be equally (if *slightly* more graphical) simple. > $ sudo dpkg -i /tmp/Bitsquare-64bit-0.4.9.2.deb > (Reading database ... 91859 files and directories currently installed.) > Preparing to unpack .../Bitsquare-64bit-0.4.9.2.deb ... > Removing shortcut > Unpacking bitsquare (0.4.9.2) over (0.4.9) ... > Setting up bitsquare (0.4.9.2) ... > Adding shortcut to the menu That is it! We are now ready to begin using the software. # Setting Bitsquare up Congratulations! You have (perhaps) made sure that you are installing the software as the authors intended, and you are now ready to start it up. Launch the software. You should be greeted by something like the following image.  ## Warning! This guide assumes that you live in a country where **direct access to the Tor network is not censored**. Bitsquare **operates over Tor**, and if you cannot connect to the Tor Network directly, you will need to use [bridges](https://www.torproject.org/docs/bridges.html.en). That is outside the scope of this tutorial, but drop a comment below if you are in this situation. ## First launch Give the software some time to catch up with the network, and eventually you should see .. ## The main screen  At the top, we have a series of clickable icons separated by the bitcoin price (fiat denominated) and the *available Bitcoin balance*. Bitsquare is also a **bitcoin wallet**, which you will learn to fund and operate in the next article in this series. Since you have just installed the software and the Bitsquare developers are not *that* generous, your BTC balance sits predictably at 0.00. The two icons at the far right (*Settings* and *Account*) will be the focus of this article. The central part of the screen is taken by the [order book](https://en.wikipedia.org/wiki/Order_book_(trading)) pertaining to the relevant (crypto-)currency - by default, the [US Dollar](https://en.wikipedia.org/wiki/USD). Under the order book, on the left you will see the top 3 offers to **buy bitcoin**, and on the right, the top 3 offers to **sell bitcoin**. ## Securing Bitsquare  There are only a handful of settings that you need to change in order to improve the security of your installation. By this I mean settings *inside the Bitsquare application* - I am not addressing the bigger scope of your [opsec](https://en.wikipedia.org/wiki/Operations_security) here. First and foremost, you will set a **high-quality, random password**. This topic has been beaten to death on steemit already, so I will not repeat everything that has been said once again. Merely, I will tell you this: you need a [password manager](https://en.wikipedia.org/wiki/Password_manager), and I recommend [KeePassX](http://keepass.info/download.html) - the *Classic Edition* (1.31 at the time of this writing). You **must keep regular backups of this application**, and you **must choose a strong password to secure the password manager itself**. So go ahead and generate a *giant* password for Bitsquare, using KeePassX (or your choice of password manager). Then, *in Bitsquare*, click the *Account* button (top, far right), then on the left side, *Wallet password*. You will see a healthy privacy disclaimer, which will become relevant later (see: "Customizing Bitsquare", below)  *Copy-paste the randomly generated password from the password manager* You will receive the following confirmation:  From now on, your password will be required for certain operations, *including starting up the Bitsquare application*. The other setting you should change is to *make Bitsquare connect to the Bitcoin network via Tor* - this will make your transactions **more private**, as they will no longer be tied down to your [IP address](https://en.wikipedia.org/wiki/IP_address). To do that, click the *Settings* button (next to *Account*, top right), then click the *Network info* tab, and check *Use Tor for Bitcoin Network*.  *Click "Apply and Shutdown", and wait for the application to come back - or restart it manually if it does not (happened during this demo session)* The startup screen will change slightly to reflect this change:  A few seconds later you should be back to the main screen. You should have also been asked during startup to input your Bitsquare password. ## Account setup  *None of the account information we will set up is transmitted from your computer (preserving your privacy), up to the point it has to be - and only to the person that needs it (your trading partner))* When it is time to trade crypto-currency for fiat (you want your SteemUSD to show up in your bank account as USD, EUR, etc), a peer-to-peer trading partner will send you fiat money in exchange for your Bitcoin (to recap: you are **selling bitcoin** and **buying fiat money** in this case) **For this to happen the trading partner needs to know where to send the fiat money.** Thus, we set up one or more accounts. The first step is choosing **which payment method** to use.  For purposes of this demo, I have set up an EUR account using SEPA, and a USD account for national transfers in the US. **NOTE**: Once you create an account, it is **not possible** to edit the details - you have to *delete* the account, and start over. So, make sure all the details are correct before clicking *Save new account*. Once again, click *Account* (top right corner). Then, click (on the left), *National currency accounts*.  *(fictitious details, demo)* As you can see, for *SEPA*, it is even possible to select *which countries* we will be accepting business from. Double-check your IBAN, SWIFT, and account holder. Name your account properly (I like using "[CURRENCY/PAYMENT_METHOD]: Description". Finally, click *Save new account*. For a *national bank transfer* in the US, here is how it might look like instead:  *(fictitious details, demo)* ## Final customizations Click *Settings* (top right). The main screen there has some options that you should explore:  *add and remove the national currencies that are relevant to you, ditto for crypto-currencies* # Recap We have installed and secured our Bitsquare installation, which will allow us to trade in and out of crypto-currency without recourse to a third-party exchange. Furthermore, we have set up one or more bank accounts, where our trading partners will be sending fiat money in exchange for Bitcoin. Though Steemit does not use Bitcoin, it is trivial to exchange SteemUSD (or indeed, STEEM) for Bitcoin using [blocktrades](https://blocktrades.us) ([simple tutorial](https://steemit.com/investment/@karnal/thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead)). This makes it possible - and easy - to materialize some of our Steemit profits in our bank account(s). We have also customized the software to our liking, ignoring all currencies that do not interest us.
author | karnal |
---|---|
permlink | decentralized-trading-guide-installation-and-initial-configuration |
category | bitsquare |
json_metadata | {"tags":["bitsquare","steemit","bitshares","bitcoin","cryptocurrency"],"links":["https://sourceforge.net/projects/quickhash/"]} |
created | 2016-08-04 12:12:48 |
last_update | 2016-08-04 20:45:42 |
depth | 0 |
children | 24 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 39.012 HBD |
curator_payout_value | 6.436 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,668 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,161 |
net_rshares | 19,349,146,816,912 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 28,844,400,647 | 1% | ||
fuzzyvest | 0 | 6,843,418,917,690 | 100% | ||
justin | 0 | 431,154,367,372 | 100% | ||
silver | 0 | 1,054,511,567,663 | 100% | ||
boy | 0 | 3,685,829,770 | 100% | ||
xeroc | 0 | 2,004,493,479,189 | 100% | ||
bue-witness | 0 | 4,472,411,375 | 100% | ||
bunny | 0 | 1,008,286,505 | 100% | ||
complexring | 0 | 2,700,176,248,876 | 100% | ||
ajvest | 0 | 468,157,373,431 | 100% | ||
bue | 0 | 60,761,229,698 | 100% | ||
chloe | 0 | 3,051,753,467 | 100% | ||
jen | 0 | 3,057,697,344 | 100% | ||
danknugs | 0 | 21,249,656,507 | 100% | ||
steemservices | 0 | 253,489,404,762 | 100% | ||
mini | 0 | 1,976,289,963 | 100% | ||
moon | 0 | 289,161,118 | 100% | ||
kelly | 0 | 64,527,475 | 100% | ||
bentley | 0 | 8,995,149,344 | 100% | ||
steempower | 0 | 1,266,975,435,121 | 100% | ||
officialfuzzy | 0 | 355,410,186,917 | 100% | ||
healthcare | 0 | 733,572,590 | 100% | ||
daniel.pan | 0 | 1,231,491,148 | 100% | ||
sophia | 0 | 460,819,153 | 100% | ||
helen.tan | 0 | 401,322,500 | 100% | ||
yefet | 0 | 22,224,562,585 | 100% | ||
chris4210 | 0 | 126,569,798,687 | 100% | ||
noaommerrr | 0 | 210,974,370,778 | 100% | ||
vitaly-lvov | 0 | 153,251,379,486 | 100% | ||
nenad-ristic | 0 | 74,080,677,507 | 100% | ||
ppitonak | 0 | 3,735,058,034 | 100% | ||
jeff-anthony | 0 | 485,955,829 | 100% | ||
hipster | 0 | 902,313,874,961 | 100% | ||
gekko | 0 | 928,420,963 | 100% | ||
pal | 0 | 224,790,791,331 | 100% | ||
term8 | 0 | 408,663,521 | 100% | ||
vadimberkut8 | 0 | 35,013,093,483 | 100% | ||
n25052016 | 0 | 586,206,038 | 100% | ||
manfredkarrer | 0 | 902,748,169 | 100% | ||
user26 | 0 | 443,844,485 | 100% | ||
murh | 0 | 1,395,106,473 | 11.33% | ||
sascha | 0 | 15,775,538,412 | 100% | ||
bogdanberkut | 0 | 7,221,566,477 | 100% | ||
irit | 0 | 141,926,071 | 100% | ||
adrimaug | 0 | 361,857,555 | 100% | ||
altoz | 0 | 37,402,254,659 | 100% | ||
samether | 0 | 17,584,919,743 | 100% | ||
ratel | 0 | 67,877,281,090 | 100% | ||
tim-johnston | 0 | 77,496,176,460 | 100% | ||
trogdor | 0 | 272,207,625,785 | 100% | ||
sean-king | 0 | 1,174,964,143,947 | 100% | ||
acec | 0 | 1,785,283,434 | 100% | ||
geoffrey | 0 | 30,861,257,725 | 100% | ||
james-mac | 0 | 8,114,362,848 | 100% | ||
karnal | 0 | 33,285,122,434 | 100% | ||
dasha | 0 | 8,253,650,712 | 100% | ||
konstantin | 0 | 9,906,746,197 | 100% | ||
cmtzco | 0 | 9,181,463,545 | 100% | ||
paliboy | 0 | 255,685,591 | 100% | ||
ustas | 0 | 1,886,700,645 | 100% | ||
stranger27 | 0 | 1,571,824,739 | 100% | ||
yogi.artist | 0 | 6,604,398,808 | 100% | ||
r4fken | 0 | 15,407,368,035 | 100% | ||
ghozia | 0 | 135,226,957 | 100% | ||
coinphilosopher | 0 | 934,069,078 | 100% | ||
thegoodguy | 0 | 3,694,418,160 | 100% | ||
bdavid | 0 | 9,741,953,170 | 100% | ||
soldat | 0 | 241,717,900 | 100% | ||
senseiteekay | 0 | 6,823,653,303 | 100% | ||
karen13 | 0 | 3,037,157,449 | 100% | ||
pictorians | 0 | 1,825,385,705 | 100% | ||
condra | 0 | 24,202,333,653 | 100% | ||
dcsignals | 0 | 243,420,587 | 100% | ||
seafarer124 | 0 | 239,264,372 | 100% | ||
lenar79 | 0 | 262,754,408 | 100% | ||
nataschasielers | 0 | 105,293,201 | 100% | ||
kellywin21 | 0 | 265,346,398 | 100% | ||
royaltiffany | 0 | 24,310,884,568 | 100% | ||
dworf | 0 | 118,875,067 | 100% | ||
tarindel | 0 | 4,455,202,719 | 100% | ||
firedesire | 0 | 100,182,266 | 100% | ||
shredlord | 0 | 1,707,534,657 | 100% | ||
frostwind | 0 | 30,915,506,958 | 100% | ||
jl777 | 0 | 87,265,038,526 | 100% | ||
alekst | 0 | 143,874,373 | 100% | ||
yarly3 | 0 | 242,511,601 | 100% | ||
yarly8 | 0 | 19,833,828 | 100% | ||
alsprinting | 0 | 6,258,003,178 | 100% | ||
anonblog | 0 | 1,588,558,323 | 100% | ||
cryptocameo | 0 | 10,210,463,713 | 100% | ||
jennamarbles | 0 | 12,602,796,583 | 100% | ||
proto | 0 | 13,220,852,980 | 100% | ||
raphma | 0 | 453,057,319 | 100% | ||
michaeldodridge | 0 | 14,273,062,400 | 100% | ||
dimitarj | 0 | 5,839,241,889 | 100% | ||
cryptoz | 0 | 108,349,406 | 100% | ||
blysards | 0 | 0 | 100% | ||
taker | 0 | 6,353,855,913 | 100% | ||
pr3ttyp3rf3ct | 0 | 652,081,883 | 100% | ||
steemlove | 0 | 1,289,265 | 0.1% | ||
viktor.phuket | 0 | 279,296,405 | 100% | ||
useless | 0 | 63,158,377 | 100% | ||
erikkartmen | 0 | 25,089,203 | 100% | ||
cheremet | 0 | 1,249,606 | 0.1% | ||
unrealisback | 0 | 1,186,482,300 | 100% | ||
younlong | 0 | 1,243,222 | 0.1% | ||
tomeraddady | 0 | 59,668,352 | 100% | ||
thecurator | 0 | 53,919,259 | 100% | ||
licdocarlos | 0 | 60,287,956 | 100% | ||
papajager | 0 | 51,394,104 | 100% | ||
netaterra | 0 | 50,096,792 | 100% | ||
rittr | 0 | 51,097,159 | 100% | ||
olegkorban | 0 | 53,318,680 | 100% | ||
garri74 | 0 | 39,387,738 | 100% | ||
brucy | 0 | 25,483,593 | 100% | ||
bitcoinfly | 0 | 57,685,340 | 100% | ||
shadowspub | 0 | 57,643,261 | 100% | ||
gduran | 0 | 57,351,357 | 100% | ||
marcs | 0 | 57,625,585 | 100% | ||
radent | 0 | 0 | 100% | ||
laizessfaire | 0 | 0 | 100% |
I feel great disturbance if Force that makes me upvote posts about Bitsquere... Once again, another exchange hacked... well... "hacked". If Bitcoins is P2P, exchanges should also be P2P. Bitsquere is what Satoshi would use to buy bitcoin ;)
author | acec |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t124057436z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 12:41:12 |
last_update | 2016-08-04 12:41:12 |
depth | 1 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 241 |
author_reputation | 693,860,176,160 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,611 |
net_rshares | 35,378,359,823 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
manfredkarrer | 0 | 902,748,169 | 100% | ||
acec | 0 | 1,785,283,434 | 100% | ||
karnal | 0 | 32,632,472,974 | 100% | ||
marcs | 0 | 57,855,246 | 100% |
I share the same opinion! Stay tuned, more articles about this coming over the following days .. :)
author | karnal |
---|---|
permlink | re-acec-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t164436700z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 16:44:36 |
last_update | 2016-08-04 16:44:36 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 605,213 |
net_rshares | 32,689,193,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 32,632,472,974 | 100% | ||
marcs | 0 | 56,720,829 | 100% |
Very useful guide. Decentralized markets like Bitsquare is the way to go!
author | bitcoinfly |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160805t094138172z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-05 09:41:39 |
last_update | 2016-08-05 09:41:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 714,517,472 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 620,666 |
net_rshares | 31,428,156,145 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 31,428,156,145 | 100% |
Upvoted
author | cheremet |
---|---|
permlink | decentralized-trading-guide-installation-and-initial-configuration |
category | bitsquare |
json_metadata | "" |
created | 2016-08-04 12:39:51 |
last_update | 2016-08-04 12:39:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | -269,345,517,998 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,589 |
net_rshares | -31,636,654,296 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | -31,327,544,586 | -100% | ||
soupernerd | 0 | 169,564,074 | 10% | ||
emilyelizabeth | 0 | 12,768,858 | 10% | ||
weenis | 0 | 166,415,113 | 10% | ||
steemitlove | 0 | 3,884,921 | 10% | ||
steemlove | 0 | 3,867,796 | 10% | ||
cheetah30 | 0 | -129,295,445 | -100% | ||
cheetah31 | 0 | -113,003,412 | -100% | ||
cheetah35 | 0 | -90,680,277 | -100% | ||
cheetah36 | 0 | -90,670,600 | -100% | ||
cheetah37 | 0 | -90,666,636 | -100% | ||
steemit.tips | 0 | 8,539,976 | 10% | ||
curls4life | 0 | 3,730,781 | 10% | ||
alniskobs | 0 | 3,803,213 | 10% | ||
amboyst | 0 | 3,730,823 | 10% | ||
cheremet | 0 | 3,748,818 | 10% | ||
anarchypory | 0 | 3,774,338 | 10% | ||
angevel | 0 | 3,754,736 | 10% | ||
backetri | 0 | 3,771,518 | 10% | ||
chonesta | 0 | 4,722,370 | 10% | ||
cheetah32 | 0 | -109,277,846 | -100% | ||
countrytalented | 0 | 3,844,792 | 10% | ||
cozyone123 | 0 | 3,726,484 | 10% | ||
crumaner | 0 | 3,773,042 | 10% | ||
daysaiyan | 0 | 3,746,706 | 10% | ||
daysmega | 0 | 3,746,486 | 10% | ||
daysmega1421 | 0 | 3,777,088 | 10% | ||
dotersvilic | 0 | 3,726,241 | 10% | ||
eternalabove | 0 | 3,702,219 | 10% | ||
cheetah33 | 0 | -90,296,195 | -100% | ||
cheetah34 | 0 | -90,279,849 | -100% | ||
sugarfromhell | 0 | 3,700,520 | 10% | ||
gaspot | 0 | 3,827,260 | 10% | ||
forgetthefallen | 0 | 3,759,090 | 10% | ||
eleiminer | 0 | 3,741,254 | 10% | ||
etccrap | 0 | 3,690,907 | 10% | ||
abctrade | 0 | 4,923,782 | 10% | ||
yandra86 | 0 | 3,821,052 | 10% | ||
hxclife | 0 | 3,846,103 | 10% | ||
rottennasty | 0 | 3,721,360 | 10% | ||
feeltheblade | 0 | 3,687,409 | 10% | ||
silvesterstay | 0 | 3,667,014 | 10% | ||
joujou666 | 0 | 3,682,174 | 10% | ||
praisenoone | 0 | 3,955,161 | 10% | ||
rickydevil | 0 | 3,950,902 | 10% | ||
softpunk | 0 | 3,754,010 | 10% | ||
redddet | 0 | 3,694,319 | 10% | ||
catirabella | 0 | 3,744,777 | 10% | ||
redredwinewine | 0 | 3,773,063 | 10% |
Thank you for this karnal. But what is the advantage of using this over BitShares? BitShares is totally decentralized too.
author | jabberw0cky |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t175949171z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 17:59:57 |
last_update | 2016-08-04 17:59:57 |
depth | 1 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 2,488,807,039,602 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 606,626 |
net_rshares | 32,632,472,974 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 32,632,472,974 | 100% |
Not when it comes to going in and out of fiat currency. If you read my writings you will quickly realize I am a big #bitshares fan, but #bitsquare is a better tool for this particular job. Even if there were enough fiat gateways on the Bitshares ecosystem, you would still always depend on them to honor your conversion request. Bitsquare differs in that it is peer to peer *and* decentralized. Bitshares does not aim to be peer to peer at all. Hope that clears the confusion!
author | karnal |
---|---|
permlink | re-jabberw0cky-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t181053100z |
category | bitsquare |
json_metadata | {"tags":["bitshares","bitsquare"]} |
created | 2016-08-04 18:10:54 |
last_update | 2016-08-04 18:10:54 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 481 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 606,786 |
net_rshares | 32,689,193,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 32,632,472,974 | 100% | ||
marcs | 0 | 56,720,829 | 100% |
Big correction to this article, the KeePassX version I recommend is 0.4.x, not 1.31 - that is for KeePass, a different (but related program). Article is no longer editable, my apologies for this oversight!
author | karnal |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160805t101822500z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-05 10:18:21 |
last_update | 2016-08-05 10:18:21 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 206 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,134 |
net_rshares | 30,773,402,892 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 30,773,402,892 | 100% |
 For those interested, I have [written a post](https://steemit.com/steem/@karnal/securing-your-password-manager) about properly securing the password manager.
author | karnal |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160805t102605900z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"],"image":["https://img1.steemit.com/0x0/https://i.imgsafe.org/461f756695.jpeg"]} |
created | 2016-08-05 10:26:06 |
last_update | 2016-08-05 10:26:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,247 |
net_rshares | 30,118,649,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 30,118,649,639 | 100% |
nice post...!
author | licdocarlos |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t130023348z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 13:00:12 |
last_update | 2016-08-04 13:00:12 |
depth | 1 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 3,495,916,151 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,926 |
net_rshares | 0 |
Thank you!
author | karnal |
---|---|
permlink | re-licdocarlos-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t164456700z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 16:44:57 |
last_update | 2016-08-04 16:44:57 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 605,222 |
net_rshares | 32,632,472,974 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 32,632,472,974 | 100% |
Great thanks for the great tutorial!!!!
author | manfredkarrer |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160807t003639034z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-07 00:37:15 |
last_update | 2016-08-07 00:37:15 |
depth | 1 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 1,234,635,526 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 653,460 |
net_rshares | 34,707,539,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 34,707,539,175 | 100% |
Nice to see you here :) Stay tuned for upcoming parts of the tutorial, I will continue writing tomorrow - enjoying a chilled out weekend for now. And thank you a lot for making Bitsquare !!
author | karnal |
---|---|
permlink | re-manfredkarrer-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160807t080138000z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-07 08:01:39 |
last_update | 2016-08-07 08:01:39 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 191 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 658,206 |
net_rshares | 34,707,539,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 34,707,539,175 | 100% |
Great, sounds good but without exchanges how would we determine price of the crypto. The exchanges provide liquidity and allows the market to determine price through the mechanism of supply and demand. They do serve a useful purpose even if some turn rogue. People in the crypto space are generally averse to regulation but sometimes it is in place to protect you and not always control you.
author | michaeldodridge |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t122146903z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 12:21:51 |
last_update | 2016-08-04 12:24:24 |
depth | 1 |
children | 2 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 392 |
author_reputation | 3,270,661,957,369 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,303 |
net_rshares | 33,209,344,663 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptohead | 0 | 576,871,689 | 100% | ||
karnal | 0 | 32,632,472,974 | 100% |
It would be a good problem to have if we ever made it there - I do not think it will happen. If a decentralized exchange became the main source of trading, then you would just grab the price from the decentralized exchange itself.
author | karnal |
---|---|
permlink | re-michaeldodridge-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t122611500z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 12:26:12 |
last_update | 2016-08-04 12:26:12 |
depth | 2 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,361 |
net_rshares | 50,641,998,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ppitonak | 0 | 3,735,058,034 | 100% | ||
karnal | 0 | 32,632,472,974 | 100% | ||
michaeldodridge | 0 | 14,274,467,851 | 100% |
Thanks for clarrifying, I think I'll need to think a little more how the technology would work to determine price.
author | michaeldodridge |
---|---|
permlink | re-karnal-re-michaeldodridge-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160804t122930437z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-04 12:29:33 |
last_update | 2016-08-04 12:29:33 |
depth | 3 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 3,270,661,957,369 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,410 |
net_rshares | 0 |
Hm...it would be interested to have bitsquare as the kind of "local bitcoins" to #bitshares as well. :) Anyone can run their own exchange and use bitsquare to buy and sell other cryptos for real cash by settling through the Dex. :) Thoughts? P.S. I love bitsquare. good call :)
author | officialfuzzy |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160805t034554993z |
category | bitsquare |
json_metadata | {"tags":["bitshares","bitsquare"]} |
created | 2016-08-05 03:45:54 |
last_update | 2016-08-05 03:45:54 |
depth | 1 |
children | 1 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 386,160,910,642,701 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 616,300 |
net_rshares | 32,082,174,715 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 32,082,174,715 | 100% |
BitShares (BTS) is already supported by Bitsquare. There is zero volume though, I think because most people in the Bitshares ecosystem do not yet realize they can easily go BTS->BTC->fiat from Bitsquare. Or perhaps, we just do not like selling our BTS .... ;) Adding SmartCoins support would be awesome though! Been meaning to write about that, but the post about adding SteemUSD did so badly that it hardly seems worth the effort. Would you be interested in having BitUSD & co in Bitsquare?
author | karnal |
---|---|
permlink | re-officialfuzzy-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160805t080935700z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-05 08:09:36 |
last_update | 2016-08-05 08:09:36 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 495 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 619,382 |
net_rshares | 31,427,436,455 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 31,427,436,455 | 100% |
what are the differences between Bitsquare and OpenLedger - and Bitshares platform itself - if both are based on Bitshares?
author | rok-sivante |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160808t141239217z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-08 14:12:39 |
last_update | 2016-08-08 14:12:57 |
depth | 1 |
children | 2 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 664,045,451,891,191 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 682,883 |
net_rshares | 43,167,266,140 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 11,404,025,836 | 100% | ||
karnal | 0 | 31,763,240,304 | 100% |
Hi Rok, please check my new exposing conartists post, it involves @lauralemons and a clear as water scam/plagiarism https://steemit.com/scam/@earnest/exposing-conartists-posers-and-liars-the-case-of-lauralemons
author | earnest |
---|---|
permlink | re-rok-sivante-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160808t154514700z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"],"users":["lauralemons"],"links":["https://steemit.com/scam/@earnest/exposing-conartists-posers-and-liars-the-case-of-lauralemons"]} |
created | 2016-08-08 15:45:15 |
last_update | 2016-08-08 15:45:15 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | -2,314,359,161,729 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 684,588 |
net_rshares | 5,659,552,069 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
somedude | 0 | 5,659,552,069 | 100% |
Bitsquare is not based on bitshares - they both propose to enable *decentralized trading*, but reach that goal through very different means, and arguably with different goals in mind as well. Bitsquare is much more geared towards going in and out of the *legacy* banking system in a decentralized way (as in, you do not need to sign away your rights and provide a company with a sample of your DNA (only slightly exaggerating there :-))). You can trade crypto-to-crypto with Bitsquare as well, but in my opinion what makes it unique (and thus distinguishes it from Bitshares) is that you can trade fiat money peer to peer with other people. While Bitshares also enables you to trade in and out of fiat, there are some differences. To begin, it is not peer to peer. There is a centralized company who takes your cryptographic tokens, and exchanges them for money in a bank account. Then, there is the fact that at the moment there is really one company only providing this service, and they are based in Europe - which means, unless the customer is also in Europe, the fees and delays will most likely not be worth the hassle. It is a vision of many Bitshares users that in time there will be a global network of such companies, but for now that is just a dream. So, both bitsquare and bitshares are decentralized trading systems, but bitshares is more geared to quickly exchanging crypto-tokens in a decentralized (and not peer-to-peer) manner, with the possibility of exchanging crypto-tokens for fiat (in a non-decentralized, with counterparty risk, and not peer-to-peer) as well. Bitsquare is a decentralized peer-to-peer trading system, (in my opinion) more geared and better suited for trading in and out of fiat. Both are excellent pieces of software, with excellent use cases. I am a big fan of both.
author | karnal |
---|---|
permlink | re-rok-sivante-re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20160808t142256500z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"]} |
created | 2016-08-08 14:22:57 |
last_update | 2016-08-08 14:22:57 |
depth | 2 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.402 HBD |
curator_payout_value | 0.126 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,817 |
author_reputation | 19,869,197,162,216 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 683,048 |
net_rshares | 1,028,299,737,481 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ihashfury | 0 | 966,828,249,511 | 100% | ||
karnal | 0 | 31,763,240,304 | 100% | ||
arcurus | 0 | 29,708,247,666 | 100% | ||
blysards | 0 | 0 | 100% | ||
franky | 0 | 0 | 100% |
Nice @karnal Shot you an Upvote :)
author | steemlove |
---|---|
permlink | decentralized-trading-guide-installation-and-initial-configuration |
category | bitsquare |
json_metadata | "" |
created | 2016-08-04 12:17:45 |
last_update | 2016-08-04 12:17:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | -705,106,123,629 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,250 |
net_rshares | -31,865,877,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | -31,327,544,586 | -100% | ||
soupernerd | 0 | 169,564,074 | 10% | ||
steemit.tips | 0 | 8,539,976 | 10% | ||
curls4life | 0 | 3,730,781 | 10% | ||
cheremet | 0 | 3,748,818 | 10% | ||
angevel | 0 | 3,754,736 | 10% | ||
backetri | 0 | 3,771,518 | 10% | ||
chonesta | 0 | 4,722,370 | 10% | ||
countrytalented | 0 | 3,844,792 | 10% | ||
cozyone123 | 0 | 3,726,484 | 10% | ||
crumaner | 0 | 3,773,042 | 10% | ||
daysaiyan | 0 | 3,746,706 | 10% | ||
daysmega | 0 | 3,746,486 | 10% | ||
daysmega1421 | 0 | 3,777,088 | 10% | ||
cheetah55 | 0 | -90,214,457 | -100% | ||
cheetah51 | 0 | -90,206,930 | -100% | ||
cheetah52 | 0 | -108,995,491 | -100% | ||
cheetah53 | 0 | -90,194,509 | -100% | ||
cheetah54 | 0 | -90,135,719 | -100% | ||
cheetah56 | 0 | -108,830,477 | -100% | ||
cheetah57 | 0 | -90,103,915 | -100% | ||
cheetah58 | 0 | -90,098,193 | -100% |
Upvoted
author | sugarfromhell |
---|---|
permlink | decentralized-trading-guide-installation-and-initial-configuration |
category | bitsquare |
json_metadata | "" |
created | 2016-08-04 12:13:30 |
last_update | 2016-08-04 12:13:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | -412,716,207,122 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 600,174 |
net_rshares | -31,556,464,100 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | -31,327,544,586 | -100% | ||
soupernerd | 0 | 169,564,074 | 10% | ||
cheetah03 | 0 | -92,119,853 | -100% | ||
cheetah04 | 0 | -92,119,508 | -100% | ||
cheetah05 | 0 | -92,112,911 | -100% | ||
cheetah06 | 0 | -92,111,167 | -100% | ||
cheetah02 | 0 | -92,064,833 | -100% | ||
cheetah07 | 0 | -92,044,891 | -100% | ||
cheetah08 | 0 | -92,035,374 | -100% | ||
cheetah09 | 0 | -91,801,609 | -100% | ||
emilyelizabeth | 0 | 12,768,858 | 10% | ||
weenis | 0 | 166,415,113 | 10% | ||
steemitlove | 0 | 3,884,921 | 10% | ||
steemlove | 0 | 3,867,796 | 10% | ||
steemit.tips | 0 | 8,539,976 | 10% | ||
curls4life | 0 | 3,730,781 | 10% | ||
alniskobs | 0 | 3,803,213 | 10% | ||
amboyst | 0 | 3,730,823 | 10% | ||
cheremet | 0 | 3,748,818 | 10% | ||
anarchypory | 0 | 3,774,338 | 10% | ||
angevel | 0 | 3,754,736 | 10% | ||
backetri | 0 | 3,771,518 | 10% | ||
chonesta | 0 | 4,722,370 | 10% | ||
countrytalented | 0 | 3,844,792 | 10% | ||
cozyone123 | 0 | 3,726,484 | 10% | ||
crumaner | 0 | 3,773,042 | 10% | ||
daysaiyan | 0 | 3,746,706 | 10% | ||
daysmega | 0 | 3,746,486 | 10% | ||
daysmega1421 | 0 | 3,777,088 | 10% | ||
dotersvilic | 0 | 3,726,241 | 10% | ||
eternalabove | 0 | 3,702,219 | 10% | ||
sugarfromhell | 0 | 3,700,520 | 10% | ||
gaspot | 0 | 3,827,260 | 10% | ||
forgetthefallen | 0 | 3,759,090 | 10% | ||
eleiminer | 0 | 3,741,254 | 10% | ||
etccrap | 0 | 3,690,907 | 10% | ||
abctrade | 0 | 4,923,782 | 10% | ||
yandra86 | 0 | 3,821,052 | 10% | ||
hxclife | 0 | 3,846,103 | 10% | ||
rottennasty | 0 | 3,721,360 | 10% | ||
feeltheblade | 0 | 3,687,409 | 10% | ||
silvesterstay | 0 | 3,667,014 | 10% | ||
joujou666 | 0 | 3,682,174 | 10% | ||
praisenoone | 0 | 3,955,161 | 10% | ||
rickydevil | 0 | 3,950,902 | 10% | ||
softpunk | 0 | 3,754,010 | 10% | ||
redddet | 0 | 3,694,319 | 10% | ||
catirabella | 0 | 3,744,777 | 10% | ||
redredwinewine | 0 | 3,773,063 | 10% | ||
younlong | 0 | 6,216,110 | 10% | ||
hasherfromhell | 0 | 6,213,972 | 10% |
The last PGP step makes no sense: $ grep Bitsquare-64bit-0.4.9.2.deb /tmp/signed_sha256_hashes.txt ----------------
author | theonelaw |
---|---|
permlink | re-karnal-decentralized-trading-guide-installation-and-initial-configuration-20170722t235602086z |
category | bitsquare |
json_metadata | {"tags":["bitsquare"],"app":"steemit/0.1"} |
created | 2017-07-22 23:56:03 |
last_update | 2017-07-22 23:56:03 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 23:56:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 49,136,954,594 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,360,200 |
net_rshares | 0 |
Keep up the great work @karnal Upvoted
author | younlong |
---|---|
permlink | decentralized-trading-guide-installation-and-initial-configuration |
category | bitsquare |
json_metadata | "" |
created | 2016-08-04 20:46:21 |
last_update | 2016-08-04 20:46:21 |
depth | 1 |
children | 0 |
last_payout | 2016-09-04 01:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | -514,283,363,172 |
root_title | "Decentralized Trading Guide: Installation and Initial Configuration" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 609,730 |
net_rshares | -32,302,818,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | -32,632,858,944 | -100% | ||
soupernerd | 0 | 113,042,716 | 10% | ||
emilyelizabeth | 0 | 8,512,572 | 10% | ||
weenis | 0 | 110,943,408 | 10% | ||
steemitlove | 0 | 2,589,947 | 10% | ||
steemlove | 0 | 2,578,531 | 10% | ||
steemit.tips | 0 | 5,693,317 | 10% | ||
curls4life | 0 | 2,487,187 | 10% | ||
alniskobs | 0 | 2,535,475 | 10% | ||
amboyst | 0 | 2,487,215 | 10% | ||
cheremet | 0 | 2,499,212 | 10% | ||
anarchypory | 0 | 2,516,225 | 10% | ||
angevel | 0 | 2,503,157 | 10% | ||
backetri | 0 | 2,514,345 | 10% | ||
chonesta | 0 | 3,148,246 | 10% | ||
countrytalented | 0 | 2,563,195 | 10% | ||
cozyone123 | 0 | 2,484,323 | 10% | ||
crumaner | 0 | 2,515,361 | 10% | ||
daysaiyan | 0 | 2,497,804 | 10% | ||
daysmega | 0 | 2,497,657 | 10% | ||
daysmega1421 | 0 | 2,518,059 | 10% | ||
dotersvilic | 0 | 2,484,161 | 10% | ||
eternalabove | 0 | 2,468,146 | 10% | ||
sugarfromhell | 0 | 2,467,013 | 10% | ||
gaspot | 0 | 2,551,506 | 10% | ||
forgetthefallen | 0 | 2,506,060 | 10% | ||
eleiminer | 0 | 2,494,169 | 10% | ||
etccrap | 0 | 2,460,604 | 10% | ||
abctrade | 0 | 3,282,521 | 10% | ||
yandra86 | 0 | 2,547,368 | 10% | ||
hxclife | 0 | 2,564,069 | 10% | ||
rottennasty | 0 | 2,480,906 | 10% | ||
feeltheblade | 0 | 2,458,272 | 10% | ||
silvesterstay | 0 | 2,444,676 | 10% | ||
joujou666 | 0 | 2,454,783 | 10% | ||
praisenoone | 0 | 2,636,774 | 10% | ||
rickydevil | 0 | 2,633,935 | 10% | ||
softpunk | 0 | 2,502,673 | 10% | ||
redddet | 0 | 2,462,879 | 10% | ||
catirabella | 0 | 2,496,518 | 10% | ||
redredwinewine | 0 | 2,515,375 | 10% |