Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 572 Bytes

Telegram mining pool statistics bot

Bot helps you retreive your farm statistics and pool balance

Usage

See configuration example in settings.sample.ini TODO...

Develop

$ pipenv install -d # install venv and requirements
$ pipenv shell  # start virtualenv shell

TODO

  • Add travis tests and coverage
  • Add multiple accounts in one pool support
  • Store state in redis
  • Allow users to add own pools accounts with owner-only access
  • Docker environment configuration support
  • Notify when balance changed
  • Add more pool interfaces see pools module