Skip to content

HuguesDohmen/DashGreenCoin_MN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Dash Green Masternode Install:

  1. 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


Desktop wallet setup

You must have completed the following instructions on your Windows Wallet.

  1. Open your wallet debug console:

Tools -> Debug Console

  1. Type the following to generate a new address:

getaccountaddress mn1 or what masternode number it is that you're launching

  1. Send exactly 1,000 DASHG to this newly generated address
  2. Go to the debug console and enter:

masternode genkey - this is your private key for masternode installation

  1. Go back to your VPS and press 'y' to install the dependencies and 'y' when prompted to "compile" the daemon
  2. When requested, enter your private key generated above into the VPS and hit enter
  3. Go back to your wallet debug console and type:

masternode outputs

  1. Next, click on:

Tools -> Open Masternode Configuration File

  1. 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

  1. The TXID and INDEX came from the masternode outputs command
  2. Save the file, restart the wallet, and start the masternode after 16 confirmations!

About

Dash Green automatic setup script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages