Skip to content

decentrahub/DCNTR-MNSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decentrahub Masternode Setup (Ubuntu 16.04 / 18.04)

This guide will assist you in setting up a DecentraHub Masternode on a Linux Server running Ubuntu 16.04 / 18.04

If you require further assistance, contact the support team at Discord



Requirements

  • 1000 DCNTR coins.
  • A VPS running Linux Ubuntu 16.04 or 18.04 with 1 CPU & 1GB Memory minimum (2gb Recommended) from Vultr or any other providers.
  • DecentraHub Wallet (Local Wallet)
  • An SSH Client (Putty or Bitvise)

Connecting to the VPS and installing the masternode script


1. Log into the VPS with root

[Vps]


2. Git Installation:
  • sudo apt-get install -y git-core

[Git]


3. Clone MN setup script:
  • git clone https://github.com/decentrahub/DCNTR-MNSetup.git

4. Start MN setup script:
  • cd DCNTR-MNSetup && chmod +x DCNTR-16.04.sh && ./DCNTR-16.04.sh
    OR
  • cd DCNTR-MNSetup && chmod +x DCNTR-18.04.sh && ./DCNTR-18.04.sh

[Script2]

Now ask for VPS Public IP Address [Script3]

Now you need to wait some time, while script preparing the VPS to setup


5. Copy masternode private key from VPS console window and pres "Enter":

[Download Bitvise]

  • if you see this, you are on the right track: [QT1]

  • to check VPS daemon status, type: decentrahub-cli getinfo [QT2]

Don't close this window!


Setup QT wallet

1. Create new receiving address and copy it

[QT3]


2. Send Collateral amount of DCNTR to copied address

[QT4]


3. Open console Get MN output and set masternode configuration file and save it
  • mn1 VPS_IP:2120 masternode_genkey masternode_output output_index: [QT5]

4. Wait at least 15 confirmation of transaction

[QT6]


5. Restart QT wallet
  • it's important

6. Start MN in QT wallet console:
  • startmasternode alias false DCNTR_MN1

[QT7]


7. Check Masternode Status in VPS:
  • decentrahub-cli startmasternode local false
  • decentrahub-cli getmasternodestatus
    [QT8]

Сongratulations you did it!

Additional Notes:

Use autocombinerewards features for combine Masternode Rewards.

For Use it in Local (Windows/Linux/MacOS) Wallet follow below Step:

  • Go to SETTINGS -> Debug -> Console and fire below command in console windows.

  • autocombinerewards true 500

  • Here 500 is the Amount of DCNTR Coin, Wallet will automatically monitor for coins with value below that amount, and combine them in one transaction. So you can keep that amount whatever you want to combine. (Ex. 100 or 200 or 500 or 2000 as you wish).

  • After complete this process if you stop or Exit from wallet and start again than you have to do this same process again. Otherwise you can start that wallet 24*7.

For VPS follow below step:

  • Start daemon in VPS after that fire below command:

  • ./decentrahub-cli autocombinerewards true 500

  • Same as above here also you can change amount in place of 500 whatever you want to combine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages