Skip to content

Coin2Play/Coin2Play-Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Coin2Play 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

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 Coin2Play windows wallet from Releases
  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://github.com/Coin2Play/c2pcore/releases/download/v1.1.0.0/c2p-install.sh)"

You will have 6 options one 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 Coin2Play Masternode
  4. This option will Stop Coin2Play Masternode
  5. This option will show Coin2Play Server Status
  6. This option will Rebuild Coin2Play Masternode Index

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

cd &&  bash -c "$(wget -O - https://github.com/Coin2Play/c2pcore/releases/download/v1.1.0.0/c2p-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 ./coin2play-cli getinfo

We want the blocks to match whats on the Coin2Play block explorer (http://explorer.coin2play.io/)

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 Coin2Play Desktop Wallet.
  2. Go to RECEIVE and create a New Address: MN1
  3. Send 10000 C2P to MN1. You need to send 10000 coins in one single transaction.
  4. Wait for 20 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:2221 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:.
./coin2play-cli masternode status

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


Usage:

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

Packages

No packages published

Languages

  • Shell 100.0%