Hi, im running cgminer ( w scrypt) and i have setup my config file this way expecting it to connect to a different pool when my first one disconnects for whatever reason but it is not launching the second one.
I have noticed only once when i launched miner for first time it auto connected to second one and then back to first one shortly after
Is there something additional needed in config or is this not possible ?
{
"pools" : [
{
"url" : "pool1",
"user" : "username",
"pass" : "password"
},
{
"url" : "pool2",
"user" : "username",
"pass" : "password"
}
]