start /D "C:\cgmine" cgminer.exe -o deepbit.net:8332 -u username -p password -d 0 -o mint.bitminter.com:8332 -u username -p password -d 0 --temp-target 85 --auto-fan --temp-overheat 90 --gpu-engine 870 --gpu-memclock 300
A few things.
1) You're telling CGMiner to use the first gpu (device 0) twice, but you're never telling it to use the second device (usually device 1).
2) CGMiner can't natively clock 6xxx or 7xxx cards down to 300MHz. I would use "--gpu-memdiff -125"
3) Bitminter is good, but why are you using Deepbit? It used to be "THE" pool, but now there are WAY better pools out there. I would choose a
different one, esp one that supports stratum.
4) I see you're not specifying an intensity. I would add an intensity of 7 for normal GPU BTC mining.
5) 85C is a little hot to be running a GPU, as I would recommend 70-75C. If you really want to run it at 85C, that's up to you, tho.
New code:
start /D "C:\cgmine" cgminer.exe -d 0,1 -o mint.bitminter.com:3333 -u username -p password --temp-target 85 --auto-fan --auto-gpu --gpu-engine 500-870,500-870 --gpu-memdiff -125,-150 --gpu-fan 25-80 -I 7
I have two towers. One houses a 7950 and the other a 6950. So You're suggesting I get rid of the -d command? I'll set bitminter as the primary. Thanks for the heads up. I added --gpu-memdiff -125 to my command list.
I hate to correct you but from what I understand cgminer by default has a intensity of 7 set by default. I just basically want to watch youtube and not loose hundreds of megahashes while doing so. I use educational videos on youtube to help me understand subjects in college. I watch them all the time but I want my gpu to have priority while doing so.
It's weird that you say it can't manage my memory clock but I just checked trixx and it's set to 300....
Here's my current bat file. Lemme know what's wrong with it.
start /D "C:\cgmine" cgminer.exe -o mint.bitminter.com:8332 -u username -p password -o deepbit.net:8332 -u username -p password --temp-target 85 --auto-fan --temp-overheat 90 --gpu-engine 870 --gpu-memclock 300 --gpu-memdiff -125