Yes.
cgminer can be configured use different strategies: Failover, Round Robin, Rotate, Load Balance, or Balance. I use Failover, which directs all the work to the first pool unless it is down, then to the second. If the first and second are down, it switches to the third, etc. I think Failover is the default for CGMiner, but you can be sure by adding this to you conf file:
"failover-only" : true,
Hi, thanks for the reply. I added numerous pools and nothing happened. What i did find however is that when i "restart mining", the hash rate jumps up again for a period of time before slowly reducing. I went into my config file and couldnt find any reference to "failover-only" : true," . Im using BAMT or ltcrabbits version of it. Should i simply write "failover-only" : true, into the config file? And what happens - does it convert to the next pool down the list once the pool declines to a certain rate or when it completely stops?