Masternode setup
Osmium masternode setup
This tutorial describes how to install an Osmium masternode on a Ubuntu Linux Server.
Open your Core wallet
Go to Window -> Console.
Type the following RPC command, to create an address for the masternode fee:
Example output
Go back to your wallet overview
Press on the toolbar button "Send".
Enter the address from the RPC command “getnewaddress” behind the text "Pay To:". (Example: SVf2wYD5JeCtURA76bKEL8Tx91zLTJTwfk)
Enter the following amount of coins behind the text "Amount:": 1
Press on the button "Send".
Go back to the console of your wallet.
Type the following RPC command, to create an address for the masternode collateral:
Example output
Go back to your wallet overview
Press on the toolbar button "Send".
Enter the address from the RPC command “getnewaddress” behind the text "Pay To:". (Example: SQKqF8aT2c5s5m9xgfqWgjJLmok7Gh27Vg)
Enter the following amount of coins behind the text "Amount:": 500
Make sure the "Subtract fee from amount" checkbox is not active.
Press on the button "Send".
Wait at least 6 blocks until the transaction is confirmed.
Go back to the console of your wallet.
Identify the transaction with the following RPC command:
Example output
Generate a BLS key pair with the the following RPC command:
Example output
Type the following RPC command, to create an address for the owner of the masternode:
Example output
Type the following RPC command, to create an address for used for proposal voting:
Example output
Type the following RPC command, to create an address to receive the masternode reward:
Example output
Prepare the ProRegTx transaction by modifying the following line.
fdab9dff1ff9caf5d291905ad43b9f7d69775189d4d22cb085d7fedd94ea1c6a - Transaction id from the RPC command “masternode outputs”.
0 - Single digit from the RPC command “masternode outputs”.
1.2.3.4:9969 - External IPv4 address of your VPS.
Sh5A68rWopdgQGAFbCssMVS5E1fUXUd31p - Address of the owner of the masternode.
064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f3f6f2b684c3cec8e4a128193a001d12e9 - “public” value from the RPC command “bls generate”.
SWu96a92Kv2w5PbcF793hofuQcPRDssaga - Address used for proposal voting.
SWu96a92Kv2w5PbcF793hofuQcPRDssaga - Address to receive the masternode reward.
SQKqF8aT2c5s5m9xgfqWgjJLmok7Gh27Vg - Address to where you send the masternode amount fee.
Paste the modified line into your console.
Example output
Update your Ubuntu server with the following command:
Type the following command to go back to your home directory:
Extract the tar file with the following command:
Type the following command to install the daemon and tools for your wallet:
Create the data directory for your coin with the following command:
Open nano
Paste the following into nano
1.2.3.4 - External IPv4 address of your VPS.
64f6f0e27be5d171b23f91803e9ad8fa1a92cb6a1f857eb664d5ab1ac35e514b - “secret” value from the RPC command “bls generate”.
Save the file with the keyboard shortcut ctrl + x.
Type the following command to start your masternode: