Hi guys , I stopped mining for a couple of months (dont know exactly how much) and when i decided to fire up my rigs again , i discovered that dark is now dash , ok , updated my wallet, started sgminer , and I am mining again , but i noticed that I am getting this:
Did something change with the configuration , since dark is now dash?
This is my .conf file:

Did something change with the configuration , since dark is now dash?
This is my .conf file:
Code:
{
"pools" : [
{
"url" : "stratum+tcp://mining.darkcointalk.org:3333",
"user" : "",
"pass" : ""
}
]
,
"intensity" : "19",
"vectors" : "1",
"worksize" : "256",
"kernel" : "darkcoin",
"lookup-gap" : "2",
"thread-concurrency" : "20481",
"gpu-engine" : "975",
"gpu-fan" : "75-100",
"gpu-memclock" : "1450",
"gpu-powertune" : "10",
"temp-cutoff" : "92",
"temp-overheat" : "90",
"temp-target" : "80",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"log" : "1",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "10",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}