Masternode Setup Guide

Similar documents
KINGSTON COIN VPS MASTERNODE SETUP GUIDE

COLD WALLET + MASTERNODE SETUP ON LINUX

COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS

MASTERNODE Setup Guide

MASTERNODE SETUP GUIDE

CROWDCOIN MASTERNODE SETUP COLD WALLET ON WINDOWS WITH LINUX VPS

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

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

WHAT YOU WILL NEED FOR THIS GUIDE:

Windows cold wallet managing Linux VPS connected Masternode

SUB1X Masternode Setup Guide: LINUX Version

Masternode Setup Guide Local Wallet with VPS Server

Rover Coin. Hot Cold Wallet Masternode VPS setup Guide

BitcoinGenX Masternode Setup Tutorial

SAROS MasterNode Guide V1.1

Nyerium Hot Cold Masternode Guide

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

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

Masternode Setup Guide

Beetle Coin Masternodes Guide

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

CazCoin VPS Masternode Setup May 2018

Masternode&Sentinel Setup Guide

CazCoin VPS Masternode Setup December 2018

Setting up a Chaincoin Masternode

SCRIV NETWORK COLD WALLET MASTERNODE SETUP GUIDE DETAILED

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

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

Dixicoin (DXC) Masternode Guide for VPS

Complete Guide to Setting Up Linda on Ubuntu 16 For Staking

Crave Setup Guide v1.07

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.

LOCAL WALLET (COLD WALLET):

KINGSTON COIN VPS MASTERNODE SETUP GUIDE

NAV Coin NavTech Server Installation and setup instructions

MarketC - Masternode Setup Guide

Relarium (RLM) Masternode Guide for VPS

Anonymity and Privacy Blockchain

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

Anonymity and Privacy Blockchain

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

SUB1X Masternode Setup Guide: Windows Version

Controller-Cold-Setup

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

KickSoccer Coin Masternode Setup Guide

Renos Local Wallet Masternode Setup

Master Node Setup Guide

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

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

Masternode Setup Guide

Masternode Guide Version 1.0.4

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

TECHNOLOGY. Cold Masternode Guide

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

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04)

Masternode Setup in VPS server

InstaDEX Master Wallet and Masternode Deployment Guide with Windows VPS

Wallet Installation Guide for Staking on Raspberry PI

Rabbit Linux Masternode with Windows Cold Wallet

Cold Masternode Guide

CrowdCoin Masternode Windows Hot Wallet Guide + Sentinel

SCRIV NETWORK WINDOWS HOT WALLET MASTERNODE SETUP GUIDE DETAILED

FreeSWITCH for Ubuntu 14.04

Flex Linux Masternode with Windows Cold Wallet

ZEALIUM WINDOWS MASTERNODE SETUP GUIDE

Create MedicCoin Master Node Instruction Rev2

(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).

Installing PHP on Windows 10 Bash and Starting a Local Server

Zephyr Kernel Installation & Setup Manual

XSN coin. TPoS Setup Guide.

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

TrinityCore Documentation

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

STRATIS MASTERNODE. Windows Installation Guide

Created by: Nicolas Melillo 4/2/2017 Elastic Beanstalk Free Tier Deployment Instructions 2017

2 Installing the Software

Tools. SWE 432, Fall Design and Implementation of Software for the Web

Make sure to mark it private. Make sure to make it a Mercurial one and not a Git one.

Setting up GitHub Version Control with Qt Creator*

Installing and Using Docker Toolbox for Mac OSX and Windows

Software Development I

Using IDLE for

1 Installation (briefly)

Github/Git Primer. Tyler Hague

Die Brummbeere Documentation

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

Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier.

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

Version Control. Software Carpentry Github s Hello World Git For Ages 4 And Up You need source code control now

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

Using GitHub to Share with SparkFun a

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

Setting up my Dev Environment ECS 030

Creating a Yubikey MFA Service in AWS

Version control system (VCS)

Using RANCID. Contents. 1 Introduction Goals Notes Install rancid Add alias Configure rancid...

RETROPIE INSTALLATION GUIDE

Lab00: Software Environment Setup

Pragmatic Guide to Git

Transcription:

Masternode Setup Guide This guide will help you to setup a Lizus masternode on an Ubuntu 16.04 64bit Server. Requirements - 10.000.01 LIZ (10.000 LIZ for the initial transaction and 0.1 LIZ for covering the fee) - A Qt wallet (We ll use the Windows Wallet) - A server (Ubuntu 16.04 that will be online 24/7) - (OPTIONAL) WinSCP (https://winscp.net/eng/download.php) (Please keep in mind that for security reasons you re gonna need a single IP for each masternode you re planning to run) Getting the Ubuntu Server ready Updating Once you ve logged in for the first time on your new Ubuntu Server you should always update your package lists from the repositories. apt-get update Installing needed libraries The LIZ-Daemon needs some basic libraries in order to run. Let s get them: apt-get install git automake build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev software-properties-common add-apt-repository ppa:bitcoin/bitcoin apt-get update && apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev

Compiling the Daemon Getting the newest version git clone https://github.com/lizuspayments/lizus-core OR updating an existing LIZ cd lizus-core && git pull Compiling the source cd src chmod 755 leveldb/* make -f makefile.unix Once your LIZ source is compiled without an error you can skip the following step Running the Daemon the first time Running the Daemon the first time will help us to create the basic folder structure and to check for errors. /root/liz/src/lizusd (For the ones who compiled on their own server) Editing the configs Once you ve run the Daemon for the first time, it will show you to setup a rpcuser and rpcpassword and close right after it - it has also created the folder structure where the blockchain and all config files are going to be. We want to edit those files now slightly but we ll come back later for the finishing touch. The easiest way is to use WinSCP to edit your conf-files. If you are somehow don t want to use WinSCP follow these steps:

apt-get install nano Nano is a great console-based text-editor. nano /root/.liz/lizus.conf Let s open the lizus.conf located in the.liz folder. This folder was created by the daemon on the first run! What goes inside the config? Your configuration files gets read by the LIZ-Daemon on startup. There are a lot of things you can tweak, add or remove. This is just a basic configuration for a simple masternode setup: ############################################### ## MY MASTERNODE_01 ############################################### rpcuser={choose A RANDOM USER} rpcpassword={choose A RANDOM PASSWORD} rpcallowip=127.0.0.1 listen=1 server=1 daemon=1 logtimestamps=1 maxconnections=256 masternode=1 externalip={your SERVER IP} masternodeprivkey={yourprivkey - WE WILL GET THAT LATER} addnode=188.226.192.182 addnode=188.226.192.178 addnode=188.226.189.36 addnode=146.185.168.10 Save the config and let s get over to the main-wallet.

Main wallet setup In order to get the masternodes to run, we need to send 10.000 LIZ to an address we are just going to create. We use a system called Cold-Wallet. This system is meant for better security because actually your masternode won t have any access to your wallet. Masternode Priv-Key As you might ve saw we need a masternodeprivkey - this key indicates a private key that is used by your wallet and the masternode. In your Wallet-App go to: Tools -> Debugconsole. masternode genkey This will generate a private key - We need to add that key to the masternodeprivkey -field in the liz.conf on the Ubuntu server. Generate a wallet-address Each masternode needs it s own address. We are going to send 10.000 LIZ to this address later. getaccountaddress MASTERNODE_01 You can change MASTERNODE_01 to whatever you want to name your masternode. Save the address you ve just generated for the next step. Sending 10.000 LIZ to the address Let s send 10.000 LIZ to that address. Yes - make sure this is only 10.000 LIZ. No less, no more.) Wait for the transaction to have at least 15 confirmations before continuing. I won t get further into sending LIZ. Getting the transaction For our local masternode-config we need to get the transaction id and following number. Back into the main-wallets debugconsole enter: masternode outputs It will display a list of valid masternode transactions. If this is your first masternode there will be only one for sure. The list contains a longer number (transaction ID) and a following number. Save both of these somewhere for the next step.

Local configs We are almost there. Just a few lines to edit and we are able to start our masternode. lizus.conf Open your local liz.conf (Find it or use the Edit config file in the LIZ-QT client under Tools ). Make it look similiar to this: rpcuser={choose A RANDOM USER} rpcpassword={choose A RANDOM PASSWORD} rpcallowip=127.0.0.1 addnode=188.226.192.182 addnode=188.226.192.178 addnode=188.226.189.36 addnode=146.185.168.10 masternode.conf Open your local masternode.conf (You can find it or open it like you ve opened the lizus.conf via the Wallet-App) {YOURMASTERNODENAME} {YOURIP}:19700 {YOURMASTERNODEPRIVKEY} {TRANSACTIONID} {TRANSACTION_FOLLOW_ID} which should result in something like that: MN_01 1.2.3.4:55500 7123456789abcdefgh 987654321dcba 1 Starting everything up After editing all the files locally we need to get back to our Ubuntu Server and enter the masternodeprivkey and for sure start the daemon. As I ve told you in the step where we ve created the privkey, we need to add that to the lizus.conf on our server. Get back to that step if you are not sure how to open the config. Starting the daemon on the Ubuntu server After adding the masternodeprivkey in we want to start the daemon.

/root/liz/lizusd OR /root/liz/src/lizusd (If you ve compiled on your own) The daemon should start minimzed. You ll only see a message like this one: LIZUS server starting Remote-Start the masternode Once you ve restarted your Wallet-App get back into the debugconsole and enter: masternode start-alias {YOURMASTERNODENAME} Enjoy your masternode ;)