Bitcoin Forum

Bitcoin => Project Development => Topic started by: scott28 on February 22, 2011, 12:49:03 PM



Title: bit-manage - linux shell mass bitcoind management tool
Post by: scott28 on February 22, 2011, 12:49:03 PM
Hello guys,

I've coded this simple script - bit-manage - to help me manage my pool of mining servers.
It's targeted to us - console geeks (many servers don't have GUI).

Ever wanted to pause / resume / check ballance .. on all your servers at once?
Wanted to simply turn off (e.g. via crontab) mining on production servers during the work-hours?

Just download, setup your server pool (array 'servers'), and enjoy :)

Don't forget to enable RPC access in your miners bitcoind.conf files, like this:
  rpcallowip=<IP of machine where you run bit-manage>

URL: http://pastebin.com/QvND3dz5 (http://pastebin.com/QvND3dz5)
License: MIT
Donations (if you like it): 12N1ZKCiqbG76CFGvXTscBSVPmqYNWwDcU


Title: Re: bit-manage - linux shell mass bitcoind management tool
Post by: Mahkul on February 22, 2011, 10:31:40 PM
Would be nice if there was something like that for GPU miners...

Good job, though!


Title: Re: bit-manage - linux shell mass bitcoind management tool
Post by: scott28 on February 23, 2011, 08:03:39 AM
It's generic, iow it doesn't matter if your miners use CPU or GPU. I use it to control all my miners (GPU too).