This guide is meant for setting up a HOT/COLD SETUP WITH WINDOWS AND LINUX.
Use this script on a fresh install of Ubuntu 16.04
- Open your Windows wallet - MAKE SURE IT IS SYNCED WITH THE NETWORK
- Go to Tools -> Debug Console
- Type: getaccountaddress MN# (# is your masternode number you want to use)
- Send 20000 XXX to this address
- Go to Tools -> Debug Console
- Type: masternode outputs (This can take a minute before an output is shown)
- Type: masternode genkey
- 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
- Save these with a notepad
- Close the wallet
- Move to Part 2 for now
Connect to your linux VPS. Copy and paste the following, one at a time, to get started:
Download the script:
sudo wget https://raw.githubusercontent.com/AdultChain/Installation-guides/master/scripts/adultconfig.sh
Make the script executable:
sudo chmod +x adultconfig.sh
Execute the script and follow the instructions:
sudo ./adultconfig.sh
- Open your wallet
- Go to Tools -> Open Masternode Configuration File
- Enter the following on one single line after the example configuration
<alias> <ip>:6969 <private_key> <tx_id> <index>
- It should look something like this:
MN1 66.65.43.32:6969 87dfjnKNfdjNlwomdmKKMdkaNIE a3eofJJkdlMlfKokfmalmofO 0
- Save and close the file and restart your wallet.
- In your wallet, go to Masternodes
- Right-click your masternode and click "Start alias"
- Enjoy! You can start this process over again for another MN on a fresh Linux VPS!