Did a few test with pool switching & failover.
Here is my config
{
"_note": "2 pool failover & switching enabled",
"pools": [{
"name": "YIIMP-LBC",
"url": "stratum+tcp://yiimp.ccminer.org:3334",
"user": "hidden",
"pass": "stats",
"max-diff": 0.0,
"scantime": 40,
"disabled": false
}, {
"name": "MINE-GPU4U-LBC",
"url": "stratum+tcp://mine.gpu4u.eu:3334",
"user": "hidden",
"pass": "stats",
"max-diff": 0.0,
"scantime": 40,
"disabled": false
}],
"algo": "lbry",
"intensity": 23.5,
"api-bind": "127.0.0.1:4444",
"api-remote": true,
"statsavg": 20,
"quiet": true,
"debug": false
}
Everything seems to work fine. Automated pool switching (with time-limit or stratum unreachable) or manual through the API work like a charm, a bit lenghty but ok

, could you give me some infos about the pool settings like max-diff and scantime and if there are other useful ones ? Thanks.
On another note i tried to use the miner overclocking feature, but each time i try it, it reply that it can't query my current clock value (something to do with permissions) even though im running it as admin. Any ideas ?