A simple app for managing your ASIC farm based on available grid power
This is the alfa version!
It's important to add a firewall rule in RouterOS for blocking internet access based on a black list
/ip firewall filter add chain=forward action=reject reject-with=icmp-network-unreachable src-address-list="BL"
python3 main.py
You can check out a live demo here: https://power.knst.me/
- requests
- pony
- dragon_rest
- routeros_api
- influxdb_client