Author

Topic: Guideline setup your own master node (Windows) (Read 353 times)

newbie
Activity: 28
Merit: 0
October 18, 2017, 12:02:04 AM
#1
1) Requirement
 - PC an run 24/7 (Rappie pc also good)
 - Windows (recomend 7 or later)
 - Wallet installed successfully
 - Public static IP address
2) Create masternode key
 - open : help -> debug windows -> console
 - command: masternode genkey -> copy key save in text file
3) Create new wallet address
 - command: getaccountaddress [name of wallet] -> copy new wallet address save in text file
4) Go to main screen of wallet software to double check new wallet is created successfull
5) Encrypt wallet
 - Setting -> Encrypt Wallet -> enter your password to encrypt ( Save it to your safe place)
6) Send exactly amount of coin need to open master node to the wallet address you just create in step 3 (it is depend on what coin you want open masternode)
7) Goto %App%/[Wallet folder]
Cool create new file named: [Wallet folder].conf
copy paste:
rpcuser=your user
rpcpassword=your password
maxconnection=256
masternode=1
masternodeprivkey=your mastenode key, created in step 2
masternodeaddr=your public ip address:37192

Save file
9) Go to Help -> debug windows -> console
command: masternode start

Finish

More command:
masternode list
masternode debug
getinfo
help
Jump to: