-
Notifications
You must be signed in to change notification settings - Fork 36
Masternode Setup
WlanWerner edited this page Feb 9, 2020
·
1 revision
This Guide will help you to setup your masternode with the Hot/Cold method. After this Guide you will have a cold wallet on your own PC/Laptop and a hot wallet running on your Server/PC. The Hot Wallet will work as daemon, without access to the Coins, they are safe in your local wallet.
- PC with Internet Connection - 24/7 availability
- Static IP
- 2500.0001 BRO
- Go to the debug console | Tools -> Debug console
- Generate new address in the console |
getnewaddress <label for the Node>
-> Copy the address and save somewhere - Send the collateral to the address |
sendtoaddress <address generated step 2> 2500
-> Now wait for confirmations - Generate masternode key in the console |
masternode genkey
-> save the output somewhere - Get TX + ID |
masternode outputs
-> save the output somewhere
- Install wallet
- Sync the wallet
- Edit/Create the Bitradio.conf (Win: C:\Users<username>\AppData\Roaming\Bitradio\Bitradio.conf; Linux ~/.Bitradio/Bitradio.conf) | Add following:
daemon=1 server=1 listen=1 masternode=1 masternodeprivkey=<masternode key (Step 4)> externalip=<Server-IP>
- Restart the wallet
- Open masternode.conf | Tools -> Open Masternode Configuration File
- Add the new masternode and save |
<Masternode Name/Label> <Server-IP>:32454 <masternode key> <masternode outputs tx> <masternode outputs index>
- Restart the wallet
- Start the masternode | Go to Masternodes Tab -> Select MN -> Start