I noticed that my SmartNode hasn’t been generating any rewards for the past few weeks. If I do “smartcash-cli smartnode status”, it shows this:
{
“outpoint”: “COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295)”,
“service”: “[::]:0”,
“status”: “Node just started, not yet activated”
}
And then after a while it now shows this:
{
“outpoint”: “COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295)”,
“service”: “[::]:0”,
“status”: “Sync in progress. Must wait until sync is complete to start Smartnode”
}
“smartcash-cli getinfo” shows this:
{
“version”: 1020300,
“protocolversion”: 90026,
“walletversion”: 130000,
“balance”: 0.00000000,
“blocks”: 598561,
“timeoffset”: 0,
“connections”: 8,
“proxy”: “”,
“difficulty”: 214879.6395868194,
“testnet”: false,
“keypoololdest”: 1516835133,
“keypoolsize”: 100,
“paytxfee”: 0.00000000,
“relayfee”: 0.00100000,
“errors”: “”
}
Any ideas?