Tanno is a site that is for every miner digging on nannopul, it allows you to boil down all the data to the three most important ones:
- Current account balance
- Estimated earnings per month
- Estimated earnings per day
Use the package manager pip to install requirements.
pip install requirements.txtChange nanopool_id, worker_id to yours, then
# for the website server start
python3 app.py
# and after that your application runs at http://127.0.0.1:5000/
# To update data in the database
python3 data.pyPull requests are welcome. And that's all, see you