Skip to content

Managing your ASIC farm power based on available grid power

License

Notifications You must be signed in to change notification settings

bakabtw/ASIC-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASIC power management agent

A simple app for managing your ASIC farm based on available grid power

NB!

This is the alfa version!

Prerequisites

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"

Usage

    python3 main.py

Live Demo

You can check out a live demo here: https://power.knst.me/

Requirements

  • requests
  • pony
  • dragon_rest
  • routeros_api
  • influxdb_client