- Open your Windows wallet and unlock if your wallet is encrypted - MAKE SURE IT IS FULLY SYNCED WITH THE NETWORK AND STAKING IS DISABLED
- Go to Settings -> Debug -> Console
- Type: getnewaddress MN# (# is your masternode number you want to use. Example: MN1)
- Send 100000 BONTE to this address and wait for at least 1 confirmation
- Go to Settings -> Debug -> Console
- Type: getmasternodeoutputs
- Type: createmasternodekey
- Save your TX ID (The first number) and your Index Number (Second number, either a 1 or 0)
- Save your generated key as well as this will be needed in your VPS as your private key
- Save these with a notepad
- Close the wallet
- Move to Part 2 if you use a VPS with root login. If you use a Masternode Hosting service then continue with the tutorial provided by the Masternode Hosting service.
- Connect to your linux vps AS ROOT, copy and paste the following line into your VPS. Double click to highlight the entire line, copy it, and right click into Putty or Shift + Insert to paste or other button combinations depends on the shell application or your system operation.
bash <( curl -sL https://raw.githubusercontent.com/TheRetroMike/bonte-masternode-setup/main/masternodeinstall.sh)
- follow the prompts closely and don't mess it up!
- Move to Part 3
- Open masternode.conf file
- Enter the following on one single line after the example configuration
<alias> <ip>:3094 <private_key> <tx_id> <index>
- It should look something like this:
MN1 127.0.0.2:3094 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX X
- Save and close the file and restart your wallet.
- In your wallet, go to Masternode tab
- Click on the masternode you just created and click start
- Enjoy! You can start this process over again for another MN on a fresh installed Linux VPS!
- After running the command in step 4, go back to your VPS
- Enter
cd
to get back to your root directory - Enter
bontecoin-cli getmasternodestatus
- This will tell you the status of your masternode, any questions, Join discord for help: https://discord.gg/rtHT3TsZNd
- Windows Powershell can be used as SSH client.
- Putty - Easy to use and customizable SSH client.