diogom
1
Hi everyone, I need help with my masternode, it’s been almost 2 months that it stopped and I can’t get it to work again…
the masternode is fully synced
{
“AssetID”: 999,
“AssetName”: “MASTERNODE_SYNC_FINISHED”,
“AssetStartTime”: 1594956526,
“Attempt”: 0,
“IsBlockchainSynced”: true,
“IsMasternodeListSynced”: true,
“IsWinnersListSynced”: true,
“IsSynced”: true,
“IsFailed”: false
}
but im getting this error
“outpoint”: “0000000000000000000000000000000000000000000000000000000000000000-4294967295”,
“service”: “173.212.243.19:8369”,
“status”: “Not capable masternode: Masternode not in masternode list”
also, my wallet says the status is MISSING and I can’t initialize, it will say that the masternode is not fully synced.
NerZee
2
Check the block count on both QT and your VPS
In the QT console type getblockcount
In the VPS type syscli getblockcount
Compare the results to the block count here - https://chainz.cryptoid.info/sys/
You might have to reindex both if they aren’t on the correct blocks. You’ll then need to start your masternode in QT again once it’s synced.
Here’s how to reindex - https://medium.com/@bittyjohn1954/how-to-re-index-syscoin-a50f161cbb95
Here’s how to start your masternode - I cannot initialize my masternode
NerZee
3
Also before all that you should check to make sure you’re on 4.1.3
In the VPS type syscli getnetworkinfo
diogom
4
they are both in the last block correctly and version is 4.1.3
Keyare
5
Start the masternode from console:
masternode initialize [masternodename]
The start button doesn’t work in QT
diogom
6
thanks, it worked, but I had to reindex my qt wallet, it didn’t work before (despite it being in sync).