Sure, I will. Thing is, it operates the same with or without a configuration file.
Using cgminer-3.3.3-windows x64
{
"pools" : [
{
"url" : "stratum+tcp://pool.d2.cc:3333",
"user" : "****",
"pass" : "****"
},
{
"url" : "stratum+tcp://pool.fcpool.com:3334",
"user" : "****",
"pass" : "****"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "22400",
"shaders" : "2048",
"gpu-engine" : "1100-1100",
"gpu-fan" : "0-90",
"gpu-memclock" : "1575",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
If I try to change the settings within cgminer, and then write a new cgminer.conf, it doesn't write the adjusted settings. It's like it's stored the settings somewhere and won't accept any input to change them.