• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Masternode goes to 'NEW_START_REQUIRED' status; becomes INACTIVE

Technologov

Active member
This MN gets down:

https://www.dashninja.pl/mndetails.html?mnpubkey=Xx3ZyerDSnvKpBi3aK6jpHeqeporSMgCWj

Dash Core shows 'NEW_START_REQUIRED' status.
Dash Ninja shows : Status Inactive (0%)

But MN itself says everything is fine:

root@rmn01:~/sentinel# venv/bin/python bin/sentinel.py
root@rmn01:~/sentinel#

root@rmn01:~/sentinel# ~/dashcore-0.12.1/bin/dash-cli mnsync status
{
"AssetID": 999,
"AssetName": "MASTERNODE_SYNC_FINISHED",
"Attempt": 0,
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false
}

root@rmn01:~/sentinel# ~/dashcore-0.12.1/bin/dash-cli getblockcount
646769

Crontab is set to every 5 minutes:
root@rmn01:~/sentinel# cat /etc/cron.d/sentinel
*/5 * * * * root cd ~/sentinel && venv/bin/python bin/sentinel.py 2>&1 >> ~/sentinel-cron.log


root@rmn01:~/sentinel# ~/dashcore-0.12.1/bin/dash-cli --version
Dash Core RPC client version v0.12.1.4

EDIT: MN was manually restarted from control wallet.

Outcome:
We need more debugging tools for MasterNode debug.

Any ideas?
 
Last edited:
Back
Top