Are you trying to start your remote darkcoind as a masternode? It's really weird but you start your local darkcoind, the one with the 1000 coins, as the masternode. Then you stop it, and put it in cold storage
Sorry, a bit tired back there... Just one note, my server has an un-encryted wallet
- Stopped remote darkcoind, deleted remote masternode wallet, start remote daemon with "darkcoind" only.
- configured local wallet to point to masternode (as per Tante's tutorial) - yes, I sent myself 1000 DRK to address 0 - encrypted -
- stopped local darkcoind, restart as darkcoind masternode=Ip etc -> darkcoind walletpassphrase MYPASS 60 -> darkcoind masternode start
- Get error, not capable masternode
Troubleshooting stuff I tried
- Opened TCP port 9999 on router
- delete peers.dat on both sides
- set masternode=0 and =1 on remote machine
- deleted masternode entry all together.
- on local daemon, darkcoind masternote start REMOTE_RCP_PASSWORD_IN_CONF_FILE
- on local daemon,
Nothing, still same issue - not capable masternode
Here is the 1k deposit on local wallet
{
"account" : "0",
"address" : "mkFSxjFhy5DLWoyjbYpoZcD7e7qaeqJnVs",
"category" : "receive",
"amount" : 1000.00000000,
"confirmations" : 132,
"blockhash" : "0000011dd51116c8b9bfb5644b25b31200b8ebfa0be870a07fda3cbe1effb8fd",
"blockindex" : 1,
"blocktime" : 1399545075,
"txid" : "4115b9e42f45e49172c55d2e3e6b30ad0128de98c897b3e88503fe691d6c9ed1",
"time" : 1399545067,
"timereceived" : 1399545067
},
Local Wallet getinfo
{
"version" : 100603,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 113060.64452813,
"blocks" : 3368,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 0.00182892,
"testnet" : true,
"keypoololdest" : 1399546794,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}
And server side
{
"version" : 100602,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 3368,
"timeoffset" : -4,
"connections" : 5,
"proxy" : "",
"difficulty" : 0.00182892,
"testnet" : true,
"keypoololdest" : 1399545843,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
The version number do not match... masternode payment WAS working on a single remote setup, so thats not it...
Getting nervous about my DRK's...