Skip to content

geopsllc/core-vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vote Monitoring Tool for Core Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published