COLD WALLET + MASTERNODE SETUP ON LINUX

Similar documents
COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS

CROWDCOIN MASTERNODE SETUP COLD WALLET ON WINDOWS WITH LINUX VPS

KINGSTON COIN VPS MASTERNODE SETUP GUIDE

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

MASTERNODE SETUP GUIDE

MASTERNODE Setup Guide

Windows cold wallet managing Linux VPS connected Masternode

Masternode Setup Guide

Nyerium Hot Cold Masternode Guide

BitcoinGenX Masternode Setup Tutorial

Rover Coin. Hot Cold Wallet Masternode VPS setup Guide

SAROS MasterNode Guide V1.1

SCRIV NETWORK COLD WALLET MASTERNODE SETUP GUIDE DETAILED

Masternode&Sentinel Setup Guide

CazCoin VPS Masternode Setup May 2018

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

Beetle Coin Masternodes Guide

CazCoin VPS Masternode Setup December 2018

Dixicoin (DXC) Masternode Guide for VPS

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

SUB1X Masternode Setup Guide: LINUX Version

WHAT YOU WILL NEED FOR THIS GUIDE:

Masternode Setup Guide Local Wallet with VPS Server

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

Relarium (RLM) Masternode Guide for VPS

LOCAL WALLET (COLD WALLET):

MarketC - Masternode Setup Guide

Setting up a Chaincoin Masternode

Masternode Setup Guide

Complete Guide to Setting Up Linda on Ubuntu 16 For Staking

CrowdCoin Masternode Windows Hot Wallet Guide + Sentinel

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

Master Node Setup Guide

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

NAV Coin NavTech Server Installation and setup instructions

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

Anonymity and Privacy Blockchain

KINGSTON COIN VPS MASTERNODE SETUP GUIDE

Crave Setup Guide v1.07

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

Create MedicCoin Master Node Instruction Rev2

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.

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

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

Renos Local Wallet Masternode Setup

Flex Linux Masternode with Windows Cold Wallet

KickSoccer Coin Masternode Setup Guide

Anonymity and Privacy Blockchain

Controller-Cold-Setup

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

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04)

TECHNOLOGY. Cold Masternode Guide

Masternode Guide Version 1.0.4

Masternode Setup in VPS server

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

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

Wallet Installation Guide for Staking on Raspberry PI

Masternode Setup Guide

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

Rabbit Linux Masternode with Windows Cold Wallet

TrinityCore Documentation

SCRIV NETWORK WINDOWS HOT WALLET MASTERNODE SETUP GUIDE DETAILED

SUB1X Masternode Setup Guide: Windows Version

Cold Masternode Guide

FreeSWITCH for Ubuntu 14.04

ZEALIUM WINDOWS MASTERNODE SETUP GUIDE

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

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

WOLFCOIN MASTERNODE MANUAL

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


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

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from:

Infoblox Kubernetes1.0.0 IPAM Plugin

How to set Caffe up and running SegNet from scratch in OSX El Capitan using CPU mode

Installation of the DigitalSystemsVM virtual machine

Zephyr Kernel Installation & Setup Manual

Installation Guide for Python

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

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

COUCHDB - INSTALLATION

Introduction to the UNIX command line

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

Tutorial 1. Account Registration

Step by step to getting R installed on your computer

XSN coin. TPoS Setup Guide.

Quick Installation Guide for RHV/Ovirt

How to configure OpenVPN shared key tunnels using pfsense and OpenWRT. Ver. 1.0 ( ) Author: Ville Leinonen

Bitnami Pimcore for Huawei Enterprise Cloud

InstaDEX Master Wallet and Masternode Deployment Guide with Windows VPS

STRATIS MASTERNODE. Windows Installation Guide

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Building Tizen Development Environment

manifold Documentation

Adafruit NFC/RFID on Raspberry Pi

Amazon Web Services Hands On S3 January, 2012

USING NGC WITH GOOGLE CLOUD PLATFORM

Adafruit NFC/RFID on Raspberry Pi

Ensuring your computer has Java

Transcription:

COLD WALLET + MASTERNODE SETUP ON LINUX This tutorial shows the steps required to setup your Magnet masternode on a Linux system while running a local cold wallet (Windows system here). Let s get started! CONTENTS 1 Pre-requirements 1 Generating your masternode private key 1 Preparing the server 2 Installing the daemon 2 Starting the daemon 2 Configuring the daemon 3 Transferring the funds to local (cold) wallet 3 Verifying the funds have been received 3 Configuring the masternode 4 Finalizing the wallet configuration 4 Starting your masternode

PRE-REQUIREMENTS Linux server (e.g. Ubuntu 17.04 hosted on Google cloud in this tutorial). Windows Machine running magnet-qt.exe as local wallet. 10,000 MAG. GENERATING YOUR MASTERNODE PRIVATE KEY Open the Debug window from the Help > Debug Window menu. Click on the Console tab and enter the following command: masternode genkey Keep the resulting MASTERNODE_PRIVATE_KEY as you will need it in following steps. IMPORTANT: Your MASTERNODE_PRIVATE_KEY should never be shared. PREPARING THE SERVER Open a shell and type the following commands to install the dependencies for the magnet daemon: sudo apt-get install build-essential libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils sudo apt-get install libboost-all-dev sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev sudo apt-get install libminiupnpc-dev sudo apt-get install unrar

INSTALLING THE DAEMON It is recommended to build your wallet from source available on Github. Alternatively, you can download the latest binaries from our official website. For the purpose of this tutorial, we will install magnetd from the binary archive. Type the following command: mkdir magnet cd magnet wget http://magnetwork.io/wallets/magnet-qt-linux.rar unrar e magnet-qt-linux.rar chmod +x magnetd STARTING THE DAEMON We initially run the daemon so it creates the initial configuration files:./magnetd The daemon will print the following error and exit: Error: To use magnetd, you must set a rpcpassword in the configuration file: /home/contact/.magnet/magnet.conf CONFIGURING THE DAEMON You will need the following information in the next step: EXTERNAL_IP: Your masternode public IP (if you don t know it simply type the command curl ipinfo.io/ip in the shell to get it). MASTERNODE_PRIVATE_KEY: The key generated from Windows wallet in first step. Type the following command to edit the configuration file (using vi editor). vi../.magnet/magnet.conf Press i to enter insert (edit) mode and paste the following (choose your own user and password): rpcallowip=127.0.0.1 rpcport=17179 rpcuser=user rpcpassword=password server=1 listen=1 daemon=1 port=17177 addnode=146.148.79.31:17177 addnode=104.196.202.240:17177 externalip=external_ip masternodeprivkey=masternode_private_key

Press ESC to exit insert mode, press : to bring vi command, press wq to save and exit. We can now start the daemon again and it should print the message below:./magnetd Magnet server starting TRANSFERRING THE FUNDS TO LOCAL (COLD) WALLET Back to the local wallet on Windows, you can now transfer the funds to it. You can use the default address or use the Receive Tab to create a new address. Send exactly 10000 MAG to this address. Keep track of the transaction id. You can retrieve the transaction id in the transaction tab: VERIFYING THE FUNDS HAVE BEEN RECEIVED Bring the Debug Window again and type the command below. The results should match the transaction ID highlighted in previous steps: masternode outputs { "0144a7590efdd6a9cd533010276536830d773a44969afe5bb2a4b5d6e2f9d": "1" } CONFIGURING THE MASTERNODE You will need the following information to complete the next step: MASTERNODE_PRIVATE_KEY: The key generated from Windows wallet in first step. TRANSACTION_ID: The transaction ID from the funds generated in previous step. OUTPUT: The number (1 or 0) printed after the Transaction ID in the previous step. Open the Magnet wallet data folder. To open the folder, you can type Windows + R (or use the start menu).

Type the following and press OK to open the folder. Create a file named masternode.conf in the folder OR open it from local wallet menu Settings > Open masternode.conf. In that file, copy the line below (Replace with information gathered previously): Masternode1 EXTERNAL_IP:17177 MASTERNODE_PRIVATE_KEY TRANSACTION_ID OUTPUT FINALIZING THE WALLET CONFIGURATION In the same folder, open magnet.conf file OR access it from local wallet menu Settings > Open magnet.conf and add the following entries: masternode=1 masternodeprivkey=masternode_private_key STARTING YOUR MASTERNODE Restart magnet-qt.exe to pick up the configuration changes. Using the Debug Window on local wallet, type the following command: masternode start successfully started masternode WELCOME TO MAGNET NETWORK!