DonQuijote
Legendary
Offline
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
|
 |
April 15, 2015, 07:25:20 PM |
|
100% legit, best investment ever  Dont quote scam...
|
THE INGENIOUS GENTLEMAN DON QUIXOTE OF LA MANCHA
|
|
|
Yaremi
Legendary
Offline
Activity: 2030
Merit: 1160
Community Ambassador of Qzino
|
 |
April 15, 2015, 07:25:51 PM |
|
Some man have error. If he try to start mastenode from new wallet he have this error: "could not allocate vin for collateralAddress" How to fix it? Thanks! sourse (rus) https://bitcointalk.org/index.php?topic=1006631.msg11097875#msg11097875
|
Community Ambassador of Qzino Next-generation crypto iGaming platform. Provably fair. With AI inside. Daily profit sharing. https://qzino.com/
|
|
|
fonzerrellie
Legendary
Offline
Activity: 1190
Merit: 1000
Kaspa
|
 |
April 15, 2015, 07:26:28 PM |
|
donated 1 crave... thanks for the calculator
|
#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH WAVES
|
|
|
nickhiggins123
|
 |
April 15, 2015, 07:29:26 PM |
|
“You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.”
― Buckminster Fuller
|
|
|
|
fonzerrellie
Legendary
Offline
Activity: 1190
Merit: 1000
Kaspa
|
 |
April 15, 2015, 07:30:53 PM |
|
OMG  just saw it on twitter: 301 instances of $CRAVE posts deleted at BTCtalk. For reference, 95 for $DASH, 18 for $SDC
fotos kostenlosholy sh!t, is that how many "all time" for the other 2?
|
#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH WAVES
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
 |
April 15, 2015, 07:31:06 PM |
|
Hi, btw my little community project, code word cravedigger is to 90% developed. Hope i get the code ready today. screens for feedback, Layout is an example at the moment i work on the backend funktions..   God work man! keep this work  looks good, cravedigger sounds way better imo. thanks
|
|
|
|
Blazin8888
|
 |
April 15, 2015, 07:32:02 PM |
|
“You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.”
― Buckminster Fuller
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
 |
April 15, 2015, 07:32:33 PM |
|
OMG  just saw it on twitter: 301 instances of $CRAVE posts deleted at BTCtalk. For reference, 95 for $DASH, 18 for $SDC
fotos kostenlosholy sh!t, is that how many "all time" for the other 2? the way i figure it out, yes! insane Unlock wallet first, then start. thanks
|
|
|
|
Yaremi
Legendary
Offline
Activity: 2030
Merit: 1160
Community Ambassador of Qzino
|
 |
April 15, 2015, 07:33:36 PM |
|
Unlock wallet first, then start. Thanks! 
|
Community Ambassador of Qzino Next-generation crypto iGaming platform. Provably fair. With AI inside. Daily profit sharing. https://qzino.com/
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
 |
April 15, 2015, 07:34:00 PM |
|
“You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.”
― Buckminster Fuller
really nice quote, suites kind of nice
|
|
|
|
Yaremi
Legendary
Offline
Activity: 2030
Merit: 1160
Community Ambassador of Qzino
|
 |
April 15, 2015, 07:37:27 PM |
|
“You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.”
― Buckminster Fuller
Its true! Look http://en.wikipedia.org/wiki/Vadim_Zeland
|
Community Ambassador of Qzino Next-generation crypto iGaming platform. Provably fair. With AI inside. Daily profit sharing. https://qzino.com/
|
|
|
tm2013
|
 |
April 15, 2015, 07:49:50 PM Last edit: April 15, 2015, 08:16:51 PM by tm2013 |
|
Running darkpoold on Ubuntu linux tutorial: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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that 
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
 |
April 15, 2015, 07:51:21 PM |
|
Running darkpoold on Ubuntu linux tutorial:sudo apt-get update && upgrade sudo apt-get install git python python3 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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that  yay  thank you very much. amaizing
|
|
|
|
Yaremi
Legendary
Offline
Activity: 2030
Merit: 1160
Community Ambassador of Qzino
|
 |
April 15, 2015, 07:51:44 PM |
|
Running darkpoold on Ubuntu linux tutorial:sudo apt-get update && upgrade sudo apt-get install git python python3 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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that  Wow! I try now!
|
Community Ambassador of Qzino Next-generation crypto iGaming platform. Provably fair. With AI inside. Daily profit sharing. https://qzino.com/
|
|
|
tema
|
 |
April 15, 2015, 07:59:30 PM |
|
Really great development. Impressive 
|
✔ Freedom ✔ Reliability ✔ Global accessibility ▮▮ BITCOIN ▮▮ ✔ Trust and Integrity ✔ Independence
|
|
|
fnz
Newbie
Offline
Activity: 21
Merit: 0
|
 |
April 15, 2015, 08:01:56 PM |
|
Running darkpoold on Ubuntu linux tutorial:sudo apt-get update && upgrade sudo apt-get install git python python3 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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that  Don't run with sudo, run ./darkpoold.py server
|
|
|
|
tm2013
|
 |
April 15, 2015, 08:08:25 PM |
|
Running darkpoold on Ubuntu linux tutorial:sudo apt-get update && upgrade sudo apt-get install git python python3 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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that  Don't run with sudo, run ./darkpoold.py server It may allow you to run with or without sudo. Some setups you can run ./darkpoold.py server, and others require root. By the way, if you manage to get it running with the tutorial, please post the result of "./darkpoold.py asset BLUR" here to see if it's working properly
|
|
|
|
cintrondigital
|
 |
April 15, 2015, 08:13:37 PM |
|
Running darkpoold on Ubuntu linux tutorial:sudo apt-get update && upgrade sudo apt-get install git python python3 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: [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: 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: 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  Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3 Working Bootle coming soon, still working on that  You might need this when running this: sudo apt-get install python3-pip
|
▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
|
|
|
tm2013
|
 |
April 15, 2015, 08:17:26 PM |
|
Trimmed
You might need this when running this: sudo apt-get install python3-pip Thanks, updated.
|
|
|
|
|