Ok, this is getting really frustrating...
Still have the damn "not capable masternode"
- updated to latest daemon 0.7.1 - DarkCoin version v0.10.7.0-5-g0023e01-beta
- deleted testnet3
- generated address 0 on local wallet,
- sent testnet mining rewards to local wallet to a NEW address, then re-send myself to address 0 exactly 1k
- blockheights match, 6+ confirmations, closed darkcoind
Home router port forwareded 9999
- Started remote darkcoind
- started local darkcoind masternode=Server_IP:9999
- un-encrypt wallet a few second
- masternode start
not capable masternode. How can this be!? There must be something in the config, maybe I need more nodes? maybe my IP got banned somehow?
Local wallet getinfo & conf
yidakee@ubuntu:~$ darkcoind getinfo
{
"version" : 100701,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 225277.02818740,
"blocks" : 3753,
"timeoffset" : -7,
"connections" : 6,
"proxy" : "",
"difficulty" : 0.05759035,
"testnet" : true,
"keypoololdest" : 1399712832,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
#----
masternode=1
addnode=23.23.186.131
testnet=1
rpcuser=Dark_Ghost
rpcpassword=RPC_Bite_me
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternode=1
logtimestamps=1
maxconnections=256
#--------------------
# change ami_public_ip to public ip address which you connected by ssh
#---------------------
And here is server getinfo & conf
ubuntu@ip-172-31-23-208:~/.darkcoin$ darkcoind getinfo
{
"version" : 100701,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 3753,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.05759035,
"testnet" : true,
"keypoololdest" : 1399708833,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
#----
masternode=1
addnode=23.23.186.131
testnet=1
rpcuser=Dark_Server
rpcpassword=MN_Password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
#--------------------
# change ami_public_ip to public ip address which you connected by ssh
externalip=54.86.24.204
#---------------------
debug=1