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
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.
- logic rewrite to consider total rewards instead of per-address rewards
- added async logic to speed up api queries
- initial release
If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.