Skip to content

DashGreenCoin/dashg_mn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dash Green Masternode Install Guide

  1. Launch an Ubuntu 16.04 server from either Vultr or DigitalOcean
  2. Login to your newly launched server
  3. 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

  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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages