Please follow the instructions below. If you have any issues whatsoever, please contact support@nodesupply.com or join our Telegram group.
Commands
Generate masternode private key | Generate collateral txid / index | Start Masternode |
---|---|---|
masternode genkey | masternode outputs | masternode start-alias YOUR_MN_ALIAS_HERE |
Collect the following information:
1. IP Address | Retrieve this from the 'My Nodes' page or on your subscription page on nodesupply.com. |
---|---|
2. Masternode Private Key | This is the masternode private key you entered when ordering your masternode, the result of 'masternode genkey'. This is a long string that looks similar to 5J55yHcyTiqq81WEzvHi7SKN37ZhqhZWUbog7NRzNkmQuVMd2Z4. |
3. Collateral tx id | This is the long string of characters of the output from the 'masternode outputs' command. |
4. Collateral tx index | This is either 0, 1 or 2. This is retrieved from the second part of the 'masternode outputs' command. |
4. RPC username | You can find this on your 'My Nodes' page or on your subscription page. |
5. RPC password | You can find this on your 'My Nodes' page or on your subscription page. |
Open the masternode configuration file. Open this file by going to Tools > Open Masternode Configuration File in your wallet, or find it here:
Windows | %appdata%\OPCoinX\masternode.conf |
---|---|
Mac OSX | ~/Library/Application Support/OPCoinX/masternode.conf |
Linux | ~/.OPCoinX/masternode.conf |
MASTERNODE_NAME IP_ADDRESS:18051 MASTERNODE_PRIVATE_KEY COLLATERAL_TX_ID COLLATERAL_TX_INDEX
Close your wallet!
Open the OPCoinX configuration file. Open this file by going to Tools > Open Wallet Configuration File in your wallet, or find it here:
Windows | %appdata%\OPCoinX\OPCoinX.conf |
---|---|
Mac OSX | ~/Library/Application Support/OPCoinX/OPCoinX.conf |
Linux | ~/.OPCoinX/OPCoinX.conf |
listen=1
server=1
daemon=1
staking=1
rpcuser=YOUR_RPCUSER_HERE
rpcpassword=YOUR_RPCPASSWORD_HERE
rcpallowip=127.0.0.1
port=18051
Make sure to reboot your wallet, so the masternodes tab appears.
Go to Tools > Debug Console, and type in 'masternode start-alias YOUR_MN_ALIAS'. Please replace YOUR_MN_ALIAS with the masternode alias that you entered in your masternode.conf (the first word of the line in masternode.conf).
After a few minutes, your masternode status should be 'active' on your subscription page, and your wallet should say ENABLED on the masternodes tab.