Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote Monitoring Tool for the Solar Network

Installation

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

General

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.

Changelog

0.4

  • added globally blacklisted address list in the config
  • blacklisted address votes are now excluded from share rate calculations for all delegates

0.3

  • updated logic and added APR

0.2

  • updated for Core 4.1

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 the Solar Network

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages