If I’m not mistaken, you should be able to create one conf for cgminer with separate settings for each gpu. Then you would create one a simple batch file to start them both. You would have to look up your settings but here’s an example:
Your conf file would look something like this (save it as mysettings.conf)
{
“pools” : [
{
“url” : “stratum+tcp://blahblablah:3333”,
“user” : “username”,
“pass” : “pass”
}
]
,
“intensity” : “13,19”,
“vectors” : “1,1”,
“worksize” : “256,256”,
“kernel” : “scrypt,scrypt”,
“lookup-gap” : “0,0”,
“thread-concurrency” : “21712,21712”,
“shaders” : “1792,1792”,
“gpu-engine” : “0-850,0-850”,
“gpu-fan” : “0-80,0-80”,
“gpu-memclock” : “1250,1250”,
“gpu-memdiff” : “0,0”,
“gpu-powertune” : “0,0”,
“gpu-vddc” : “0.962,0.962”,
“temp-cutoff” : “100,100”,
“temp-overheat” : “100,100”,
“temp-target” : “100,100”,
“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” : “6”,
“scrypt” : true,
“temp-hysteresis” : “3”,
“shares” : “0”,
“kernel-path” : “/usr/local/bin”
}
batch file would look like this:
setx GPU_MAX_ALLOC_PERCENT 100
cgminer -c mysettings.conf