sentinel prints error message

peter

Member
Apr 1, 2015
53
38
58
Hi,

Since some hours, sentinel prints this message:

Code:
Traceback (most recent call last):
File "bin/sentinel.py", line 223, in <module>
main()
File "bin/sentinel.py", line 175, in main
attempt_superblock_creation(dashd)
File "bin/sentinel.py", line 64, in attempt_superblock_creation
proposals = Proposal.approved_and_ranked(proposal_quorum=dashd.governance_quorum(), next_superblock_max_budget=dashd.next_superblock_max_budget())
File "lib/dashd.py", line 68, in governance_quorum
total_masternodes = self.rpc_command('masternode', 'count', 'enabled')
File "lib/dashd.py", line 44, in rpc_command
return self.rpc_connection.__getattr__(params[0])(*params[1:])
File "/home/peter/.dashcore/sentinel/venv/lib/python3.6/site-packages/bitcoinrpc/authproxy.py", line 141, in __call__
raise JSONRPCException(response['error'])
bitcoinrpc.authproxy.JSONRPCException: -1: masternode count
Get information about number of masternodes.
What should I do please?

TIA for any hints, Peter
 

xkcd

Well-known Member
Masternode Owner/Operator
Feb 19, 2017
552
518
163
australia
mnowatch.org
Dash Address
XpoZXRfr2iFxWhfRSAK3j1jww9xd4tJVez
Dear Peter,

Please copy the bls key found in your dash.conf file
Code:
grep bls ~/.dashcore/dash.conf
and reinstall Ubuntu 20 to your VPS (yes wipe it). and then follow this quide for flawless masternode.

 

strophy

Administrator
Dash Core Group
Dash Support Group
Feb 13, 2016
794
519
163
Hello, what version of sentinel are you using and how are you running it? What did you change before the error appeared, e.g. did you update Dash?