Having probs adding this to my config...
It (cgminer 3.7.2) doesn't like
stratum+tcp://http://107.170.140.27/
or
stratum+tcp://107.170.140.27/
What am I doing wrong?
try to use failover servers due to the DDoS attacks
{
"pools" : [
{
"url" : "stratum+tcp://ny2.blakecoin.com:3334",
"user" : "UserName.WorkerName",
"pass" : "WorkerPassword"
},
{
"url" : "stratum+tcp://cg1.blakecoin.com:3334",
"user" : "UserName.WorkerName",
"pass" : "WorkerPassword"
},
{
"url" : "stratum+tcp://la1.blakecoin.com:3334",
"user" : "UserName.WorkerName",
"pass" : "WorkerPassword"
},
{
"url" : "stratum+tcp://eu3.blakecoin.com:3334",
"user" : "UserName.WorkerName",
"pass" : "WorkerPassword"
}
],
"intensity" : "9",
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "3",
"scan-time" : "30",
"worksize" : "256",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"no-submit-stale": true,
"kernel-path" : "/"
}