guys pls help me
I tried to setup the second MN in vps
on vps
this is the first time i make a MN on vps
I follwed the following procedure:
#### SYSTEM PREPARATION ####
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install nano htop git -y
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils software-properties-common -y
sudo apt-get install libboost-all-dev -y
sudo apt-get install libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev -y #OPTIONAL (for example VIVO needs this)
Berkley 4.8:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
then
this:
wget
https://raw.githubusercontent.com/LIMXTEC/BTDX-Masternode-Setup-Ubuntu-1404/master/btdxsetup.shchmod +x btdxsetup.sh
./btdxsetup.sh
Enter your local masternode genkey
Open Console on local Wallet and type masternode genkey
send exact 10.000 BTDX to a address
edit local bitcloud.conf
rpcuser=RANDOMUSERNAME
rpcpassword=RANDOMPASSWORD
masternode=1
masternodeprivkey=YOUR GENKEY
masternodeaddr=YOUR SERVERIP
server=1
listen=1
So I have
my local bitcloud walled
on windows
set as masternode
(second one)
bu it doesn't work on local
so I decided to clone it on vps
now I've finisched
finished
the "vps procedure"
In the local conf file I've substituted
the ip of my vps machine
both in master conf and wallet conf
now?
I restarted
I went to console
and input masternode start
...successfully
started
but when I go to mastenodes tab
it doesn't work
why?