Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jorian committed Jan 21, 2018
1 parent 31ed53d commit 9b2b2b9
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 76 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/faq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/guides.doctree
Binary file not shown.
66 changes: 47 additions & 19 deletions docs/build/html/_sources/faq.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,50 @@ This is due to avoid bad actors stealing the deposit, and depends on the time yo
.. _Unspent Transaction Output: http://learnmeabitcoin.com/glossary/utxo

Who are alice and bob?
----------------------

In BarterDEX terms, alice is the one who initiates a trade. She buys an order from bob, who already put up an order in the orderbook. It is like saying bob has a marketstand with something to sell and alice walks up to the stand to buy something.

Is it free to cancel an order?
------------------------------

Yes. Placing orders and sending a request doesn't cost you anything. Only when your request has found a willing trade partner and a connection has been established, you will start paying the dexfee.

How much are the fees?
----------------------

Fees for using the exchange exist in paying a dexfee, to be paid by alice (the one initiating the trade), also called the maker fee. This is about 0.15% of the alicepayment - the amount you're sending to the other party.

There are no taker fees.

You also pay the standard transaction fees, for sending the payment to the other party.

The dexfees are collected and once a significant amount of fees are collected, the fees are paid as dividend to the DEX assetholders, which is also tradeable on BarterDEX.


Currently supported coins
-------------------------

===== ============
Coin Name
===== ============
BTC Bitcoin
LTC Litecoin
KMD Komodo
BTG Bitcoin Gold
BCH Bitcoin Cash
ZEC Zcash
VTC VertCoin
DOGE DogeCoin
HUSH Hush
DGB DigiByte
XMCC Monoeci
BTCH Bitcoin Hush
CRC CrowdCoin
VOT VoteCoin
INN Innova
===== ============ ======== ================ ====
Coin Name Asset Name/description Info
===== ============ ======== ================ ====
BTC Bitcoin REVS Revenue Shares
LTC Litecoin SUPERNET Supernet / Unity
KMD Komodo DEX InstantDEX
BTG Bitcoin Gold PANGEA Pangea Poker
BCH Bitcoin Cash JUMBLR JUMBLR https://nxtforum.org/nxtservices-releases/jumblr-decentralized-bitcoin-mixer-seeking-marketing-lead-and-also-gui-dev/
ZEC Zcash BET BET Platform
VTC VertCoin CRYPTO CRYPTO777 https://nxtforum.org/consensus-research/crypto777/
DOGE DogeCoin HODL HODL
HUSH Hush MSHARK MSHARK
GRS GroestlCoin BOTS Tradebots
DGB DigiByte COQUI Coqui
XMCC Monoeci WLC WirelessCoin
BTCH Bitcoin Hush KV Key-Value
CRC CrowdCoin CEAL CEAL
VOT VoteCoin MESH MESH
INN Innova ETOMIC Ether swaps
MOON MoonCoin
CRW Crown
EFL eGulden
Expand All @@ -92,7 +115,7 @@ GLT Global Token
ZER Zero
HODLC HOdlcoin
UIS Unitus
===== ============
===== ============ ======== ================ ====

All the `Komodo Platform assetchains`_

Expand All @@ -102,5 +125,10 @@ What are the differences between BarterDEX and BlockNET DX?
What are the differences between BarterDEX and Altcoin.io?
----------------------------------------------------------

Can I privately swap coins with another person?
-----------------------------------------------

Yes, that possibility exists, but for now it's only done using the Command Line. See the guide in our Guides section explaining what needs to be done.

.. _Komodo Platform assetchains: https://www.komodoplatform.com/en/blog/komodo-smart-contracts-assetchains-and-geckochains

12 changes: 12 additions & 0 deletions docs/build/html/_sources/guides.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@ How to use Barterdex using CLI
How to become a Liquidity Provider
----------------------------------

How to create a new BarterDEX trading network
---------------------------------------------

Since BarterDEX is a peer-to-peer network, seeded by some ip-addresses to create the network, others can create a BarterDEX network of their own. This enables people to trade within a private group of traders, or to trade directly from person to person.

Creating your own BarterDEX trade network is as easy as adding 1 command:
the only difference is how you launch the marketmaker - by adding 2 arguments:

\"netid\":2,\"seednode\":\"5.9.253.204\"

to the startup command, where netid can be anything up to 14420, and the seednode is the ip address of the node initializing the network. Participants of this network would have to start marketmaker with the same arguments.

How to claim a 0-conf deposit manually
--------------------------------------

0 comments on commit 9b2b2b9

Please sign in to comment.