Post
Topic
Board Pools (Altcoins)
Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows
by
SebyM
on 05/03/2014, 06:48:08 UTC
can you post the command or part in the configuration file that controls this switching?  right now my Kalroth is switching after 60 seconds, it would be nice to decrease it.  thanks

cgminer's --rotate takes the parameters in minutes, so i guess the minimum is one minute/60 seconds
you might get lucky with
Code:
--scan-time 30

more here : cgminer --help

Code:
cudaminer and minerd:
-R 5
 will retry the connection every 5 seconds instead of the default 30

Code:
sgminer:
--failover-switch-delay 5
 will do the same