Got it !! Please advise if correct setup.
On remote server, genkkey and add to conf file. Then copy this string and add it to local conf file.
SO basically, I generated key on remote server and added this key to both local and remote.
Masternode started successfully
EDIT: Well, its been like 2 hours now, and local masternode list show up only mine, while the server masternode list is empty
Local says 0 connections, but server report 5 connections
yidakee@ubuntu:~/.darkcoin/testnet3$ darkcoind getinfo
{
"version" : 100800,
"protocolversion" : 70015,
"walletversion" : 60000,
"balance" : 50605.40000000,
"blocks" : 7494,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "",
"difficulty" : 0.08638211,
"testnet" : true,
"keypoololdest" : 1399801867,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}
yidakee@ubuntu:~/.darkcoin/testnet3$ darkcoind masternode list
{
"54.86.33.147:19999" : 1
}
yidakee@ubuntu:~/.darkcoin/testnet3$
Server
ubuntu@ip-172-31-23-208:~$ darkcoind masternode list
{
}
And here the conf file
#----
addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=23.21.204.34
addnode=188.142.39.105
addnode=54.248.227.151
addnode=42.121.58.91
addnode=50.81.192.39
addnode=5.254.96.3
addnode=175.115.201.44
addnode=54.248.227.151
addnode=42.121.58.91
addnode=50.81.192.39
addnode=5.254.96.3
addnode=175.115.201.44
testnet=1
rpcuser=WHATEVER
rpcpassword=ANOTHERwhatever
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternodeprivkey=theprivatekey generatedin SERVERmasternode
masternode=1
logtimestamps=1
maxconnections=256
#--------------------
Last edited by a moderator: