Basic install:
git clone https://github.com/geopsllc/solar-vote
cd solar-vote
nano config.py- change config.py to your liking
- test the script in cli mode by running
python3 svote.py
Frontend setup:
- add a crontab entry (
crontab -e) to run the script every minute:* * * * * cd $HOME/solar-vote && python3 svote.py > /dev/null 2>&1 - install and setup a webserver (apache/nginx) to serve folder web
This is a Split-Vote Monitoring Tool for the Solar Network.
- Supports Solar Core v4+.
- 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.
- Calculates vote split for a single address.
- added globally blacklisted address list in the config
- blacklisted address votes are now excluded from share rate calculations for all delegates
- updated logic and added APR
- updated for Core 4.1
- initial release
If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.