Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Beans on July 14, 2013, 03:18:58 PM



Title: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Beans on July 14, 2013, 03:18:58 PM
I set up a new rig today, sapphire dual-x 7970's with cgminer on windows. I got it to 715k per card, but only around 10% of the work gets credited to the pool. The shares are not being submitted in cgminer either.The problem seems to be the intensity, I've tried a couple pools, and different settings. It's works fine at intensity 13 and starts going down with anything above that. This issue seems strange to me but I only switched to ltc recently. Anyone seen this before?



Title: Re: Sapphire dual-x 7970 Intensity issue
Post by: slarty on July 15, 2013, 07:32:36 AM
I set up a new rig today, sapphire dual-x 7970's with cgminer on windows. I got it to 715k per card, but only around 10% of the work gets credited to the pool. The shares are not being submitted in cgminer either.The problem seems to be the intensity, I've tried a couple pools, and different settings. It's works fine at intensity 13 and starts going down with anything above that. This issue seems strange to me but I only switched to ltc recently. Anyone seen this before?


could you provide some stting you are working with? OS?
Do you see HW Errors in the cgminer?

RGDS


Title: Re: Sapphire dual-x 7970 Intensity issue
Post by: Beans on July 15, 2013, 12:18:42 PM
I set up a new rig today, sapphire dual-x 7970's with cgminer on windows. I got it to 715k per card, but only around 10% of the work gets credited to the pool. The shares are not being submitted in cgminer either.The problem seems to be the intensity, I've tried a couple pools, and different settings. It's works fine at intensity 13 and starts going down with anything above that. This issue seems strange to me but I only switched to ltc recently. Anyone seen this before?


could you provide some stting you are working with? OS?
Do you see HW Errors in the cgminer?

RGDS

BFGminer seems to be more informative as to what's going on. This is after a short time period but it keeps doing the same thing.

bfgminer --scrypt --thread-concurrency 10752 -g 2 -I 20 -w 256

http://i40.tinypic.com/2e5o5qr.png


I tested one of these cards on a different pc and I get the same issue. There must be something in my config or drivers. I just installed 13.4 ccc on the new pc I tested. They were running 11.11 previously.

"auto-gpu" : true,
"auto-fan" : true,
"gpu-engine" : "900-1040,900-1040",
"gpu-fan" : "65-85,65-85",
"gpu-memclock" : "1450,1450",
"gpu-vddc" : "1.060,1.060",
"temp-target" : "70,70",
"temp-cutoff" : "80,80",
"temp-overheat" : "75,75",

"algo" : "c",
"api-port" : "4028",
"expiry" : "120",
"gpu-threads" : "4",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",



"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Dum3 on July 15, 2013, 12:38:11 PM
Try 13.1 whql.Intensity 13 worked excellent for me too,but drivers matter...

i had this parameters and yielded good mh/s

--shaders 2048 --thread-concurrency 8192 --intensity 13 --worksize 256 -g 2


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: jdebunt on July 15, 2013, 12:44:06 PM
-I 20 is most likely the issue there, i run this config for 750 khash/sec (you can add more variables etc) :


(keep in mind i use cgminer, not bfgminer) :

cgminer -o server:port -u user.1 -p x  --scrypt --gpu-engine 1085 --gpu-memclock 1500 --thread-concurrency 8192 -I 13 -g 2 -w 256 --lookup-gap 2 --no-submit-stale


anything with intensity over 13 will give hardware errors :)


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: JoeMattie on July 15, 2013, 02:07:59 PM
Remove all AMD drivers with the AMD driver removal tool from here: http://forums.guru3d.com/showthread.php?t=379505
reboot
Install 11.12 7900 series drivers from here: http://www2.ati.com/drivers/hotfix/radeon_7900_series/amd_radeon_hd7900_win7_64.exe

Use:
thread-concurrency: 8192
gpu-threads: 2
intensity: 13

If you want to mine at -I 20 you have to use tc=22400 or tc=40960 with gpu-threads=1


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Damnsammit on July 15, 2013, 02:16:33 PM
Everyone already touched on it, but just wanted to reiterate that intensity 20 is rarely the best setting.

Usually you want to play with that number and find the best one for each particular card.

For example, my 6850 runs great at intensity 19 (if I am only using the computer for mining, I drop it down to 14 if I want to use the computer for something else)

My 5850 will get nothing by HW errors at i20, and it gets a lot at i19.  Similarly, at i18 it will run perfectly for a few hours, then start getting HW errors, so I turn it on i17 and it runs flawlessly without really suffering a lower hashing rate.

You just gotta play with it a little bit and find the best for each card

Edit:  Also, what PSU are you using?


Title: Re: Sapphire dual-x 7970 Intensity issue
Post by: slarty on July 15, 2013, 04:58:53 PM


BFGminer seems to be more informative as to what's going on. This is after a short time period but it keeps doing the same thing.

bfgminer --scrypt --thread-concurrency 10752 -g 2 -I 20 -w 256

http://i40.tinypic.com/2e5o5qr.png


I tested one of these cards on a different pc and I get the same issue. There must be something in my config or drivers. I just installed 13.4 ccc on the new pc I tested. They were running 11.11 previously.

"auto-gpu" : true,
"auto-fan" : true,
"gpu-engine" : "900-1040,900-1040",
"gpu-fan" : "65-85,65-85",
"gpu-memclock" : "1450,1450",
"gpu-vddc" : "1.060,1.060",
"temp-target" : "70,70",
"temp-cutoff" : "80,80",
"temp-overheat" : "75,75",

"algo" : "c",
"api-port" : "4028",
"expiry" : "120",
"gpu-threads" : "4",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",



"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



I'm not familiar with BFGMINER settings, but looks more or less the same than cgminer conf.
If I get it right with the config from above EACH GPU will use 4 threads. Shouldn't it be "gpu-threads" : "2,2" for each GPU to use 2 threads?
What does algo: c mean?
you can also try to use only one thread, in this case you can double the thread-concurrency.


RGDS


Title: Re: Sapphire dual-x 7970 Intensity issue
Post by: Beans on July 15, 2013, 09:42:59 PM


BFGminer seems to be more informative as to what's going on. This is after a short time period but it keeps doing the same thing.

bfgminer --scrypt --thread-concurrency 10752 -g 2 -I 20 -w 256

http://i40.tinypic.com/2e5o5qr.png


I tested one of these cards on a different pc and I get the same issue. There must be something in my config or drivers. I just installed 13.4 ccc on the new pc I tested. They were running 11.11 previously.

"auto-gpu" : true,
"auto-fan" : true,
"gpu-engine" : "900-1040,900-1040",
"gpu-fan" : "65-85,65-85",
"gpu-memclock" : "1450,1450",
"gpu-vddc" : "1.060,1.060",
"temp-target" : "70,70",
"temp-cutoff" : "80,80",
"temp-overheat" : "75,75",

"algo" : "c",
"api-port" : "4028",
"expiry" : "120",
"gpu-threads" : "4",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",



"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



I'm not familiar with BFGMINER settings, but looks more or less the same than cgminer conf.
If I get it right with the config from above EACH GPU will use 4 threads. Shouldn't it be "gpu-threads" : "2,2" for each GPU to use 2 threads?
What does algo: c mean?
you can also try to use only one thread, in this case you can double the thread-concurrency.


RGDS

I've been messing with the settings all day, I forgot to switch that back. I normally just have 1 or 2.  Don't think it needs to be 2,2


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: ReCat on July 15, 2013, 09:55:29 PM
Leave the current GPU drivers. They are fine.

Maybe CGMiner isn't able to allocate enough GPU memory for scrypt?

What happens if you run

setx GPU_MAX_ALLOC_PERCENT 100

In the command prompt before starting CGminer?

Also, try running CGMiner with the following tuning flags.

--worksize 256 -v 1 -I 13 -g 2 --thread-concurrency 8192 --lookup-gap 2 --shaders 2048

If you'd like, We can communicate via skype (Mine is therecreate) or IRC or w/e, and I can resolve the problem for you directly via teamviewer immediately. ;)

If this resolves your problem, my LTC address is LeT4SyiWWstdvB42thgekYsBLrub9UWvS4


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: cdog on July 15, 2013, 10:26:13 PM
I dont have a 7970 but I would try adjusting the voltage on both core and mem, and see what happens.

Intensity 17-18 is usually the sweet spot for my 7950s, with a 1:1.5 core to mem speed ratio.

If this helps you, PM me I can give you my LTC address :-)


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: illpoet on July 15, 2013, 10:39:39 PM
try just using 1 gpu thread


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: geronimo77 on July 15, 2013, 10:54:02 PM
for 7970 It's not recommended to have intensity higher than 13. Anything above I:13 will give you HW errors. Try play with the numbers (concurrency and clocks)

try this settings:

--gpu-engine 1050 --gpu-memclock 1750 --shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256 --lookup-gap 2


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: sikman on July 15, 2013, 11:29:10 PM
This is what I use to achieve 710kh/s rock solid

cgminer --scrypt -o stratum+tcp://coinotron.com:3334 -u XXXX -p XXXX --auto-fan --temp-overheat 85 --temp-target 77 --temp-cutoff 92 --intensity 13 --worksize 256 -g 2 --lookup-gap 2 --thread-concurrency 8192 --gpu-engine 1044 --gpu-memclock 1500

Im using ATI drivers 13.3.beta 3 on Win 7 64bit

I used to get heaps of nounce errors, hw errors etc until I put more MEMORY in the PC, I spend hours playing with different settings and soon as I put in 4GB of ram up from 2GB all errors went away and now happily mining away.




Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: ReCat on July 15, 2013, 11:29:20 PM
Nonsense. I ran my 7950 at intensity 19 all the time. A 7970 should handle higher intensities just fine.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: pyromaniac on July 15, 2013, 11:41:22 PM
Ideal parameters for me is:
first, exec this from Administrator:
Quote
setx GPU_MAX_ALLOC_PERCENT 100
then add to your bath file this:
Quote
bfgminer.exe --scrypt --gpu-engine 1075 --gpu-memclock 1485 --thread-concurrency 8192 -I 13 -g 2 -w 256 --lookup-gap 2 --no-submit-stale --auto-fan
It's should give you around 750 k/hash per card.
LXAhq2uLqXqV8EZet62bvunZuqUA8i7mdX


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: FiiNALiZE on July 16, 2013, 12:29:28 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: whitedragon on July 16, 2013, 12:35:47 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)

^^^ What he said.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: JoeMattie on July 16, 2013, 01:00:07 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)

Incorrect.

7970s run rock solid stable at -I 20 as long as the thread-concurrency is above 16384 and gpu-threads = 1.
They're just slightly faster with -I13 / 8192 / gpu-threads:2 [680kH vs 710 or so]


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: FiiNALiZE on July 16, 2013, 01:06:56 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)

Incorrect.

7970s run rock solid stable at -I 20 as long as the thread-concurrency is above 16384 and gpu-threads = 1.
They're just slightly faster with -I13 / 8192 / gpu-threads:2 [680kH vs 710 or so]


Oh really?

Please, show me a screenshot of this configuration.

No, better yet, post a short video (30secs-1 minute) and prove that your hashrate stays stable at 680kh/s.

And yes, getting hardware errors means your configuration is unstable.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: ReCat on July 16, 2013, 01:14:47 AM
I haven't received it either, and I'm sure everyone has repeated the resolution to his problem over and over. I suspect this guy was faking a reward, but if he's legit, I'll divide the LTC between all the people who posted LTC addresses above me. :P


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Beans on July 16, 2013, 01:16:52 AM
Raising the thread-concurrency 22400 did allow me to increase the intensity to 20. I got the hashrate up to 670 which is not to bad. These cards should reach 700+ though.

"gpu-engine" : "900-1040",
"gpu-fan" : "65-85",
"gpu-memclock" : "1450",
"gpu-vddc" : "1.040",
"gpu-powertune" : "10",
"gpu-threads" : "1",

The manufacturers didn't make all the 7970's the same, I have a couple visiontek cards that are crap for mining. They run stable at 1080 engine, 1900 memory but only get 500-550kh. So just going off other people's settings doesn't seem to work unless they have the same setup.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: ReCat on July 16, 2013, 01:18:33 AM
Try changing the engine clocks around. For me, 1050 worked better than 1200 or 1000.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: JoeMattie on July 16, 2013, 03:48:25 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)

Incorrect.

7970s run rock solid stable at -I 20 as long as the thread-concurrency is above 16384 and gpu-threads = 1.
They're just slightly faster with -I13 / 8192 / gpu-threads:2 [680kH vs 710 or so]


Oh really?

Please, show me a screenshot of this configuration.

No, better yet, post a short video (30secs-1 minute) and prove that your hashrate stays stable at 680kh/s.

And yes, getting hardware errors means your configuration is unstable.

Absolutely sir.  Video is uploading to youtube as we speak :)


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: JoeMattie on July 16, 2013, 03:52:03 AM
Raising the thread-concurrency 22400 did allow me to increase the intensity to 20. I got the hashrate up to 670 which is not to bad. These cards should reach 700+ though.

"gpu-engine" : "900-1040",
"gpu-fan" : "65-85",
"gpu-memclock" : "1450",
"gpu-vddc" : "1.040",
"gpu-powertune" : "10",
"gpu-threads" : "1",

The manufacturers didn't make all the 7970's the same, I have a couple visiontek cards that are crap for mining. They run stable at 1080 engine, 1900 memory but only get 500-550kh. So just going off other people's settings doesn't seem to work unless they have the same setup.

I have trouble hitting 700+ in linux with this batch of cards (they're crappy XFX DD 7970s that I've reflashed to lower the vdcc).  I'm happy with the hashrate I'm getting from them.  I have around 10x 7950s to each of my 7970s so I'm not really focused on tweaking these to the max.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Damnsammit on July 16, 2013, 03:52:48 AM
I think my answer was the most concise.

You do not go on a "preset" for CGminer.  

You perform checks on intensity, thread concurrency, overclocking, undervolting, and EVERYTHING.

Knowing what someone ELSE is using is a good starting place... but you gotta tweak that shit, yo!


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: jnada on July 16, 2013, 03:58:16 AM
Raising the thread-concurrency 22400 did allow me to increase the intensity to 20. I got the hashrate up to 670 which is not to bad. These cards should reach 700+ though.

"gpu-engine" : "900-1040",
"gpu-fan" : "65-85",
"gpu-memclock" : "1450",
"gpu-vddc" : "1.040",
"gpu-powertune" : "10",
"gpu-threads" : "1",

The manufacturers didn't make all the 7970's the same, I have a couple visiontek cards that are crap for mining. They run stable at 1080 engine, 1900 memory but only get 500-550kh. So just going off other people's settings doesn't seem to work unless they have the same setup.

maybe you should first check who/what is playing with you? any network tools capable?

If you are unable to examine that - just find free mining distro available  in "alternate" section and run it from USB


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Beans on July 16, 2013, 04:03:45 AM
Slarty's idea fixed my main issue. I was hoping someone had a idea that would let me maintain my speed though. I can't seem to get anything descent with 8192. I was getting 750 with 10240 thread concurrency but only while intensity was 20 which was causing bad shares. I don't think I'm going to get over 680 but I haven't had a chance to test everything yet.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: JoeMattie on July 16, 2013, 04:04:22 AM
As requested

http://www.youtube.com/watch?v=6avzYvhRrI4


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Beans on July 16, 2013, 04:11:19 AM
Raising the thread-concurrency 22400 did allow me to increase the intensity to 20. I got the hashrate up to 670 which is not to bad. These cards should reach 700+ though.

"gpu-engine" : "900-1040",
"gpu-fan" : "65-85",
"gpu-memclock" : "1450",
"gpu-vddc" : "1.040",
"gpu-powertune" : "10",
"gpu-threads" : "1",

The manufacturers didn't make all the 7970's the same, I have a couple visiontek cards that are crap for mining. They run stable at 1080 engine, 1900 memory but only get 500-550kh. So just going off other people's settings doesn't seem to work unless they have the same setup.

maybe you should first check who/what is playing with you? any network tools capable?

If you are unable to examine that - just find free mining distro available  in "alternate" section and run it from USB

My house is where routers go to die. We have about 20 wireless devices, mostly mining rigs. We always hit our 300gb traffic limit to.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Beans on July 16, 2013, 10:16:42 AM
I thought I had it working, I was testing 2x cards in 2 pc's running through configs. When I stuck all 4 cards in the same pc, I get errors. It has 8gb rams, and 1500watt Thermaltake. That's sufficient for 4x 7970's isn't it?

I'm really started to miss btc mining. I have around 19x 5970's just collecting dust now.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: philipkdick on July 16, 2013, 11:15:13 AM
No.

7970's cannot obtain stable settings at intensities above 13.

I don't know why, but I haven't heard of one case where anyone was able to attain a stable configuration with an -I 13+

Set -g to 2, -I to 13, and --thread-concurrency to 8192

Anyone who says intensities above 13 are stable for 7970s don't know what they are talking about.

btw, did anyone receive your 15LTC reward yet? :)

I've run a 7970 for hours at i20  not a hw error in sight ,  don't really care if you believe me or not , I spent a lot of time on them .

Most of the devices I have are 7950 , they are generally better value , but the configuration I have both perform similar.

Only issue I have is the normal issues related to heat dissipation.

So disregard information that suggests I 13 only , I've never run a card under i17.


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: nfuse on July 16, 2013, 12:17:23 PM
i have 2 Sapphire dual-X oc 3gb cards (type 11197-03-40G)  avg 1.521 Mh/s for 2 cards and about 764 Kh/s per card running 24/7 with zero hw errors!

here my setup

use cgminer version 2.11.4 (tryed other but this one worked the best for me, if someone has other ideas about this please let me know :)

overclock settings: (AMD overdrive from catalyst control center)

Gpu clock 1090 mhz
Memory clock 1500 mhz
Fan 100 %

miner settings: (my solo settings)

cgminer --scrypt -o 127.0.0.1:8110 -u username -p password --thread-concurrency 8192 --worksize 256 -g 2 -I 13 --lookup-gap 2 --shaders 2048 -s 1 --expiry 1 --queue 0



Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: -ck on July 16, 2013, 12:30:52 PM
The cgminer documentation has extensive information on how to tune a 7970 for scrypt in the SCRYPT-README.  I spent ages writing documentation, please read it. It even states there that a rate of 745kh was reached, and I mined at that constantly for a few weeks before giving up on LTC.

79x0 devices fall into 2 categories: Those that like ultra high thread concurrencies (>20k) and ONE gpu thread, and these work well at intensity 19 or 20, and those that like much lower thread concurrencies (8192) and TWO gpu threads, and ANY intensity over 13 is going to cause hardware errors or fail to start. Generally speaking, all the overclock models (Ghz edition etc.) prefer the 2 threads while the reference models prefer the one thread. 7950 have no such reference model so it's a mystery which belongs to which category.



Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: rovchris on July 16, 2013, 12:36:15 PM
i have 2 Sapphire dual-X oc 3gb cards (type 11197-03-40G)  avg 1.521 Mh/s for 2 cards and about 764 Kh/s per card running 24/7 with zero hw errors!

here my setup

use cgminer version 2.11.4 (tryed other but this one worked the best for me, if someone has other ideas about this please let me know :)

overclock settings: (AMD overdrive from catalyst control center)

Gpu clock 1090 mhz
Memory clock 1500 mhz
Fan 100 %

miner settings: (my solo settings)

cgminer --scrypt -o 127.0.0.1:8110 -u username -p password --thread-concurrency 8192 --worksize 256 -g 2 -I 13 --lookup-gap 2 --shaders 2048 -s 1 --expiry 1 --queue 0

What voltage are you running them at and also what temp are they running at?

Just interested to know because I find they are very inefficient with regards to power consumption as soon as they get over 80 degrees.

I run the voltage 40mv above the clock frequency to get the highest power efficiency, I usually run the GPU clock at 1000 mhz and the memory at 1525mhz

Edit - just tried 1500 and they run faster!


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: altsay on July 16, 2013, 12:50:36 PM
I dont have a 7970 but I would try adjusting the voltage on both core and mem, and see what happens.

Intensity 17-18 is usually the sweet spot for my 7950s, with a 1:1.5 core to mem speed ratio.

If this helps you, PM me I can give you my LTC address :-)

What khash speed you get with 7950?


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: Damnsammit on July 16, 2013, 01:23:08 PM
I'm really started to miss btc mining. I have around 19x 5970's just collecting dust now.

Why?  You know you can use them for Scrypt mining... and 13.3MH/s would be earning you quite a bit of LTC/FTC/CAP!


Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: nfuse on July 16, 2013, 08:06:02 PM
i have 2 Sapphire dual-X oc 3gb cards (type 11197-03-40G)  avg 1.521 Mh/s for 2 cards and about 764 Kh/s per card running 24/7 with zero hw errors!

here my setup

use cgminer version 2.11.4 (tryed other but this one worked the best for me, if someone has other ideas about this please let me know :)

overclock settings: (AMD overdrive from catalyst control center)

Gpu clock 1090 mhz
Memory clock 1500 mhz
Fan 100 %

miner settings: (my solo settings)

cgminer --scrypt -o 127.0.0.1:8110 -u username -p password --thread-concurrency 8192 --worksize 256 -g 2 -I 13 --lookup-gap 2 --shaders 2048 -s 1 --expiry 1 --queue 0

What voltage are you running them at and also what temp are they running at?

Just interested to know because I find they are very inefficient with regards to power consumption as soon as they get over 80 degrees.

I run the voltage 40mv above the clock frequency to get the highest power efficiency, I usually run the GPU clock at 1000 mhz and the memory at 1525mhz

Edit - just tried 1500 and they run faster!

whats the speed you are getting now?

i run at stock voltage try'd many settings but stock works best for me.



Title: Re: Sapphire dual-x 7970 issue 15LTC for solution.
Post by: ReCat on July 20, 2013, 01:01:58 AM
I tried everything in the world. Nothing can make this guy's GPU's mine faster. I give up. :P