Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KMD][dPoW] Komodo - Zcash Zero Knowledge Privacy Secured by Bitcoin
by
jspook16
on 10/01/2018, 04:06:13 UTC

We are set for another BarterDEX stress test!

Thursday January 11, 14:00 UTC

5.000 Bitcoin Hush will be put up for sale on BarterDEX, Thursday January 11, at 14:00 UTC.
The price will be set at a 30% discount of HUSH market price. BTCH can only be bought with KMD.

The most successful swappers win free BTCH at the end of the competition, when all 5,000 BTCH have been swapped:

1. 777 BTCH
2. 77 BTCH
3. 7 BTCH

Download the latest BarterDEX GUI here: https://github.com/KomodoPlatform/BarterDEX/releases

Or use the command line, if you know how to install and use it. It doesn’t matter how you get the BTCH, as long as you get them as fast as possible!
Make sure to fund your KMD smart address with plenty of UTXOs.

Questions? Go to Komodo Platform Slack and join #tradebots channel. Get your Slack invite here: http://slackinvite.supernet.org/


What denomination utxos are recommended? is the denomination relative to the total amount intended for trading? just looking for some pointers.
Understanding how to fund your smart address for testing:


To make sure you have utxo pairs for both the bob and alice usage, it is best to send utxo in triplets of X,  1.2 X and 0.01 X. So if X is 10, send 10, 12, and 0.1 coins using sendtoaddress to your smartaddress. This means you will have to send 3 different transactions to the same address with 3 different quantities



**In other words, send transactions in trios to your smart address provide by MarketMaker/BarterDEX client. Example:

    hush-cli sendtoaddress 0.01   (don't forget 0.0 then the 1)
    hush-cli sendtoaddress 1.00
    hush-cli sendtoaddress 1.2


Thanks. So just to be clear... if i wanted to send a total of about 100KMD I could send ..
5 transactions of 0.1 KMD
5 transactions of 10 KMD
5 transactions of 12 KMD

for a total of 0.5+50+60 = 110.5 KMD.


Does that sounds correct?