I have a problem:
My masternode does not stay online.
It successfully starts, but Its going offline after a while.
I did like i should for a local wallet + vps situation,
like i did for several currencies before:
- I deployed a VPS (Ubuntu 1 GB Ram, 16.04 x64)
- I successfully built my linux masternode daemon and got it started.
- Sent my 50.000 coins to an address, setup my configuration files
- I thought on adding ports to UFW Firewall
1) How does the INSaNe.conf on the VPS has to look like?
2) How does the local wallet INSaNe.conf has to look like?
My configurations:
My local INSaNe.conf
listen=1
server=1
maxconnections=500
rpcuser=SOME FANCY USERNAME (SAME AS ON VPS)
rpcpassword=SOME FANCY PASSWORD (SAME AS ON VPS)
port=10255
rpcport=10257
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
addnode=195.74.52.227
addnode=149.56.66.5
addnode=74.208.43.97
addnode=164.132.176.100
addnode=24.233.181.42
addnode=149.56.66.2
My VPS INSaNe.conf
rpcuser=SOME FANCY USERNAME (SAME AS ON LOCAL WALLET)
rpcpassword=SOME FANCY PASSWORD (SAME AS ON LOCAL WALLET)
port=10255
rpcport=10257
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
maxconnections=500
externalip=VPS-IP
bind=VPS-IP
masternodeaddr=VPS-IP:10255
masternodeprivkey=MASTERNODE GENKEY OUTPUT
addnode=195.74.52.227
addnode=149.56.66.5
addnode=74.208.43.97
addnode=164.132.176.100
addnode=24.233.181.42
addnode=149.56.66.2
Thank you in advance for any help