Bitcoin Forum
May 21, 2024, 07:06:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 ... 697 »
  Print  
Author Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=  (Read 826664 times)
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 07:41:30 AM
 #11121

So CRAVE comes out with PoS Masternodes and now we see a flood of PoS Masternode scamcoins + scamcoin revivals using PoS Masternode

is there anyway to protect the tech or at least make it closed source until CRAVE can build up marketshare?
I haven't seen any clones that actually work yet Wink  Which would explain why they are all asking me to help them.  It is sufficiently technically complicated to do it right that I think we will be ok.  It's really just one feature in our entire platform anyway.
i knew this is coming, ppl thinking that copy paste of crave src will make their coin magically work  Grin its way too tricky to make PoS nodes work and it only shows imc talent in true light. and wow its only ONE feature of crave platform imagine..  hmmm.. looking forward for thing yet to come...

LOL SLING dev already has working POS masternodes it really isnt that hard. Also their code traces back to its origins, unlike some devs we know  Kiss
Traces back to its origins? SLING is on bitbucket, so that is impossible.
you can tell i am not that tech savvy guy  Roll Eyes but the fact that icm first made possible for Masternodes to work with PoS is amazing.. now we have like what 10 clones of crave? its nice to see new trend building in crypto, and crave just started.

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

Activity: 28
Merit: 0


View Profile
April 22, 2015, 07:51:54 AM
 #11122

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

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 07:58:37 AM
 #11123


when i run the first command it tells me:
Code:
Traceback (most recent call last):
  File "./darkpoold.py", line 10, in <module>
    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

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

Activity: 339
Merit: 250


View Profile
April 22, 2015, 07:59:23 AM
 #11124

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 <module>
    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.
Anonyme
Full Member
***
Offline Offline

Activity: 219
Merit: 100



View Profile
April 22, 2015, 08:38:24 AM
 #11125

Pump has begun?   Roll Eyes
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
April 22, 2015, 08:45:05 AM
 #11126

Pump has begun?   Roll Eyes

 Better be smooth growth )

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
hepilord
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
April 22, 2015, 11:37:16 AM
 #11127

how to use wallet to stake coins, my coins now have 237 confirmations and do not stake? Wallet says "not staking because you don't have mature coins"
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 11:39:39 AM
 #11128

how to use wallet to stake coins, my coins now have 237 confirmations and do not stake? Wallet says "not staking because you don't have mature coins"
Stake Min Age: 8 Hours

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

Activity: 339
Merit: 250


View Profile
April 22, 2015, 11:39:53 AM
 #11129

how to use wallet to stake coins, my coins now have 237 confirmations and do not stake? Wallet says "not staking because you don't have mature coins"

The min stake age is 8 hours, just wait a few more hours and it will start staking Wink. Good luck!
@trader19: I'm too slow Cheesy
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 11:41:49 AM
 #11130

how to use wallet to stake coins, my coins now have 237 confirmations and do not stake? Wallet says "not staking because you don't have mature coins"

The min stake age is 8 hours, just wait a few more hours and it will start staking Wink. Good luck!
@trader19: I'm too slow Cheesy
Grin happened to be looking at the same time HAHA

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

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 22, 2015, 12:32:27 PM
 #11131

Good day Crave Nation! The storm of relentless Fud trollers ...has slowed and maybe Crave will have clear sailing someday soon!  Cool

@Hyperjacked1 Twitter
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 22, 2015, 12:40:59 PM
 #11132

Pump has begun?   Roll Eyes

 Better be smooth growth )

Slow and steady is always better IMHO ! We just need patience...anything worth having in life takes time!

@Hyperjacked1 Twitter
PaidFudder
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250



View Profile
April 22, 2015, 01:56:01 PM
 #11133

PUUUUUUUMP IT

bitcoinsid
Full Member
***
Offline Offline

Activity: 130
Merit: 100



View Profile
April 22, 2015, 01:57:40 PM
 #11134

i dont think price is going up due to a pump just now. It feels like general adoption, smart people investing in good working tech with huge potential. The pumps will come and go, higher highs but also higher floors as the one month chart clearly reflects. Crave is now on a solid foundation and its nice to see a coin going up on merit  Smiley
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 02:42:43 PM
 #11135

i dont think price is going up due to a pump just now. It feels like general adoption, smart people investing in good working tech with huge potential. The pumps will come and go, higher highs but also higher floors as the one month chart clearly reflects. Crave is now on a solid foundation and its nice to see a coin going up on merit  Smiley
+0.66666666

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

Activity: 868
Merit: 1000


View Profile
April 22, 2015, 02:46:29 PM
 #11136

i dont think price is going up due to a pump just now. It feels like general adoption, smart people investing in good working tech with huge potential. The pumps will come and go, higher highs but also higher floors as the one month chart clearly reflects. Crave is now on a solid foundation and its nice to see a coin going up on merit  Smiley
+0.66666666

+.33333337
VirtualCloudMining
Full Member
***
Offline Offline

Activity: 221
Merit: 102



View Profile
April 22, 2015, 04:05:22 PM
 #11137

craves looking solid now...got a few mn and wallets staking, all working perfect. With confidence growing in the community and beyond, crave looks like its ready for something big. Well done icm very impressive work.
Nah....I don't think so that you getting payments from masternodes. ,May masternodes are active but no payment  since 3 days .
                                                                                     

Error on your side.

Proof:



 Grin

In the wallet to the right you have a single mining amount of about 1076 crave coins. How is that much possible?
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
April 22, 2015, 04:09:03 PM
 #11138

@MightyKnight
First, don't advertise coins in our thread please.

Second,
18m coin supply with 20% pos staking

No thanks!!  Inflated crap coin.
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 22, 2015, 04:12:01 PM
 #11139

craves looking solid now...got a few mn and wallets staking, all working perfect. With confidence growing in the community and beyond, crave looks like its ready for something big. Well done icm very impressive work.
Nah....I don't think so that you getting payments from masternodes. ,May masternodes are active but no payment  since 3 days .
                                                                                    

Error on your side.

Proof:



 Grin

In the wallet to the right you have a single mining amount of about 1076 crave coins. How is that much possible?
thats the transaction amount confirmed on that found block. found block reward if staked 0.333333 if masternode processed 0.666666

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

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
April 22, 2015, 04:13:11 PM
 #11140

15 btc buy order @177k on bittrex
Pages: « 1 ... 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 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 ... 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!