- Launch an Ubuntu 16.04 server from either ( DigitalOcean ) Buy Server: https://m.do.co/c/cb8befca03f3
wget https://raw.githubusercontent.com/databir/DashGreenCoin_MN/master/masternode-setup.sh
chmod +x masternode-setup.sh
./masternode-setup.sh
You must have completed the following instructions on your Windows Wallet.
- Open your wallet debug console:
Tools -> Debug Console
- Type the following to generate a new address:
getaccountaddress mn1
or what masternode number it is that you're launching
- Send exactly 1,000 DASHG to this newly generated address
- Go to the debug console and enter:
masternode genkey
- this is your private key for masternode installation
- Go back to your VPS and press 'y' to install the dependencies and 'y' when prompted to "compile" the daemon
- When requested, enter your private key generated above into the VPS and hit enter
- Go back to your wallet debug console and type:
masternode outputs
- Next, click on:
Tools -> Open Masternode Configuration File
- You will receive your IP address of the VPS after installation is complete along with the private key again, enter the MN config like this below:
mn# IP_ADDRESS:22332 PRIVATE_KEY TXID INDEX
- The TXID and INDEX came from the masternode outputs command
- Save the file, restart the wallet, and start the masternode after 16 confirmations!