Is there any way to add more than one failover pool?
I usually keep VE as my backup but it seems so does everyone else, is there anyways I can make it my 3rd pool choice?
Add as many as you want.
{
"pools" : [
{
"url" : "stratum+tcp://nobl.poolerino.com:3344",
"user" : "UserName.Worker",
"pass" : "xxxxxx"
},
{
"url" : "stratum+tcp://useast.middlecoin.com:3333",
"user" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass" : "x"
},
{
"url" : "stratum+tcp://middlecoin.com:3333",
"user" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass" : "x"
},
{
"url" : "stratum+tcp://uswest.middlecoin.com:3333",
"user" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass" : "x"
},
{
"url" : "stratum+tcp://eu.middlecoin.com:3333",
"user" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass" : "x"
},
{
"url" : "stratum+tcp://asia.middlecoin.com:3333",
"user" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass" : "x"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8128",
"shaders" : "1536",
"gpu-engine" : "879",
"gpu-fan" : "0-85",
"gpu-memclock" : "1496",
"gpu-memdiff" : "0",
"gpu-powertune" : "-10",
"gpu-vddc" : "0.925",
"temp-cutoff" : "88",
"temp-overheat" : "85",
"temp-target" : "70",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "2",
"scrypt" : true,
"temp-hysteresis" : "3",
"verbose" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}