Basic install:
git clone https://github.com/geopsllc/delegate-check
cd delegate-check
bash install.sh
nano config.py- change config.py to your liking
- test the script in cli mode by running
python3 delcheck.py
Frontend setup:
- add a crontab entry (
crontab -e) to run the script every minute:* * * * * cd $HOME/delegate-check && python3 delcheck.py > /dev/null 2>&1 - install and setup a webserver (apache/nginx) to serve folder web
This is a DPoS Monitoring Tool for Multiple Delegates Across Multiple Networks.
- Supports Core v2+.
- Requires Python 3.6.7 or above - native on Ubuntu 18.04.
- The backend is async coded so most api calls are made almost simultaneously.
- You can use it in cli mode or bring up a web interface that refreshes every minute.
- You can enable AWS SNS intergration to send a SMS meesage when a delegate misses a block.
- official release
- added productivity column
- initial release
If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.
- MIT © galperins4
- MIT © geopsllc