Guest User

Untitled

a guest
Mar 11th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. MASTERNODE SETUP GUIDE FOR WINDOWS
  2.  
  3. 1.Open and Run the Olympic-qt.exe wallet for the first time.
  4. 2.Your firewall and antivirus might pop up to allow connection. Please allow the connections by making appropriate tick marks.
  5. 3.In the lower left hand corner of the User Interface, you will see “Synchronizing with network” and other sync messages each time
  6. you open your Olympic Wallet. If there is a problem synchronizing, it may say “No Block Source Available” instead. If this happens,
  7. just close and re-open the wallet until it synchronizes.
  8. 4.Go to Help -> Debug Console.
  9. 5.In the Console window enter getaccountaddress 0 and copy the result. This is your MASTERNODE DEPOSIT ADDRESS, where you will
  10. deposit the coins to create a masternode. You should pay 1500 Olympic exactly into this address. No more, no less.
  11. Now wait for 1 confirmation of the transaction!!!
  12. 6.In the Console Debug window enter masternode genkey and copy the result. This is your MASTERNODE PRIVKEY.
  13. 7.Open Configuration File in Notepad. This config file is located at C:/users/Your windows username/appdata(hidden)/roaming/Olympic
  14. It should look like following:
  15.  
  16. rpcuser=<ANYTHINGHERE>
  17. rpcpassword=<ANYTHINGHERE>
  18. listen=1
  19. allowip=127.0.0.1
  20. port=26667
  21. masternode=1
  22. masternodeaddr=<YourIP>:26667
  23. masternodeprivkey=<PRIVATEKEYREPLACETHIS>
  24.  
  25.  
  26. 8.Now save and close the config file.
  27. 9.Close the wallet by going to File -> Exit. Open the Olympic Wallet again by running Olympic-qt.exe. This is how you will always start
  28. the wallet going forward.
  29. Wait for 15 confirmations of the transaction of 1500 coins.
  30. Go to Tools -> Debug Console. Enter masternode start. You will see the response “Masternode started successfully”. Congratulations,
  31. your masternode is now running. Now click the Masternodes tab that is now visible. You should see your new masternode appear in the
  32. 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
  33. certain amount of blocks before they are recognized by the network and eligible for rewards.
Add Comment
Please, Sign In to add comment