Chaincoin Remote Controller Masternode Setup Guide (VIDEO TUTORIAL)

in #masternode7 years ago (edited)

I just uploaded a detailed step by step video tutorial on how to setup a Chaincoin Remote Controller Masternode.

=======================================
BENEFITS OF REMOTE CONTROLLER:
=======================================

NO COINS ON SERVER

In the event that your VPS gets hacked, no coins are held in the server's wallet.dat file. All of your coins are safely kept in your local desktop wallet.

If the server does get hacked, simply destroy the server and recreate one in 20 mins.

FULL CONTROL OVER COINS

By enabling your "Coin Features" option in your desktop wallet, you can now select which coins you can send. This is beneficial because you can ensure that that initial 1000 coins are not used.

The masternode will stop if you accidently drop below the initial 1000 coins.

CONTROL MULTIPLE MASTERNODES

Many of you have multiple masternodes and you can control all of them from your local desktop wallet.

Using the "Debug Console" , you can start/stop all of your masternodes at once. You can even check the status of all your masternodes in one console.

=======================================
Desktop Wallet Chaincoin.conf File
=======================================

rpcuser=XXXXXXXXXXXX
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=256

mnconflock=0

=======================================
Desktop Wallet Masternode.conf File
=======================================

MN1 [SERVER IP ADDRESS]:11994 [MASTERNODE GENKEY] [TXID] [TX OUTPUT]
MN2 XX.XXX.XX.XXX:11994 XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXX X

=======================================
VPS Chaincoin Wallet Setup
=======================================
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:git-core/ppa

sudo apt-get update
sudo apt-get install git
sudo apt-get install -y pkg-config

sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf automake
sudo apt-get install libssl-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libboost-all-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libevent-dev

sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

git clone https://github.com/chaincoin/chaincoin
cd chaincoin
./autogen.sh
./configure --without-gui
make
make install

cd
cd ~/.chaincoin/
mkdir ~/.chaincoin/
cd ~/.chaincoin/
ls
touch chaincoin.conf
nano chaincoin.conf

chaincoind --daemon

=======================================
VPS Chaincoin.conf
=======================================
rpcuser=XXXXXXXXXXXX
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
rpcport=11995
externalip=[SERVER IP ADDRESS]
bind=[SERVER IP ADDRESS]
masternode=1

masternodeprivkey=[MASTERNODE GENKEY]
masternodeaddr=[SERVER IP ADDRESS]:11994

=======================================
Useful Commands in Debug Console
=======================================
masternode start-many [PASSPHRASE]
masternode list status [SERVER IP ADDRESS]
masternode list activeseconds [SERVER IP ADDRESS]
masternode outputs
masternode list-conf
masternode count
masternode genkey

Sort:  

Nice Presentation - Kudos mate!

thank you. amazing

does this works for other coins ?

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.028
BTC 63283.09
ETH 2463.49
USDT 1.00
SBD 2.54