Skip to content

BASIC MASTERNODE GUIDE FOR WINDOWS

HarvestMasternodecoin edited this page Jul 21, 2018 · 7 revisions

MASTERNODE GUIDE FOR WINDOWS

Open and Run the HARVEST wallet for the first time. In the lower left hand corner of the User Interface, you will see “Synchronizing with network” and other sync messages each time you open your HARVEST Wallet. If there is a problem synchronizing, it may say “No Block Source Available” instead. If this happens, just close and re-open the wallet until it synchronizes.

Go to Help -> Debug Console.

In the Console window enter getaccountaddress 0 and copy the result.

This is your MASTERNODE DEPOSIT ADDRESS, where you will deposit the coins to create a masternode.

Pay 5000 HARVEST exactly into this address. No more, no less.

Go to Tools -> Open Wallet Configuration File. Open the file in Notepad. Then paste in the following two lines.

masternode=1

masternodeprivkey=

In the Console Debug window enter masternodegenkey and copy the result.

This is your MASTERNODE PRIVKEY.

Go back to the config file in Notepad and paste your privkey after the equals sign of “masternodeprivkey=”. Now save and close the file.

Close the wallet by going to File -> Exit.

Open the HARVEST Wallet again by running Harvest-qt.exe.

This is how you will always start the wallet going forward.

Go to Tools -> Debug Console. Enter masternode start.

You will see the response “Masternode started successfully”.

Congratulations, your masternode is now running.

Now click the Masternodes tab that is now visible.

You should see your new masternode appear in the list with the status PRE_ENABLE.

This will change to ENABLED after a small amount of time.

All masternodes need to be active for a certain amount of blocks before they are recognized by the network and eligible for rewards.