Hi,
Since some hours, sentinel prints this message:
What should I do please?
TIA for any hints, Peter
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