KINGSTON COIN VPS MASTERNODE SETUP GUIDE

Similar documents
MASTERNODE SETUP GUIDE

COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS

CROWDCOIN MASTERNODE SETUP COLD WALLET ON WINDOWS WITH LINUX VPS

WHAT YOU WILL NEED FOR THIS GUIDE:

BitcoinGenX Masternode Setup Tutorial

Rover Coin. Hot Cold Wallet Masternode VPS setup Guide

COLD WALLET + MASTERNODE SETUP ON LINUX

Beetle Coin Masternodes Guide

SUB1X Masternode Setup Guide: LINUX Version

SCRIV NETWORK COLD WALLET MASTERNODE SETUP GUIDE DETAILED

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS

Masternode Setup Guide Local Wallet with VPS Server

MASTERNODE Setup Guide

Windows cold wallet managing Linux VPS connected Masternode

This guide assumes that you are setting up a masternode for the first time. You will need:

KINGSTON COIN VPS MASTERNODE SETUP GUIDE

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ control wallet on local PC (Windows)

Masternode Setup Guide

BitcoinMonster Masternode Linux VPS Tutorial - Vultr VPS Created By : Samshak Donet Mon: MKX8PFz1uvBkwNDTXtUuj6KinudhsKZh1K

Nyerium Hot Cold Masternode Guide

SAROS MasterNode Guide V1.1

Masternode&Sentinel Setup Guide

Dixicoin (DXC) Masternode Guide for VPS

CazCoin VPS Masternode Setup December 2018

CazCoin VPS Masternode Setup May 2018

Masternode Setup Guide

LOCAL WALLET (COLD WALLET):

We will create an address, private key and transaction for each masternode (MN in the following) and show the necessary steps for configuration.

Setting up a Chaincoin Masternode

Controller-Cold-Setup

ZEALIUM WINDOWS MASTERNODE SETUP GUIDE

Crave Setup Guide v1.07

Relarium (RLM) Masternode Guide for VPS

This is a step-by-step guide for starting a single BeetleCoin masternode on Windows 7 10 operating systems.

Complete Guide to Setting Up Linda on Ubuntu 16 For Staking

TECHNOLOGY. Cold Masternode Guide

TZC WALLET + HEADLESS WALLET ON LINUX. Local Wallet + PoS Headless Wallet on VPS (Ubuntu 16.04)

Install Guides. Automated Compiler Cold Node (Linux VPS) Absolute. Proof of View

MarketC - Masternode Setup Guide

MTI Coin. MTI Coin. Hot Cold Wallet Masternode VPS setup Guide

What you need: 5001 AEG. Computer with wallet installed. Make sure the wallet contains the Masternode Collateral of at least 5001 AEGEUS

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04)

Cold Masternode Guide

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ Control wallet on local PC (Windows) (VPS installation with script :-) )

Master Node Setup Guide

VPS SETUP: What is a VPS? A VPS is a cloud server, running on a virtual machine. You can t run a masternode on your computer itself.

InstaDEX Master Wallet and Masternode Deployment Guide with Windows VPS

Anonymity and Privacy Blockchain

Anonymity and Privacy Blockchain

50,000 THC (have an additional.01 THC available to cover transaction costs)

SUB1X Masternode Setup Guide: Windows Version

LINUX VPS GUIDE. Pre-requisites: (this guide assumes you are using windows)

KickSoccer Coin Masternode Setup Guide

Masternode Setup in VPS server

Masternode Guide Version 1.0.4

NAV Coin NavTech Server Installation and setup instructions

(Ubuntu 16.04) This guide will assist you in setting up an Aegeus Masternode on a Linux Server running Ubuntu (use at your own risk).

Create MedicCoin Master Node Instruction Rev2

SCRIV NETWORK WINDOWS HOT WALLET MASTERNODE SETUP GUIDE DETAILED

Masternode Setup Guide. HexCash Coin. Masternode Setup Guide Version /

Renos Local Wallet Masternode Setup

Wallet Installation Guide for Staking on Raspberry PI

Rabbit Linux Masternode with Windows Cold Wallet

SmartCash SmartNode Setup Guide v1.2. Windows 10. Date: 13/01/2018. By (Jazz) yoyomonkey

SmartCash SmartNode Setup Guide V1.2 Windows 10 13/01/2018 By (Jazz) yoyomonkey Page 1

CrowdCoin Masternode Windows Hot Wallet Guide + Sentinel

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey

Flex Linux Masternode with Windows Cold Wallet

Masternode Setup Guide

FreeSWITCH for Ubuntu 14.04

TrinityCore Documentation

Zephyr Kernel Installation & Setup Manual

XSN coin. TPoS Setup Guide.

GIT. A free and open source distributed version control system. User Guide. January, Department of Computer Science and Engineering

WOLFCOIN MASTERNODE MANUAL

Installation of Apache OpenMeetings on Ubuntu LTS. This tutorial is made based on a fresh installations of

Installation of Apache OpenMeetings on Ubuntu LTS. This tutorial is made based on fresh installations of. ubuntu desktop-amd64.

STRATIS MASTERNODE. Windows Installation Guide

:59:32 PM PST

Using MFA with the Pulse Client

MSC-Tools Documentation

Creating a Yubikey MFA Service in AWS

Bitnami Pimcore for Huawei Enterprise Cloud

TUTORIAL v /07/2017 How to install a TOR Node for the decentralized BitcoinZ Blockchain Network?

Wallet Setup Guide WINDOWS. Version 1 /

Parallel Programming

Lab Exercises: Deploying, Managing, and Leveraging Honeypots in the Enterprise using Open Source Tools

Baking RDKit on a Pi. - Tips and gotchas. Jan Holst Jensen CEO, Biochemfusion

Installing the new LOFAR Software on a fresh Ubuntu 14.04

Alarm Counter. A Ceilometer OpenStack Application

GET YOUR DRAGONBOARD UP TO DATE

Installing Open Project on Ubuntu AWS with Apache and Postgesql

How to make GCN, bitcoin and other Altcoin Paper Wallet (Cold Storage, Offline Storage)

The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Configuration Guide for Unix/Linux

Configuring Ubuntu to Code for the OmniFlash or OmniEP

MRCP. Installation Manual. Developer Guide. Powered by Universal Speech Solutions LLC

Installing MediaWiki using VirtualBox

Ekalavya Summer Internship Programme Accessing DAQ cards through Scilab

sensor-documentation Documentation

CSCI 350 Virtual Machine Setup Guide

Transcription:

KINGSTON COIN VPS MASTERNODE SETUP GUIDE UBUNTU 16.04 x64 ** THIS GUIDE ASSUMES YOU HAVE PURCHASED A VPS THROUGH A SERVICE LIKE DIGITALOCEAN. COM OR VULTR.COM AND HAVE CONNECTED TO YOUR VPS THROUGH SSH/TERMINAL** STEP 1: Setup Virtual Memory (Optional) dd if=/dev/zero of=/mnt/myswap.swap bs=1m count=4000 mkswap /mnt/myswap.swap chmod 0600 /mnt/myswap.swap swapon /mnt/myswap.swap STEP 2: Install Dependencies sudo apt-get update -y sudo apt-get upgrade -y sudo apt-get install \ build-essential libssl-dev libboost-all-dev \ libqrencode-dev pkg-config libminiupnpc-dev \ qt5-default qttools5-dev-tools libgmp3-dev \ git software-properties-common nano -y sudo add-apt-repository ppa:bitcoin/bitcoin -y sudo apt-get update -y sudo apt-get install libdb4.8-dev libdb4.8++- dev autoconf -y sudo apt-get install \ build-essential libtool autotools-dev \ pkg-config libssl-dev libboost-all-dev automake autogen \ libboost1.58-all-dev automake libtool -y sudo apt-get install \ libzmq3-dev libminiupnpc-dev openssl \ libssl-dev libevent-dev libgmp-dev \ aptitude libdb4.8++-dev -y

STEP 3: Install Daemon in Home Folder cd /home/ git clone https://github.com/kingstoncash/kingston cd kingston/ chmod +x autogen.sh chmod +x share/genbuild.sh chmod +x src/leveldb/build_detect_platform./autogen.sh./configure make (This step will take around 15-30 minutes to complete) STEP 4: Install Daemon in Home Folder cd /home/ git clone https://github.com/kingstoncash/kingston cd kingston/ chmod +x autogen.sh chmod +x share/genbuild.sh chmod +x src/leveldb/build_detect_platform./autogen.sh./configure make STEP 4: First run of the Daemon /home/kingston/src/kingstond -daemon You will see the following error: Error: To use the -daemon option, you must set a rpcpassword in the configuration file: /root/. kingston / kingston.conf It is recommended you use the following random password: rpcuser=you WILL GET YOURS IN THIS ERROR ON YOUR VPS rpcpassword=you WILL GET YOURS IN THIS ERROR ON YOUR VPS (you do not need to remember this password) The username and password MUST NOT be the same STEP 4: Editing the kingston.conf file cd /root/.kingston nano kingston.conf

cd /root/.kingston nano kingston.conf Paste your RPC details now: rpcuser=xxx rpcpassword=yyy rpcallowip=<your VPS EXTERNAL IP> listen=1 server=1 daemon=1 staking=0 logtimestamps=1 masternode=1 externalip=<yourip:port> masternodeprivkey=<priv genkey> addnode=103.19.211.58:9211 addnode=113.212.115.58:9211 addnode=198.98.57.10:9211 addnode=31.53.18.69:9211 addnode=37.187.140.168:9211 addnode=45.64.254.42:9211 addnode=45.64.254.58:9211 addnode=54.36.5.66:9211 addnode=81.169.179.241:9211 STEP 5: Re-Run the Daemon /home/kingston/src/kingstond -daemon CHEERS!! YOUR SERVER IS SETUP AND RUNNING NOW. IT WILL SHOW YOU Kingston server starting Make sure your External IP and Port are Open from outside, use this site to check https://www.yougetsignal.com/tools/open-ports/

PREPARING YOUR DESKTOP WALLET STEP 1: Send 5,000 KGX - Open your main wallet where you have your coins - Go to File >> Receiving Addresses - Press button New and enter Masternode 1 in Label, followed by OK. - Send exactly 5000 KGX to this address STEP 2: Generate Private Key and Masternode Outputs - Wait for confirmations of the transaction and go to Tools >> Debug Console

- Run command masternode genkey and copy down generated key (this is your masternode private key) - Run command masternode outputs and copy down hexnumbers (this is your masternode tx) and digit after : (this is tx index), alternatively you can double click on your transaction STEP 3: Setup Your masternode.conf File - Go to Tools >> Open Masternode Configuration File (masternode.conf), and open with Notepad. - Using (one line per masternode), use the following format: Alias IP:Port Privkey TxHash OutputIndex As Alias, enter MN1 (do not use spaces and special characters) As IP:Port, enter YOUREXTERNALIP:PORT (your external white IP and port for masternode), such as 111.222.111.222:9999 As Privkey, enter the masternode private key you generated with masternode genkey As TxHash, enter the masternode tx from masternode outputs command As OutputIndex, enter the tx index from masternode outputs command - Now you can File >> Save and exit out.

STEP 3: Starting your Masternode - Click on the masternode tab in your wallet. - If you do not see your masternode listed, click Update Status - Now simply select your masternode and click Start Alias Congratulations! MULTIPLE MASTERNODES In the case of multiple masternodes, you simply need to repeat this process starting from Step 1: Send 5,000 KGX You will want to be sure to give each masternode a different alias (MN1, MN2, MN3, etc)