I have it set to restart suspect miners. So far a couple days no issues.
https://bitcointalksearch.org/topic/multiminer-any-miner-any-where-on-any-device-free-open-source-cross-platform-248173
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+
[2014-06-16 19:26:49] Pool 0 slow/down or URL or credentials invalid
[2014-06-16 19:27:02] Network difficulty changed to 792 ( 5.68G)
{
"pools" : [
{
"url" : "stratum+tcp://r6284.g21.rigs.eu.betarigs.com:9116",
"user" : "chrison999-6284",
"pass" : "x"
},
{
"url" : "stratum+tcp://pool.ipominer.com:3333",
"user" : "corion49.USB0",
"pass" : "x"
}
]
,
"failover-only" : true,
"failover-switch-delay" : "240",
"api-listen" : true,
"api-mcast-port" : "4035",
"api-port" : "4035",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1",
"usb" : ":1",
"request-diff" : "512",
"cmd-sick" : "pkill -9 bfgminer0",
"cmd-dead" : "pkill -9 bfgminer0",
"gridseed-options" : "baud=115200,freq=838,chips=40,modules=1,usefifo=0"
}
int chip_clk = freq;
//max clock 381MHz, min clock 200MHz
if (chip_clk > 381)
chip_clk = 381;
else if (chip_clk < 200)
chip_clk = 200;
uint32_t clk_reg;
uint64_t golden_speed_percore;
if(opt_chip_clk>(0xff*3/2)){
opt_chip_clk = 0xff*3/2;
}
else if(opt_chip_clk<2){
opt_chip_clk = 2;
}
clk_reg= (uint32_t)(opt_chip_clk*2/3);
int chip_clk = freq;
//max clock 383MHz, min clock 200MHz
if (chip_clk > 383)
chip_clk = 383;
else if (chip_clk < 200)
chip_clk = 200;
bfgminer.exe --scrypt -o stratum+tcp://stratum.rapidhash.net:3256 -u -p 1234 --expiry 30 --queue 0 --scan-time 30 --zeus-cc 6 --zeus-clk 340 -S zeus:\\.\COM10
cgminer.exe --scrypt -o stratum+tcp://multi.pandapool.info:3032 -u -p gridseed --gridseed-options=baud=115200,freq=850,chips=5 --hotplug 0
--set zus:chips=60
--set zus:freq=330
--set zus@/path/to/zeus:ignore_golden_nonce=1