Only Pool info & backup pool + all settings needed.
I prefer order of a conf than having everything on 1 big line where you can't find what you have to modify
1 conf for 1 pool/algo. Longer to set up at first for all pool, but once it's done, it's easy to modify, and no need to reload MC to apply change ^^
the _SPARAM1_ it's just the flag -c to tell sgminer to load my .conf ^^
{
"pools" : [
{
"name" : "NHash_X11",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
"user" : "1KSTYGj25RRQ5i1GNVUGTjUsSyZr4uSPiz.R9",
"pass" : "d=0.01",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"thread-concurrency" : "13188"
},
{
"name" : "LTC_x11",
"url" : "x11.ltcrabbit.com:3332",
"user" : "x",
"pass" : "x",
"nfactor" : "10",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"thread-concurrency" : "13188"
}
]
,
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"worksize" : "64",
"shaders" : "1280",
"lookup-gap" : "2",
"gpu-threads" : "2",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"temp-cutoff" : "94",
"temp-overheat" : "88",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"expiry" : "1",
"log" : "5",
"vectors" : "1",
"shares" : "0",
"no-restart" : true,
"failover-switch-delay" : "30",
"failover-only" : true,
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"show-coindiff" : true,
"remove-disabled" : true,
"tcp-keepalive": "30",
"disable-rejecting" : true,
"extranonce-subscription" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"api-allow" : "W:127.0.0.1"
}