Giter Site home page Giter Site logo

install-script's Introduction

logo

Concierge v1.0.0.1 Masternode Setup Guide [ Ubuntu 16.04 ]

THIS GUIDE IS FOR ROOT USERS -

YOU MUST BE A MEMBER OF THE FOLLOWING GROUP

User=root
Group=root

Shell script to install a Concierge Masternode on a Linux server running Ubuntu 16.04. Use it on your own risk.


Private Key

This script can generate a private key for you, or you can generate your own private key on the Desktop software.

Steps generate your own private key.

  1. Download and install Concierge v1.0.0.1 for Windows - Download Link - https://github.com/ConciergeCoin/Concierge/releases/tag/V1.0.0.1
  2. Go to Tools -> Click "Debug Console"
  3. Type the following command: masternode genkey
  4. You now have your generated Private Key (MasternodePrivKey)

VPS installation

First you will need a VPS to continue on with this guide. If you do not have one get one from here Vultr.

Next step is to download the script on the vps with command below.

cd &&  bash -c "$(wget -O - https://raw.githubusercontent.com/ConciergeCoin/Install-Script/master/concierge-install.sh)"

You will have 6 options once you run the command above.

  1. This option Will install a fresh MNN VPS instance
  2. This option will update your MN wallet on the vps if a network or wallet update is needed.
  3. This option will Start Concierge Masternode
  4. This option will Stop Concierge Masternode
  5. This option will show Concierge Server Status
  6. This option will Rebuild Concierge Masternode Index

If you need to go back and either start or stop Concierge just use this command.

cd &&  bash -c "$(wget -O - https://raw.githubusercontent.com/ConciergeCoin/Install-Script/master/concierge-install.sh)"

That command above will be your shortcut to control your masternode. More commands will come in time.

Once the VPS installation is finished.

Check the block height

watch ./concierge-cli getinfo

We want the blocks to match whats on the Concierge block explorer

Once they match you can proceed with the rest of the guide.

Once the block height matches the block explorer issue the following command.

CTRL and C  at the same time  (CTRL KEY and C KEY)

Desktop wallet setup

After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps:

  1. Open the Concierge Desktop Wallet.
  2. Go to RECEIVE and create a New Address: MN1
  3. Send 1000 CCC to MN1. You need to send 1000 coins in one single transaction.
  4. Wait for 15 confirmations.
  5. Go to Tools -> Click "Debug Console"
  6. Type the following command: masternode outputs
  7. Go to Tools -> "Open Masternode Configuration File"
  8. Add the following entry:
Alias Address Privkey TxHash TxIndex

SAMPLE OF HOW YOUR MASTERNODE.CONF SHOULD LOOK LIKE. (This should all be on one line)

MN1 127.0.0.2:51470 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
  • Alias: MN1
  • Address: VPS_IP:PORT
  • Privkey: Masternode Private Key
  • TxHash: First value from Step 6
  • TxIndex: Second value from Step 6
  1. Save and close the file.
  2. Go to Masternode Tab. If you tab is not shown, please enable it from: Settings - Options - Wallet - Show Masternodes Tab
  3. Click Update status to see your node. If it is not shown, close the wallet and start it again.
  4. Select your MN and right click on the masternode Start Alias to start it.
  5. Alternatively, open Debug Console and type:
startmasternode alias 0 MN1 
  1. Login to your VPS and check your masternode status by running the following command:.
./concierge-cli masternode status

You want to see "Masternode started successfully and Status 4"


Usage:

./concierge-cli getinfo
./concierge-cli mnsync status
./concierge-cli masternode status

install-script's People

Contributors

conciergecoinadmin avatar mark2994u avatar motoacidic avatar

Stargazers

 avatar

Watchers

 avatar

install-script's Issues

Typo error

When you are cloning, read what you are doing.

"echo Downloading AquilaX install files."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.