casanova's [https://github.com/bezeredi/verium-cli-monitor CLI Monitor].
 
casanova's [https://github.com/bezeredi/verium-cli-monitor CLI Monitor].
   −
A couple of python scripts to help monitor miners on a LAN, great for small to moderate sized SBC setups.
+
A python script to help monitor miners on a LAN, great for small to moderate sized SBC setups.
    
By default, it is configured to work on a machine running two miner instances, one using port 4048 and one using port 4049.
 
By default, it is configured to work on a machine running two miner instances, one using port 4048 and one using port 4049.
If you are using a single miner or a miner bound to a different port number, simply change the port number(s) in the agent script.
+
If you are using a single miner or a miner bound to a different port number, change the ports in the list in monitor.py:
   −
   #! miner-apid.py
+
   #! monitor.py
 
   ports = [4048, 4049]  #! NOTE: Change port numbers to those in use by your miners
 
   ports = [4048, 4049]  #! NOTE: Change port numbers to those in use by your miners
   Exception encountered, of type "Error"