What cards are you trying to mine on? What settings are you applying to cgminer? Have you tried using reaper?
You will need some special stuff, which really depends on your card.
Given a 7950, this is what I would try:
cgminer.exe -o
http://mine.pool-x.eu:8080 -u xxxx -p xx --scrypt --thread-concurrency 21712 -I 18
You can go extremely deep with different configuration flags, etc. but that should get you running. Let me know what card you have and I can suggest some custom command line arguments.
Thanks
I have Saphire 7950's. Only 2 right now but after I get this nailed down I have 3 more.
I got it to work better but still big problem.
Ok so Here is my config file
{
"pools" : [
{
"url" : "
http://mine.pool-x.eu:8080",
"user" : "XXXXXXXXXX",
"pass" : "XXXXXXXX"
}
]
,
"intensity" : "12,12",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "21712,21712",
"shaders" : "0,0",
"gpu-engine" : "1100,1100",
"gpu-fan" : "0-85,0-85",
"gpu-memclock" : "1375,1375",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"gpu-vddc" : "0.000,0.000",
"temp-cutoff" : "95,95",
"temp-overheat" : "85,85",
"temp-target" : "75,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"
}
When I start cgminer it says part of the config file failed to load.
Then it starts mining. I am only getting about 250 KH/s though.
If I change the intensity while it is still mining it will let me get up to about 16 (which gets me about 550 KH/s) then it just BAM and dies. Not BSOD the whole computer just turns off like you pulled the plug.
I am going to delete the config file and return the card to stock settings ( no OC) and see if that helps.
Any suggestions?
Thanks again for the help.