GoldCoin Talk
Main Category => Mining & Pools => Topic started by: homarus on January 24, 2014, 10:56:27 PM
-
I'd like to share a command line tool I wrote to make it easy to monitor multiple remote (cgminer) mining rigs and many GPUs with one call. It takes advantage of cgminer's RPC interface, polls your rigs on the network and consolidates statuses into one table on your console.
I've tested it on Linux, FreeBSD and Windows 7. (hint for Windows: widen your console under cmd's properties).
It requires Python 2.x which comes standard on most Linux distributions and BSDs, but you'll have to install it if running on Windows.
If you're interested, get the latest on GitHub: https://github.com/peterjpierce/minerapi
It's an early version and I'd love feedback. Please let me know how it goes, escpecially on a Mac which I have not tried yet.