Why am I getting this:
Fatal JSON error in configuration file.
Configuration file could not be used.
Ofcourse I had to copy paste configs from different sources here because I couldn't find the complete config for all files for 7970, so that's probably the problem

My start.bat:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel darkcoin -o stratum+tcp://hiro.suprnova.cc:3313 -u xxx.xxx -p x --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 -w 256 --lookup-gap 2 --no-submit-stale --auto-fan --temp-target 74
My sgminer.conf
"xintensity" : "100",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"expiry" : "1",
"failover-only" : true,
"auto-fan" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0",
"gpu-threads" : "4",
"vectors" : "1",
"shaders" : "2048",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"temp-hysteresis" : "3",
"gpu-fan" : "40-100",
"gpu-engine" : "1040",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"gpu-dyninterval" : "7",
"kernel" : "darkcoin"
And BTW, the mining WORKS, i'm getting about 2.046M, I just don't know why those errors, if someone can explain?