Bitcoin Forum
June 17, 2024, 03:22:50 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 [510] 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 ... 697 »
  Print  
Author Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=  (Read 826667 times)
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
April 15, 2015, 08:13:37 PM
 #10181

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

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
April 15, 2015, 08:17:26 PM
 #10182

Trimmed

You might need this when running this: sudo apt-get install python3-pip
Thanks, updated.

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 15, 2015, 08:24:16 PM
 #10183

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.

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
fnz
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 15, 2015, 08:28:22 PM
 #10184

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!
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 15, 2015, 08:39:33 PM
 #10185

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?

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
April 15, 2015, 08:41:13 PM
 #10186

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

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
coinspredator
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250



View Profile
April 15, 2015, 08:47:03 PM
 #10187


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
MickGhee
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000

Fucker of "the system"


View Profile
April 15, 2015, 08:50:12 PM
 #10188

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

Last night, while you were sleeping. I fucked the system!
fnz
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 15, 2015, 08:52:19 PM
 #10189

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
coinspredator
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250



View Profile
April 15, 2015, 08:54:56 PM
 #10190

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.
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 15, 2015, 08:55:20 PM
 #10191

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.

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Jengo
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250



View Profile
April 15, 2015, 08:57:42 PM
 #10192

Benthatch is an idiot. No one should listen to him. Same goes about emilliomann, neither can read code they are just good at spouting off bs and SLINGing mud around.

The crave dev has delivered so far and thats a good thing.

But until you people stop calling out coins as fudders instead of individuals all your doing is inviting the attacks and perpetuating the ongoing hostilities.

So grow up a little maybe?
This.  Please, lets chill on the coin vs coin stuff, thx Wink


ETA NEXT DROP DEV???!!

Did you even get what they just said?! Seems like you just ignored it.
Kimowa
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
April 15, 2015, 09:13:43 PM
Last edit: April 16, 2015, 05:06:29 PM by Kimowa
 #10193

ANNOUNCEMENT - Crave Adrenaline Node Cloud Service

Sologap and myself we are launching Master Node Service website where users can buy sell and trade nodes much like https://cex.io

Members can join and buy any amount of asset for masternodes and monitor ROI In real time

Assets can be locked or unlocked so members can always control their assets

This service is like renting hash but user will get receipt of stake from nodes they hold

Members can lock assets for 1 month or more driving up node profit or even longer keeping crave of network, higher amount of lock time = higher profit

Or you can keep unlocked at anytime for a withdrawal

We are talking to contacts and a few whales at current time, if you are looking to join us or partner to help create or fund service we can have discussion via pm or slack(preferred)

https://cravecoin.slack.com

Thanks crave community we hope you get in talks with us.

https://bitcointalk.org/index.php?action=profile;u=390231 - Sologap
https://bitcointalk.org/index.php?action=profile;u=154397 - Kimowa
https://bitcointalk.org/index.php?action=profile;u=183479 - tm2013

current staff of masternode cloud project

sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
April 15, 2015, 09:15:34 PM
 #10194

a very big ann coming soon to change the way we craveing, partnership with kimowa and other big investor



Edit: he was fast  Roll Eyes

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
tokyoghetto
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
April 15, 2015, 09:22:30 PM
 #10195

ANNOUNCEMENT - Crave Adrenaline Node Cloud Service

Sologap and myself we are launching Master Node Service website where users can buy sell and trade nodes much like https://cex.io

Members can join and buy any amount of asset for masternodes and monitor ROI In real time

Assets can be locked or unlocked so members can always control their assets

This service is like renting hash but user will get receipt of stake from nodes they hold

Members can lock assets for 1 month or more driving up node profit or even longer keeping crave of network, higher amount of lock time = higher profit

Or you can keep unlocked at anytime for a withdrawal

We are talking to contacts and a few whales at current time, if you are looking to join us or partner to help create or fund service we can have discussion via pm or slack(preferred)

https://cravecoin.slack.com

Thanks crave community we hope you get in talks with us.

a very big ann coming soon to change the way we craveing, partnership with kimowa and other big investor



Edit: he was fast  Roll Eyes

This is a great idea. it will allow those who are less tech savvy to own a stake in a masternode. will you be listing on a asset exchange platform like cryptostocks (bad idea) or creating your own exchange (good idea)?

perhaps you can launch your own coin to represent stake in the master nodes, with an ICO that can raise funds to purchase more masternodes.
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
April 15, 2015, 09:22:48 PM
 #10196

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
Maybe I should clarify: you can run as sudo or normal user. There is a massive difference between running as root and starting a process with super user (sudo) permissions. Do Not Run As Root. It won't make a difference if you run under sudo though.

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
April 15, 2015, 09:23:49 PM
 #10197

ANNOUNCEMENT - Crave Adrenaline Node Cloud Service

Sologap and myself we are launching Master Node Service website where users can buy sell and trade nodes much like https://cex.io

Members can join and buy any amount of asset for masternodes and monitor ROI In real time

Assets can be locked or unlocked so members can always control their assets

This service is like renting hash but user will get receipt of stake from nodes they hold

Members can lock assets for 1 month or more driving up node profit or even longer keeping crave of network, higher amount of lock time = higher profit

Or you can keep unlocked at anytime for a withdrawal

We are talking to contacts and a few whales at current time, if you are looking to join us or partner to help create or fund service we can have discussion via pm or slack(preferred)

https://cravecoin.slack.com

Thanks crave community we hope you get in talks with us.

a very big ann coming soon to change the way we craveing, partnership with kimowa and other big investor



Edit: he was fast  Roll Eyes

This is a great idea. it will allow those who are less tech savvy to own a stake in a masternode. will you be listing on a asset exchange platform like cryptostocks (bad idea) or creating your own exchange (good idea)?



we will be having our own platform. just like cex Wink

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
coinspredator
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250



View Profile
April 15, 2015, 09:29:21 PM
 #10198

ANNOUNCEMENT - Crave Adrenaline Node Cloud Service

Sologap and myself we are launching Master Node Service website where users can buy sell and trade nodes much like https://cex.io

Members can join and buy any amount of asset for masternodes and monitor ROI In real time

Assets can be locked or unlocked so members can always control their assets

This service is like renting hash but user will get receipt of stake from nodes they hold

Members can lock assets for 1 month or more driving up node profit or even longer keeping crave of network, higher amount of lock time = higher profit

Or you can keep unlocked at anytime for a withdrawal

We are talking to contacts and a few whales at current time, if you are looking to join us or partner to help create or fund service we can have discussion via pm or slack(preferred)

https://cravecoin.slack.com

Thanks crave community we hope you get in talks with us.

a very big ann coming soon to change the way we craveing, partnership with kimowa and other big investor



Edit: he was fast  Roll Eyes

This is a great idea. it will allow those who are less tech savvy to own a stake in a masternode. will you be listing on a asset exchange platform like cryptostocks (bad idea) or creating your own exchange (good idea)?



we will be having our own platform. just like cex Wink

Sounds interesting, this will help a lot of people.
tokyoghetto
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
April 15, 2015, 09:32:39 PM
 #10199

I really hope you guys do an ICO for the masternode exchange.

this way you can raise enough capital to buy up the existing float of coins, ensuring those coins only go toward masternodes and not speculation.

This could cause a liquidity squeeze and see the price skyrocket, with no chance of dumping because any coins purchased for the masternodes would be locked into masternodes perpetually.
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
April 15, 2015, 09:36:31 PM
 #10200

I really hope you guys do an ICO for the masternode exchange.

this way you can raise enough capital to buy up the existing float of coins, ensuring those coins only go toward masternodes and not speculation.

This could cause a liquidity squeeze and see the price skyrocket, with no chance of dumping because any coins purchased for the masternodes would be locked into masternodes perpetually.
That sounds good Wink

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
Pages: « 1 ... 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 [510] 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 ... 697 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!