Skip to content

geopsllc/delegate-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPoS Monitoring Tool for Delegates Across Multiple Chains

Installation

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

General

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.

Changelog

1.0

  • official release

0.2

  • added productivity column

0.1

  • initial release

Security

If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.

Credits

License

About

DPoS Monitoring Tool for Multiple Delegates Across Multiple Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published