Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: mackminer on December 28, 2011, 09:35:42 PM



Title: cgminer running on multiple machines - what do you use for an overall monitor?
Post by: mackminer on December 28, 2011, 09:35:42 PM
Hi,
Just would like to watch for trends and keep an eye on system status etc. I'm running linuxcoin.

Thanks.


Title: Re: cgminer running on multiple machines - what do you use for an overall monitor?
Post by: DeathAndTaxes on December 29, 2011, 08:31:51 PM
Hi,
Just would like to watch for trends and keep an eye on system status etc. I'm running linuxcoin.

Thanks.

Well I monitor my 8 machines in terminal windows on a second monitor via ssh login and using screen on the miner so if I need to restart the machine doing the monitoring the miners keep running then you only need to reattach to the screen session once you login to the machine again. Also the newest version of cgminer has an rpc interface you can querry now to see the status of the miners so you may be able to do something with that to get your stats.

I do the same.  I have 5 SSH windows to my 5 headless rigs open on my workstation.  It was my intent w/ cgminer RPC project to eventually have a management tool built.   


Title: Re: cgminer running on multiple machines - what do you use for an overall monitor?
Post by: Red Emerald on December 30, 2011, 12:37:11 AM
I'm working on a really simple html and javascript site that links up with "cgminer --api-listen"

For now, I am working on just getting it to connect to one miner, but as soon as it works, I'll add support for multiple hosts.