A small contribution to the community. Setting Up BitcoinHard Masternode on VPN Here is a guide to setting up your BitcoinHard masternode on VPN. Once it has installed open the wallet and let it sync with the network. Once it has fully synced then encrypt it with a new passphrase. The wallet will restart, once it has restarted back it up and save the backup file in a safe place, preferably offline.
Now you need to get your coin collateral. You'll need 6250 for a masternode and an extra one for fees. Now you have got the coins in your wallet you can begin to stake for your masternode. First of all you need to send the coins to yourself so go to the recieve tab, give the transaction a label, such as MN1 as this will be your masternode. Click request payment and copy the address. Now go to the send tab and paste in the address you just created. It should come up with MN1 as the label so you know you are sending it to the right place. Send 6250 coins keeping the 'subtract fee from amount' box unchecked. Wait now until the transaction is confirmed with a tick beside it in the transaction list. This may take a few minutes.
Go to the Tools > Debug Console in the wallet and type 'masternode outputs' and hit enter. And "masternode genkey" and hit enter. You will receive a TxHash and an Output_Index. Copy and paste both of these values and save in the notepad you stored your private key in earlier.
Now with the coins staked you can configure your masternode in the masternode.conf file. You can access it directly from the folder you installed the BitcoinHard wallet in or from the wallet by going to Tools > Open Masternode Configuration File In the text file that opens you will need to enter the following information:
your IP ADDRESS PRIVKEY TxHASH Output_Index
BitcoinHard wallet in or from the wallet by going to Tools > Open wallet Configuration File In the text file that opens you will need to enter the following information:
rpcuser=any value rpcpassword=any value rpcallowip=127.0.0.1 listen=1 server=1 daemon=1 gen=1 maxconnections=256 masternode=1 logtimestamps=1 masternodeprivkey=your privkey externalip=your IP
after that, restart the wallet. And start the masternode.
|