GitGab19 / get_miner_stats-docker

Get temperature, GH/s from Antminer (cgminer API), display with grafana. All inside docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get stats from Antminer (cgminer) and display graphs in grafana. Everything inside docker using docker-compose.

Starting

  • Change - MINER_HOST=192.168.1.99 to your Antiminer IP-address in docker-compose.yaml
  • Run command: docker-compose up
  • Open http://127.0.0.1:3000 in your web-browser
  • Done

You should see grafana login page. User: admin password: admin. Choose dashboard on top menu and you will see graphs with GH/sec and temperature of the Antminer PCB and chips:

Grafana with stats from Antminer

About

Get temperature, GH/s from Antminer (cgminer API), display with grafana. All inside docker.


Languages

Language:Python 92.3%Language:Dockerfile 7.7%