Author

Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark= - page 188. (Read 826716 times)

legendary
Activity: 1232
Merit: 1001
trimmed
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Quote
Don't run with sudo, run ./darkpoold.py server
Quote
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
Quote
You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
what are the consequences?

http://askubuntu.com/questions/16178/why-is-it-bad-to-login-as-root
i see your point, thank you.
sr. member
Activity: 432
Merit: 250
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..






If the codename is "cravedigger" why don't u put "cravedigger" instead of grave digger


Other Than that it looks coo

this shit is fucking sick

Bad ass community. Liberty or die.
fnz
newbie
Activity: 21
Merit: 0
trimmed
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Quote
Don't run with sudo, run ./darkpoold.py server
Quote
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
Quote
You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
what are the consequences?

http://askubuntu.com/questions/16178/why-is-it-bad-to-login-as-root
legendary
Activity: 1428
Merit: 1001
Fucker of "the system"
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..






If the codename is "cravedigger" why don't u put "cravedigger" instead of grave digger


Other Than that it looks coo

this shit is fucking sick
sr. member
Activity: 432
Merit: 250

Basic MasterNode Profit Calculator
http://jj12880.azurewebsites.net/CraveCalc.aspx


According with masternod calculator a single adrenaline node gives me a ROI of $2.00 per day...thats at current prices of crave marketcap of $180k....wtf , in 30days i get $60...if it goes to $1m cap, each node gets $300 per month, awesome ROI...better than any other coin, if it goes to $5m, each node gets about $1.500.

Is this real ? if yes, I have sure that some of you guys will retire here with some masternodes...
  Grin

Yes, dream is real, I gonna retire here and you ? Grin

donated 1 crave... thanks for the calculator

Really impressive ROI for one adrenaline masternode, I just checked this calculator again, and a single node is getting a ROI of $2,77/day and $83,70/month, by the way, the adrenaline nodes does not stop to grow, everybody wants one.

I can´t wait for ROI on P2P Market with 10K crave, this will be insane. I gonna retire here.  Grin
full member
Activity: 210
Merit: 100
trimmed
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Quote
Don't run with sudo, run ./darkpoold.py server
Quote
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
Quote
You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
what are the consequences?

none
legendary
Activity: 1232
Merit: 1001
trimmed
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Quote
Don't run with sudo, run ./darkpoold.py server
Quote
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
Quote
You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
what are the consequences?
fnz
newbie
Activity: 21
Merit: 0
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
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

You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
legendary
Activity: 1232
Merit: 1001
Trimmed

You might need this when running this: sudo apt-get install python3-pip
Thanks, updated.
send you some crave  Cool thank you for your contribution.
hero member
Activity: 644
Merit: 500
hero member
Activity: 658
Merit: 507
Passive Income Bot Trading
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
You might need this when running this: sudo apt-get install python3-pip
hero member
Activity: 644
Merit: 500
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
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
fnz
newbie
Activity: 21
Merit: 0
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
Don't run with sudo, run ./darkpoold.py server
hero member
Activity: 715
Merit: 500
Really great development. Impressive  Smiley
legendary
Activity: 1960
Merit: 1156
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
Wow! I try now!
legendary
Activity: 1232
Merit: 1001
Running darkpoold on Ubuntu linux tutorial:
Code:
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:
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
yay  Smiley Smiley Smiley thank you very much. amaizing
hero member
Activity: 644
Merit: 500
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
legendary
Activity: 1960
Merit: 1156
“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
legendary
Activity: 1232
Merit: 1001
“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
legendary
Activity: 1960
Merit: 1156
Some man have error.

If he try to start mastenode from new wallet he have this error:

Quote
"could not allocate vin for collateralAddress"

How to fix it?

Thanks!

sourse (rus) https://bitcointalksearch.org/topic/m.11097875
Unlock wallet first, then start.

Thanks! Smiley
Jump to: