Skip to content

rbthomp/verium-cli-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Verium CLI Monitoring

This is a clientless version of https://github.com/bezeredi/verium-cli-monitor All credit for the display code goes to bezeredi.

alt text

How To Install & Use

This monitor currently supports cpuminer API version 1.1. This means that it should work with the following CPU miners:

#! monitor.py
port = 4048   #! NOTE: Change port numbers to those in use by your miners
  1. Install python3, pip3
sudo apt-get install python3 python3-pip
  1. Copy monitor.py to a machine on your LAN that can reach all of your mining machines (for me, that was on my LAN controller). Create a file called .chosts in your user's home directory and add the IP of each mining machine on your LAN (hostnames can be used if you are running DNS or have them enumerated in your /etc/hosts file)

  2. Run ./monitor.py and you should see statistics coming from each of your mining machines

Monitor Controls

  • Arrow Up, Arrow Down - Up and down
  • Home, End - First worker, last worker
  • q, ESC - Quit

License & Donations

Free to use, just give credit where it's due. If this software helped you out, consider a small donation.

VRM: VBwPRc7gmmqgJTsiB6LqsStVk2nxgRoyjh

About

A CLI interface for monitoring verium miners on a LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%