Masternode Setup Guides

Let us guide you
Check out our masternode setup guides

SELECT YOUR GUIDE

OPCX Masternode Activation Guide


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

1. Collect information

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.

2. Edit masternode.conf file

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
And add the information collected at 1. into one new line, which has the following format:
MASTERNODE_NAME IP_ADDRESS:18051 MASTERNODE_PRIVATE_KEY COLLATERAL_TX_ID COLLATERAL_TX_INDEX

3. Edit OPCoinX.conf file

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
And add the following information, please replace YOUR_RPCUSER_HERE with the RPC Username on your Subscription / My Nodes page, and YOUR_RPCPASSWORD_HERE with the RPC Password on your Subscription / My Nodes page:
listen=1
server=1
daemon=1
staking=1
rpcuser=YOUR_RPCUSER_HERE
rpcpassword=YOUR_RPCPASSWORD_HERE
rcpallowip=127.0.0.1
port=18051
Start masternode

4. Reboot wallet

Make sure to reboot your wallet, so the masternodes tab appears.

5. Start masternode

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).

Start masternode

6. Check status

After a few minutes, your masternode status should be 'active' on your subscription page, and your wallet should say ENABLED on the masternodes tab.

Error
Whoops, looks like something went wrong.