- How to Windows VPS Masternode setup -
1.Start mgn-qt.exe
2.set 10000MGN in 1block/1wallet/1address. (exam 5000+5000 , 99999+1 is NG).
3.wait 15 confirm.
4.Open Tools->Debug console menu.
5.Command
masternode genkey
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx << copy
6.Program end
7.Press Win+R key.
8.Commad
notepad %appdata%\MagnaCoin\mgn.conf
9.edit config file
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
daemon=1
listen=1
server=1
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(genkey)
externalip=127.0.0.1
masternodeaddr=VPS-IP-Address:57821
10.Setting Windows firewall (In/Out 57821 open)
11.start mgn-qt.exe and wait blocksync end.
12.Open Tools->Debug console menu.
13.Command
masternode start
Let's try!