Code Monkey home page Code Monkey logo

core-vote's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.