Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE HiPOS 40MB blk 0.52M addrindex,stealth,Tor,BLUR = Embrace The Dark =
by
trader19
on 22/04/2015, 07:58:37 UTC

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.
tm2013 posted tutorial how to build and run darkpoold, not sure if he still works to get darkpoold interface (bootle) online Huh maybe icm can do that for us.. anyway here are missing dependencies that u need to install first. thx @tm2013

Running darkpoold on Ubuntu linux tutorial:
Code:
sudo apt-get update && upgrade
sudo apt-get install git python python3 python3-pip
sudo apt-get update && upgrade
git clone --recursive https://github.com/industrialcoinmagic/darkpoold
sudo pip3 install bottle appdirs==1.2.0 prettytable==0.7.2 python-dateutil==2.2 requests==2.1.0 cherrypy==3.2.4 json-rpc==1.1 pycoin==0.25 pytest==2.5.1
sudo pip3 install https://github.com/rogerbinns/apsw/archive/master.zip
sudo apt-get install sqlite3
sudo apt-get update && upgrade

Location for darkpoold.conf: /home/yourusername/.local/share/darkpoold/

Sample darkpoold.conf:
Code:
[Default]
rpc-user = crave-username
rpc-password = crave-password
backend-rpc-password = crave-password
backend-rpc-user = crave-user
backend-rpc-port = 9999
craved-rpc-user = crave-user
craved-rpc-password = crave-password
craved-rpc-port = 9999
craved-rpc-connect = localhost (or the IP of the node you have configured)

Needed crave.conf:
Code:
maxconnections=100
rpcuser=crave-username
rpcpassword=crave-password
rpcport=9999
gen=0
server=1
daemon=1
txindex=1
rpcallowip=127.0.0.1
To run:
start an instance of craved or crave-qt and:
Code:
cd /darkpoold/
sudo ./darkpoold.py server
Wait for the chain to finish parsing, and after that, open a new terminal window, cd /darkpoold/, sudo ./darkpoold.py -h, and have fun Cheesy
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue