Bitcoin Forum
June 22, 2024, 02:18:09 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 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 ... 697 »
  Print  
Author Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=  (Read 826669 times)
Blazin8888
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
April 14, 2015, 05:06:28 AM
 #9521

8888
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
April 14, 2015, 05:11:18 AM
 #9522

Looking into the unlocked for staking only issue now.
Fixed this along with the lock/unlock icon to say its unlocked for staking only.

Thanks for the quick fix.



Just counting  ...If one masternode can bring for me  8- 9 payments a day   9 x 0.66666666 = 5.999 crave  .Six masternodes should bring at list 28 - 30 new crave a day  x 30 = 840  -900 crave coins a month
840 x 7 bucks for crave = $ 5880 a month ...Now I understood why and for what  fight is going on.Well I'm not going sell a single Crave from today  Grin

Where are you getting the 8-9 payments/day from?

Ya... Im lost on this. Can you explain in detail?

What do we need to do?

Vegas

They are talking about running a Master Node and to run a master you need to have 500 CRAVE. The payment (or fees paid) to a MN is 0.66666666 CRAVE that gets paid by the wallet which finds a POS reward. Since there is a fixed amount of POS block found each day that means those payments (or fees) go out to the running Master Nodes.

Here is a guide to setting up a MN
http://www.cravecoin.info/master-node-guide/



Many of us use windows. It looks like this guide is for Linux. Is there a windows guide? I have enough to setup a couple and would like to do that under windows.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
hussar
Sr. Member
****
Offline Offline

Activity: 387
Merit: 250


View Profile
April 14, 2015, 05:13:45 AM
 #9523

And, here it is again...


It's pretty easy.  I'll adjust these once we have all of the details.



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=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:9999
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=127.0.0.1
Save
Wait  15 blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start


Will happily accept tips for the tutorial!  C1iniw5WG9jPFCKAuXVikNhZEca4TkZSPh   Grin

i remember it is on page 168

CHANGE FINANCE First Decentralised Global Crypto Bank
[color=#15B5E2 ]LINK TO ICO | LINK TO DISCUSSION
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
April 14, 2015, 05:26:33 AM
Last edit: April 14, 2015, 05:37:27 AM by TimC
 #9524


Many of us use windows. It looks like this guide is for Linux. Is there a windows guide? I have enough to setup a couple and would like to do that under windows.

Vegas

http://www.cravecoin.info/master-node-guide/


For Windows

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:

maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30105
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=Your_IP_Address:9999
masternode=1
masternodeprivkey=The_Value_you_get_from_masternode_genkey
rpcallowip=127.0.0.1

Save crave.conf
open wallet
Wait 15 blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start


Read the following if you want to setup more then one master node using the same computer with one ip address.

You can change the port and setup more if you want.

You will need one copy of the data dir and the crave-qt.exe for each master node that you wan to run.

Here is an example of running three master nodes.

Folder that hold the block chain and .conf files
C:\SubFolders\CraveMasterNode1
C:\SubFolders\CraveMasterNode2
C:\SubFolders\CraveMasterNode3

Folders that contain the crave-qt.exe and the .bat files to launch the masternode
c:\MyFiles\CraveMN1\
c:\MyFiles\CraveMN2\
c:\MyFiles\CraveMN3\

Then in each of the above folders you would put in the following .bat files to launch the master nodes.

StartMasterNode1.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode1

StartMasterNode2.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode2

StartMasterNode3.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode3

Also in each of the data dir you need to put in a crave.conf file like the following.
Notice with each config they use a different port and a different rpcport for each crave.conf.
It is best to have staking=0 so it does not stake.

crave.conf for use with Crave Master Node 1
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30105
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9999
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 2
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30106
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9998
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 3
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30107
port=9997
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9997
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1
fmz89
Legendary
*
Offline Offline

Activity: 1766
Merit: 1002



View Profile
April 14, 2015, 05:32:37 AM
 #9525

dumper dont have many coin to be dumped, Tongue
this good sign to be high again Cool
crave NO.1 again

  ▄█▀                       ▀█▄
 ██           ▄▄ ▄▄           ██
███       ▄ ▄███ ███▄ ▄       ███
████▄   ███ ████ ████ ███   ▄████
 ██████████ ███▀ ▀▀▄▄▄▄▄ ▄██████
  ▀▀███████  ▀▄█████████ ████▀▀
       ███▀▄ ██████▀▀▀ ▄▄
       █▀▄██ ████▄▄█▀▄████
        ████ ▀█████▄▀██▀
        ████ █▄▀█████▄
        ████  ▀▀ █████▀
         ▀▀█      ▀█▀
.REXX.|||
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████▀    ▐███████
███████████    ▄▄█████████
▐██████████▀    ▀▀█████████▌
▐█████████▌       █████████▌
▐███████████    ███████████▌
███████████    ███████████
██████████    ██████████
▀████████▄  ▄████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
████ ▄▀██████████  █████
██████▄▀▄▀██████  ████████
▐████████▄▀▄▀██  ██████████▌
▐██████████▄▀▄ ████████████▌
▐██████████  ▄▀▄▀██████████▌
████████  ████▄▀▄▀████████
█████  ████████▄▀ ██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
|.BUY REXX.
woozii
Member
**
Offline Offline

Activity: 98
Merit: 10

Call me the coin wrecker (;


View Profile
April 14, 2015, 05:36:51 AM
 #9526

As i said before, watch out this price is extremely manipulated. Some one needs to take a big dump,



Not even whole coins are being bought
cryptohangman
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
April 14, 2015, 05:48:02 AM
 #9527

any news? why is price go up?  Shocked

some serious development going on !!!! See the new forum !!!!  Shocked

https://cravetalk.org/



There is no other way for this coin, just TOP 5, and we gonna there soon or later, after a week fully of trolls, bullshit and FUD, the frenzy of whales feeding is really insane, everyone want to set up an adrenaline node.

Crave market capitalization is a joke right now, but in a few days,  haters gonna hate.

Buy crave at this levels is like to buy BTC at $ 10,00 a few years ago.

My coins staking no stop. So pissed  Cry because I have not had any masternode running yet, but I have coins for set up too many nodes.  Grin

Thanks dumpers, see you at 0,02.
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 14, 2015, 06:16:25 AM
 #9528

any news? why is price go up?  Shocked

Welcome Sir!
Many forces at work...The price is irrelevant and an obtical contusion! Really all that matters is getting some and holding it...locking it away in masternodes and ignoring the usual suspects!
From one Hero member to another under cover Anon Hero-Legendary member!
Cyber Lighting strikes twice in the same place on rare occasions...
Cheers!

@Hyperjacked1 Twitter
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
April 14, 2015, 06:22:18 AM
 #9529

What is the total masternode count now? Is there a way I can check this?

...
AncientHuh
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 14, 2015, 06:25:25 AM
 #9530

last small tiny pump before it crashed, run out before you lose it all  Cry
timbereagle
Hero Member
*****
Offline Offline

Activity: 881
Merit: 502



View Profile
April 14, 2015, 06:29:34 AM
 #9531

last small tiny pump before it crashed, run out before you lose it all  Cry

Another fudder ignored, so shocking that these poor guys like this kind of trolling, it is sad
fonzerrellie
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000

Kaspa


View Profile
April 14, 2015, 06:30:33 AM
 #9532

What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH 
WAVES
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
April 14, 2015, 06:34:09 AM
 #9533

What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

Thanks, that is impressive for so early on.

...
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 14, 2015, 06:41:53 AM
 #9534

May I suggest some awesome youtube viewing....?
I'm watching Joe Rogan Experience #633 with Alex Winter...Enjoy!
Silk Road discussion...Always been a Joe Rogan fan!
Heyyyy Joe! Hop on board the Crave train...still early stages!

@Hyperjacked1 Twitter
industrialcoinmagic (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 14, 2015, 06:42:21 AM
 #9535

What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

Thanks, that is impressive for so early on.
In the wallet you can use the masternode count command from the RPC console.  Or in the upcoming update, I added the updating count in the wallet.
Digital_Currency_LTD
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
April 14, 2015, 06:43:51 AM
 #9536

What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

Thanks, that is impressive for so early on.
In the wallet you can use the masternode count command from the RPC console.  Or in the upcoming update, I added the updating count in the wallet.

Hi Dev! When you will  done with the newest update?
Thomasvd
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 14, 2015, 06:44:29 AM
 #9537

Watch out people, it will drop again...
The price is to high for the moment.
You will be dumped again Smiley
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 14, 2015, 06:47:55 AM
 #9538

I'm seeing new floors being formed higher and higher! Is this coin really going back to the moon?!

It never died.  The first POS masternode coin that also has a highly competent dev plus a host of other features?  At these levels, this coin is one of the greatest buying opportunities ever in my opinion.  I can't thank the dumpers enough.

We all know 2000% increases are unsustainable...not very concerned about price since I'm never selling any!
Buying the dip and burning the manipulators like the Whales are doing!
cheers!

@Hyperjacked1 Twitter
fonzerrellie
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000

Kaspa


View Profile
April 14, 2015, 06:49:23 AM
 #9539

May I suggest some awesome youtube viewing....?
I'm watching Joe Rogan Experience #633 with Alex Winter...Enjoy!
Silk Road discussion...Always been a Joe Rogan fan!
Heyyyy Joe! Hop on board the Crave train...still early stages!

the rogan show with Abby Martin is an awesome one

#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH 
WAVES
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 14, 2015, 06:52:13 AM
 #9540

Watch out people, it will drop again...
The price is to high for the moment.
You will be dumped again Smiley

Yes Sir!
Dark forces at work with evil intentions...They want the Crave price zero!
create a BTC floor at decending levels and take the DASH fud trolls btc!

@Hyperjacked1 Twitter
Pages: « 1 ... 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 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 ... 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!