dashevo / dashmate

DEPRECATED Distribution package for Dash Masternode installation
MIT License
11 stars 12 forks source link

Sentinel image is broken #14

Closed strophy closed 4 years ago

strophy commented 4 years ago

The current config uses the ablock/sentinel image, which I think is probably built from here. I'm not sure what the specific problem is, but I'm getting the following sentinel error on both evonet and testnet:

Traceback (most recent call last):
  File "./bin/sentinel.py", line 227, in <module>
    main()
  File "./bin/sentinel.py", line 134, in main
    if not dashd.is_synced():
  File "lib/dashd.py", line 99, in is_synced
    mnsync_status['IsMasternodeListSynced'] and
KeyError: 'IsMasternodeListSynced'

I'm not sure what is causing this, it probably just hasn't been updated in 2 years. I have a working sentinel image at strophy/sentinel (source), should we replace it with my image? Or should I work on updating the dashpay/sentinel image with PRs? Maybe we could take the chance to base it on the image as some of the platform stuff.

shumkov commented 4 years ago

Fixed https://github.com/dashevo/mn-bootstrap/pull/41