Author

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

hero member
Activity: 610
Merit: 500
when will probably go to the MN price drops  Sad
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
we need tutorials to configure masternodes and how to exchange crave for blur, please
yeap thats a must.

TRY IT

Here are instructions on how to set up a masternode in Windows environment:
Start up and sync your wallet.  
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less.  Exactly 500.
Close Wallet
Create/Edit crave.conf:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
Save
Wait TBD blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start

https://bitcointalk.org/index.php?topic=997356.2900

Thanks man!
full member
Activity: 181
Merit: 100
we need tutorials to configure masternodes and how to exchange crave for blur, please
yeap thats a must.

TRY IT

Here are instructions on how to set up a masternode in Windows environment:
Start up and sync your wallet.  
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less.  Exactly 500.
Close Wallet
Create/Edit crave.conf:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
Save
Wait TBD blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start

https://bitcointalk.org/index.php?topic=997356.2900
hero member
Activity: 784
Merit: 1000
Pools Of Honor
we need tutorials to configure masternodes and how to exchange crave for blur, please
yeap thats a must.
sr. member
Activity: 308
Merit: 250
Millionaires Club 47
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
we need tutorials to configure masternodes and how to exchange crave for blur, please
hero member
Activity: 522
Merit: 500
Hasta la Bitcoin siempre!
Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
compilation terminated.
make: *** [obj/crypto/hmac_sha256.o] Error 1

What did I do wrong? I am on latest Debian.
mkdir obj/crypto

Thank you, mate. Works now!
full member
Activity: 224
Merit: 100
Get yourself to c-cex for the moment: 2.3btc worth undervalued

0.00140000   909.38737143   1.27314232   1.27314232
0.00150000   750                  1.125           2.39814232
full member
Activity: 140
Merit: 100
Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
compilation terminated.
make: *** [obj/crypto/hmac_sha256.o] Error 1

What did I do wrong? I am on latest Debian.
mkdir obj/crypto
full member
Activity: 224
Merit: 100
legendary
Activity: 2758
Merit: 1075
WALLS GOING UP, WHALES ARE FREAKING OUT, Grin Grin Grin Grin WOW WE GOING TO 0.005 TODAY
full member
Activity: 155
Merit: 100
AWESOME  .002 end of the day no problem

hero member
Activity: 522
Merit: 500
Hasta la Bitcoin siempre!
Adrenaline Nodes release is out.  I updated the OP with new Windows wallet download link.

This includes a hardfork/protocol switch that will occur at 23:59 GMT 8-APR (Wednesday).  Please update your nodes and wallets before then.  At that time, masternode payments will be enforced on the network.  Also at that time the target timespan for the difficulty adjustment will switch from 24 minutes to 2 minutes to help alleviate the orphan issue.

Some notes:

You can scroll the overview page by click-and-drag or touch swipe when android is out.

I hid the darksend related functions on the overview page for now, as its not a focus and it hasn't been fully tested.  If you want to experiment with it through RPC, you do so at your own risk.

The KeePass integration is not available on Windows.  It segfaults/appcrashes and I don't use Windows enough to want to sink too much time into it, so I ripped it out.  If anybody actually cares about this, I'll look into it or I'm happy to entertain pull requests if someone has a patch.

Adrenaline Node implementation supports TOR hidden service masternodes.  To use this, setup your hidden service first and grab the hostname.  Put that in as your masternodeaddr before starting the daemon and wallet (if you are doing hot/cold/remotely activated nodes).  Port must be 9999.

Masternode payments will occur before the hardfork, the hardfork is just when it becomes required.  As wallets are updated on the network, you should start seeing payments come through.  The UI will show the total block value because a breakdown of debits is not currently supported in the code, but if you double-click on the transaction to view the detail you will note that it credits the proper amount.


Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
compilation terminated.
make: *** [obj/crypto/hmac_sha256.o] Error 1

What did I do wrong? I am on latest Debian.
legendary
Activity: 2758
Merit: 1075
full member
Activity: 181
Merit: 100
full member
Activity: 140
Merit: 100
Adrenaline Nodes release is out.  I updated the OP with new Windows wallet download link.

This includes a hardfork/protocol switch that will occur at 23:59 GMT 8-APR (Wednesday).  Please update your nodes and wallets before then.  At that time, masternode payments will be enforced on the network.  Also at that time the target timespan for the difficulty adjustment will switch from 24 minutes to 2 minutes to help alleviate the orphan issue.

Some notes:

You can scroll the overview page by click-and-drag or touch swipe when android is out.

I hid the darksend related functions on the overview page for now, as its not a focus and it hasn't been fully tested.  If you want to experiment with it through RPC, you do so at your own risk.

The KeePass integration is not available on Windows.  It segfaults/appcrashes and I don't use Windows enough to want to sink too much time into it, so I ripped it out.  If anybody actually cares about this, I'll look into it or I'm happy to entertain pull requests if someone has a patch.

Adrenaline Node implementation supports TOR hidden service masternodes.  To use this, setup your hidden service first and grab the hostname.  Put that in as your masternodeaddr before starting the daemon and wallet (if you are doing hot/cold/remotely activated nodes).  Port must be 9999.

Masternode payments will occur before the hardfork, the hardfork is just when it becomes required.  As wallets are updated on the network, you should start seeing payments come through.  The UI will show the total block value because a breakdown of debits is not currently supported in the code, but if you double-click on the transaction to view the detail you will note that it credits the proper amount.
legendary
Activity: 2758
Merit: 1075
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
so counterparty issues a token for some bTc , what does 5crave=1blur do ?

you can "burn" crave for blur.
to do this you should send some crave to an unspendable address in a darkpool client and then receive in exchange 5 blur per 1 crave and not 5 crave per 1 blur, OP is wrong.
legendary
Activity: 1246
Merit: 1005
legendary
Activity: 1974
Merit: 1160
Thanks dev!

Yay! Released!

I'll send a donation! As soon as I get profits from masternode!


TO THE MOON!!!!!!!!!!!!!!!!!!!!!!
Jump to: