/MochimoMinerMonitoring

Mochimo miner monitoring web server

Primary LanguagePython

Mochimo miner monitoring

Monitor your miners from the mochimo project. The web frontend can monitor hashrates, difficulty, GPU temperature, power usage and more.

My image

Requirements

Tested on Ubuntu 16.04 and Nvidia GPU.

$ sudo apt-get install python3-pip
$ pip3 install dash dash-core-components dash-html-components gpustat numpy pandas

Usage

  • Setup and start mining

  • Copy MochimoMonitoring.py in the ./bin directory

  • Start the web server

      $ python3 MochimoMonitoring.py -d d
    
  • Navigate to 127.0.0.1:8050