Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.21 KB

Vote Monitoring Tool for Core Networks

Installation

Basic install:

git clone https://github.com/geopsllc/core-vote
cd core-vote
bash install.sh
nano config.py
  • change config.py to your liking
  • test the script in cli mode by running python3 cvote.py

Frontend setup:

  • add a crontab entry (crontab -e) to run the script every minute: * * * * * cd $HOME/core-vote && python3 cvote.py > /dev/null 2>&1
  • install and setup a webserver (apache/nginx) to serve folder web

General

This is a Multi-Address Vote Monitoring Tool for Core Networks.

  • Supports Core v3+.
  • Requires Python 3.8 or above - native on Ubuntu 20.04.
  • You can use it in cli mode or bring up a web interface that refreshes every minute.

Changelog

0.2

  • logic rewrite to consider total rewards instead of per-address rewards
  • added async logic to speed up api queries

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