I've been trying to update MN.
When I run ./dash-cli mnsync status I get:
I can start the Masternode on my local wallet succesfully (QT wallet lists 'Watchdog Expired')
However when I try to run sentinel: venv/bin/python bin/sentinel.py I get:
I'm not sure how to trouble shoot this. Also when running ./dash-cli masternode debug I get:
I've checked obvious things like making sure my dash.conf file has the correct privkey and external IP address. I've also double checked my masternode.conf file.
But other than that I am a little stumped dash-cli says the masternode is synced.
Does anyone please have any ideas how to trouble shoot this?
When I run ./dash-cli mnsync status I get:
Code:
{
"AssetID": 999,
"AssetName": "MASTERNODE_SYNC_FINISHED",
"Attempt": 0,
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false
}
However when I try to run sentinel: venv/bin/python bin/sentinel.py I get:
Code:
Invalid Masternode Status, cannot continue.
Code:
Not capable masternode: Masternode not in masternode list
But other than that I am a little stumped dash-cli says the masternode is synced.
Does anyone please have any ideas how to trouble shoot this?