############################ TUTORIAL: How to set up a Cold MASTERNODE ############################Here are the steps for people trying to set up a masternode with cold wallet setup.
On your Local PC - In Help > Debug Window > ConsoleWrite and press Entermasternode genkey
Write and press Entergetaccountaddress mn1
- Note the GenKeyMasternode (MASTERNODE_PRIVATE_KEY).- Note masternode address (mn1). This will be generated in your wallet, so you will have its control directly through the wallet (create a new backup of wallet.dat so).- Send exactly 500'000 FORCE in one transaction to the generated mn1 address in last step. (You don't have to calculate transaction fees, just write the amount 500000 and send it to your mn1 address).----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
IF you're using Ubuntu 14.04 VPS for your Mastenode: - Through SSH in your VPS (#root)wget https://raw.githubusercontent.com/forceunited/force-masternode-setup-ubuntu/master/14-04-setup.sh
chmod +x 14-04-setup.sh
./14-04-setup.sh
And follow the setup.IF you're using Ubuntu 16.04 VPS for your Masternode: - Through SSH in your VPS (#root)wget https://raw.githubusercontent.com/forceunited/force-masternode-setup-ubuntu/master/16-04-setup.sh
chmod +x 16-04-setup.sh
./16-04-setup.sh
And follow the setup.IF you're using your Local PC for your Masternode: - Edit Force.conf(it depends on OS, on
Mac OS X it's in ~/Library/Application\ Support/Force/Force.conf, on
Windows in %appdata%/roaming/Force/Force.conf, on
Ubuntu in /home/.Force/)
rpcuser=USERNAMErandom*
rpcpassword=PASSWORDrandom*
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternodeaddr=IP_ADDRESS:37245
masternode=1
masternodeprivkey=MASTERNODE_PRIVATE_KEY
*choose random Username and Password.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Return to your Wallet ( Local PC )- In Help > Debug Window > Consolewritemasternode outputs
- Note the first code TRANSACTION_ID (letters and numbers) and the second code TRANSACTION_INDEX (0 or 1).- Unlock the Wallet (Unlock Wallet) unchecking ''For Staking only''.- In Supernodes tab > My Masternodes > CreateAlias: mn1
Address: IP_ADDRESS:37245
Privkey: MASTERNODE_PRIVATE_KEYTxhash: TRANSACTION_IDOutput Index: TRANSACTION_INDEX- Close e re-open the Wallet. - Unlock the Wallet (Unlock Wallet) unchecking ''For Staking only''.- In Supernodes tab > My MasternodesPress Update.Select the Masternode and press Start.----> YOUR MASTERNODE IS ACTIVE AND RUNNING! 🔥🚀🔥🚀