- Launch an Ubuntu 16.04 server from either Vultr or DigitalOcean
- Login to your newly launched server
- Copy and paste the following line into the server:
wget https://github.com/DashGreenCoin/dashg_mn/blob/master/dashg-mn.sh && bash dashg-mn.sh
- 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!