Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
dev0tion
on 22/04/2015, 07:59:23 UTC
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.

when i run the first command it tells me:
Code:
Traceback (most recent call last):
  File "./darkpoold.py", line 10, in
    import dateutil.parser
ImportError: No module named 'dateutil'

when will the gui version come? it is getting close to the end of the burn period. and i don't know how to burn my crave.

Try installing python-dateutil. If you don't have pip installed, install it first:
Code:
$ sudo apt-get install python-pip
$ sudo pip install python-dateutil

If you still have problems burning CRAVE, you can ask tm2013 to do it for you, last time I checked he only asks 2 CRAVE for his services.