MAGNACOIN Linux VPS Masternode (on Ubuntu 14.04LTS)
1.Download mgn-1.0.0-i686-pc-linux-gnu.tar.gz
https://github.com/MagnaCoinProject/MagnaCoin/releases/2.unzip & copy mgnd + mgn-cli to VPS(exam. /root/magna )
3.set parmission
chmod 755 ~/magna/*
4.create conf
nano ~/.MagnaCoin/mgn.conf
5.edit conf
rpcuser=yourname
rpcpassword=yourpassword
rpcallowip=127.0.0.1
daemon=1
listen=1
server=1
6.star daemon & block sync.
~/magna/mgnd -daemon
7.create wallet address
~/magna/mgn-cli getaccountaddress MN
xxxxxxxxxxxxxxxxxxxx
&send 10000MGN to MN address.
(wait 15 confirm)
8.generate MN priv-key
~/magna/mgn-cli masternode genkey
kkkkkkkkkkkkkkkkkkkk
9.program stop
~/magna/mgnd stop
10.re-edit conf
rpcuser=yourname
rpcpassword=yourpassword
rpcallowip=127.0.0.1
daemon=1
listen=1
server=1
masternode=1
masternodeprivkey=kkkkkkkkkkkkkkkkkkkk
externalip=127.0.0.1
masternodeaddr=YOUR_VPS_IPADDR:57821
11.restart program
~/magna/mgnd -daemon
12.masternode start
~/magna/mgn-cli masternode start
Masternode successfully started
13.status check
~/magna/mgn-cli masternode status
{
"txhash" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"outputidx" : x,
"netaddr" : "xx.xx.xx.xx:57821",
"addr" : "xxxxxxxxxxxxxxxxxxxxxxxxxxx",
"status" : x,
"message" : "Masternode successfully started"
}
lets try!