Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
Troublesome96
on 17/04/2015, 16:48:06 UTC
could someone post a diy on the burning blur process. Thanks. Or is it similar to burning btc?

Answers -  and dev has posted more as well. https://bitcointalk.org/index.php?action=profile;u=482660;sa=showPosts

do we have a darkpoold client for download? or have to compile from source code?

what will happen i have a several address in my wallet?

after burn,,what should i to do to claim my BLUR?

signature with my private key?
Yes.  It is Python, so its not "compiled".  You need the python dependencies listed in the readme, which you can install using the command described there using pip to pull them all in for you.

If you have several addresses in your wallet, you can send from them individually if you want.

After burning, you don't have to do anything to claim the BLUR.  They are automatically associated to your wallet address/key.  You can use the wallet command with darkpoold (darkpoold wallet) to see all of the addresses in your wallet and what assets are associated to them.

DarkPool daemon available at:

https://github.com/industrialcoinmagic/darkpoold

It is Python, and connects with RPC to crave-qt or craved.  Use --burn command to burn CRAVE for BLUR.

Can use --help command to see available calls.

Run an instance as server:
./darkpoold.py --backend-rpc-password=craverpcpassword --backend-rpc-user=craverpcuser --rpc-password=darkpooldpassword server

Then you can run commands like:
./darkpoold.py --backend-rpc-password=craverpcpassword --backend-rpc-user=craverpcuser --rpc-password=darkpooldpassword burn --source craveaddresstoburncoinsfrom --quantity #ofcrave

I am looking at modifying Boottle which is a client web wallet that you run local and has easy button to turn darkpoold server on and off.  Right now is command line only.

Burn period runs for ~30 days from block 17000.

-snip-
Don't send from Bittrex or exchanges!  You should use the darkpoold client.  It will credit your BLUR to the address you burned the CRAVE from (where the inputs came from - you can see this in Coin Control).