Right now I’m running it via command line with these parameters:
cgminer.exe --scrypt -o http://pool.d2.cc:9344 -u myusername -p mypassword -I 13
Here’s the config file as well if it’s needed. I’ve tried various combinations with the parameters in this file as well but I can’t seem to increase my hashrate at all.:
{
“pools” : [
{
“url” : “http://pool.d2.cc:9344”,
“user” : “myusername”,
“pass” : “mypassword”
}
]
,
“intensity” : “13”,
“vectors” : “1”,
“worksize” : “128”,
“kernel” : “scrypt”,
“lookup-gap” : “0”,
“thread-concurrency” : “0”,
“shaders” : “256”,
“gpu-engine” : “0-600”,
“gpu-fan” : “0-85”,
“gpu-memclock” : “0”,
“gpu-memdiff” : “0”,
“gpu-powertune” : “0”,
“gpu-vddc” : “0.000”,
“temp-cutoff” : “95”,
“temp-overheat” : “85”,
“temp-target” : “75”,
“api-port” : “4028”,
“expiry” : “120”,
“gpu-dyninterval” : “7”,
“gpu-platform” : “0”,
“gpu-threads” : “1”,
“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”
}