Beans (OP)
|
|
July 14, 2013, 03:18:58 PM Last edit: July 15, 2013, 12:28:39 PM by Beans |
|
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?
|
|
|
|
slarty
Newbie
Offline
Activity: 12
Merit: 0
|
|
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
|
|
|
|
Beans (OP)
|
|
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 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" }
|
|
|
|
Dum3
Member
Offline
Activity: 75
Merit: 10
|
|
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
|
|
|
|
jdebunt
Legendary
Offline
Activity: 1596
Merit: 1010
|
|
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
|
|
|
|
|
Damnsammit
|
|
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?
|
|
|
|
slarty
Newbie
Offline
Activity: 12
Merit: 0
|
|
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.pngI 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
|
|
|
|
Beans (OP)
|
|
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 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
|
|
|
|
ReCat
|
|
July 15, 2013, 09:55:29 PM Last edit: July 15, 2013, 10:28:37 PM by ReCat |
|
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 100In 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 2048If 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
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
cdog
|
|
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 :-)
|
|
|
|
illpoet
|
|
July 15, 2013, 10:39:39 PM |
|
try just using 1 gpu thread
|
Tym's Get Rich Slow scheme: plse send .00001 to btc: 1DKRaNUnMQkeby6Dk1d8e6fRczSrTEhd8p ltc: LV4Udu7x9aLs28MoMCzsvVGKJbSmrHESnt thank you.
|
|
|
geronimo77
|
|
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
|
|
|
|
sikman
|
|
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.
|
|
|
|
PECULIUM [ PRIVATE SALE ~$2M PLEDGED ] First Saving System in CryptoCurrency Driven by Artificial Intelligence / WHITEPAPER / ANN / BOUNTY / TELEGRAM / | ▓░ ░ ░░░ ░▒▓▓▓▓▓▓▒▒ █▒░░░░░░░░░░░░░▒▒▒ ▒▓██▓▓▓▒▒▒▒▒▒▓ ░░░░░▒▒░░ ░░░░░░░░░▒█░▒▒▒▒▒▒▒▒▒▒▒▒▓▓▒▒███▓▓████████▓▓ ░▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒ ░░░ ▒▓▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▓██▒▓██████▓█████ ░▒▒▒▒░░░░░ ░░░░░░▒▓▒ ░░░ ░▓▓▓▓▓▒▓▒▒▒▒▒▒▒▓██▓ ████████▒▓██▓▓ ░░░░▒░▒▒░▒▒▒▒░▒░ ░ ▓▒▓▓▓▓▓▓▒▒▒▓▒▓▓▓▒░████▓███▒████▓▓ ░░░░░░░▒▒░░░▒▒▒▒▒▒░░ ▒▓░▓▓▓▓▓▓▓▓▓▓▓▓▓▒ █████████████ ░░░▒▒▒░░░░▒░▒▒▒▒▒▒▒ ░░░░▒▒▒▒▓▓▓▓▓▓▓▓▓▓▒▒▒███▓█████▓░ ░░░ ░░░▒▒▒▒▒░▒▒▓▓ ░░░ ▒▒▒▒▒▒▓▓▓▓▓▓▓▒ ░▓██▓▒░ ░ ░ ░░ ▒▓█████████▓▓▓▒▓░ ░░ ░▒▒▒▒▒▒▒▒▒▓▓▓▓▒▒▓▒░ ░░░ ░░░░ ░ ▓██▒▓▓▓███▒▒▒▒▓▓▓▓ ░ ░▒░▒▒░▒▒▒▒▒▒▒▒▓▓▒▒░░░░ ░▓█░▒██████████▓▒▒█ ░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒░░ ░▓▓ ███████▓▒██▓███▒ ░░░░░░░░░░░░▒░▒░▒░▒▒░░░░░░░ ▒▒ ▓██▓▓██▒▓███▓███ ░░░░░░░░░░░░░░░░░░░░░░░░░ ▒░▒█░███▓████▓ ░ ░░░░░░░░░░░░░░░░░░ ░ ██ ████▓▓ ▒ ░░ ░░░░░░░░░░░░░░ ▒░ ░░ ░ ░░░░░░░░░░ ░░░░░░▒▒ ░░ ░ ░ ░░░░░░░ ░░░ ░░ ░ ░ ░░░░░░ ░ ░░░░░░░▒▒░ ░░░ ░▒ ░░▒░░░ ░ ░▒ ░ ░░░░░░ ░░░▒▒░ ░░▒░ ▒▒░░░░░░ ░░ ░▒▒░░░░▒▒ ▒▒░░▒░▓███████▓ ░▒▒▒▒▒▓▒ ▓░ ░▒░░▓██████████░░▒▒▒▓▓ ▓███░░▒▒▒▓▓▓▓███▓▓▓▓▒▒▓▓▓ ████▓▒▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▒░ ▓██▓▒▓▓▓▒▓▓▓▓▓▒▒░░░ ▓▒▒▒▓▓▓▓▓▒░░░ ░░▓▓▓▓▓▒ ░▒▒▒▒▒▒ ░▒▒░▒░ ░░ ░ ░ ░ ░ ░░ ░ ░ ░░ ░ ░ ░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░ ░░ ░ ░ ░ ░▒░░░░░░░░▒▒▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒░░░░ ░░░░░░░ ░ ░▒░▒▒▒▓▓▓███████▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░ ░▒▒▓▓████▓▓▒ ░▒▒▓▓▓▓████▓▒░░░░▒░▒ ░▒▓██▒░ ░░░░░░░░░░▒▒▒░ ░░░░░░▒ ░▒▓█ ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░▒░▒ ▒▒▓█ ░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ░░▓█ ░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░ ░░░░░ ░ ▒ | [url=https://bitcointalk.org/index.php?topic=385
|
|
|
ReCat
|
|
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.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
pyromaniac
|
|
July 15, 2013, 11:41:22 PM |
|
Ideal parameters for me is: first, exec this from Administrator: setx GPU_MAX_ALLOC_PERCENT 100 then add to your bath file this: 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
|
|
|
|
FiiNALiZE
|
|
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?
|
|
|
|
whitedragon
Member
Offline
Activity: 84
Merit: 10
|
|
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.
|
|
|
|
JoeMattie
|
|
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]
|
Bitrated user: AKQuaternion.
|
|
|
FiiNALiZE
|
|
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.
|
|
|
|
|