Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: lyth0s on December 22, 2013, 12:30:08 AM



Title: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 12:30:08 AM
So I have a MSI 7950 and it's only getting 510 kh/s and WU is only 450/m. Here are the settings that I'm running with Cgminer.

My 7950 is gpu 1 so it's settings are in the middle of my 7870 cards which are gpu 0 and gpu 2. I bolded my 7950 settings

"intensity" : "19,19,19",
"thread-concurrency" : "16384,24768,16384",
"worksize" : "256",
"gpu-engine" : "1000,1000,1000",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1200,1200,1200",
"gpu-powertune" : "20,20,20",
"shaders" : "0",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "88,88,88",
"temp-target" : "75,75,75",
"lookup-gap" : "0",
"vectors" : "1",
"auto-fan" : true,

"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"kernel" : "scrypt",
"scrypt" : true,
"gpu-platform" : "0",
"shares" : "0",
"kernel-path" : "/usr/local/bin"



If anyone can help me fix this I will tip you some bitcoin, litecoin or dogecoin :)




Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: MystPhysX on December 22, 2013, 12:33:18 AM
Try just 24k concurrency, I 20, 1115MHZ on engine and 1450MHz on memory. I'm getting 650KH/s with those settings and a voltage of 1.087.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 12:34:05 AM
How do I set the voltage on linux? I'll try the other settings right now.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: MystPhysX on December 22, 2013, 12:40:27 AM
Undervolt slowly http://www.cryptobadger.com/2013/10/undervolting-in-linux-via-modified-bios/ or https://bitcointalk.org/index.php?topic=216474.msg2272704#msg2272704

Unfortunately I cannot vouch for any of these threads as I use Win7.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 12:47:08 AM
Ok with your settings my hash rate does jump up to 630 kh/s but then my WU goes to 0 due to all hardware errors. Any advice?


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: Monetizer on December 22, 2013, 01:02:23 AM
If you are getting crazy amounts of HW errors you have to lower your intensity.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 01:07:42 AM
Ok I'm in the process of trying all the suggestions right now. Unfortunately when I get a bunch of hardware errors cgminer doesnt close properly and I can't even kill the PID so I have to reboot inbetween attempts. So bare with me :)

The person who gives me the tip that solves my problem will get $10-15 in btc/ltc/doge or if I have to combine multiple tips to get it to work I will split it up by who contributed most to get it working.

I also just appreciate the advice that you guys are willing to give me :))


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 01:10:13 AM
Use 1500 memclock, 1100 core. 1 GPU thread, 19 intensity. Thread concurrency 24064.

It submitted 1024 shares, it then got 4 hardware errors and crashed.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 01:12:46 AM
If you are getting crazy amounts of HW errors you have to lower your intensity.

I'm going to try lowering the intensity to 17 and will update


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: TheTribesman on December 22, 2013, 01:34:00 AM
Here's my settings. I have 3x MSI 7950. I get 650-670 KH/s, max temp 69, 250W from the wall, from each. It runs 24x7 and only stops when I stop it. GPU 2/3 were running much slower than GPU 0 until I lowered GPU 0 intensity to 19. Then all 3 GPUs leveled out at 650-670 KH/s (average, not max/min).

"intensity" : "19,20,20",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "22400,22400,22400",
"shaders" : "1792,1792,1792",
"gpu-engine" : "0-1100,0-1100,0-1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.962,0.962,0.962",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"expiry" : "120",
"no-pool-disable" : true,
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

Try it out. I'd say set it to intensity 20 since it's not GPU 0


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: TheTribesman on December 22, 2013, 01:45:33 AM
Use 1500 memclock, 1100 core. 1 GPU thread, 19 intensity. Thread concurrency 24064.

It submitted 1024 shares, it then got 4 hardware errors and crashed.

Try CGMiner 3.1.1.
I agree. I'm still on CGMiner 2.11.4. I should upgrade but I don't want to mess with it.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 01:50:34 AM
Here's my settings. I have 3x MSI 7950. I get 650-670 KH/s, max temp 69, 250W from the wall, from each. It runs 24x7 and only stops when I stop it. GPU 2/3 were running much slower than GPU 0 until I lowered GPU 0 intensity to 19. Then all 3 GPUs leveled out at 650-670 KH/s (average, not max/min).

"intensity" : "19,20,20",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "22400,22400,22400",
"shaders" : "1792,1792,1792",
"gpu-engine" : "0-1100,0-1100,0-1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.962,0.962,0.962",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"expiry" : "120",
"no-pool-disable" : true,
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

Try it out. I'd say set it to intensity 20 since it's not GPU 0

Ok I'll try this out right now


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 02:02:14 AM
Using your config It keeps starting off well hashing at 650 kh/s, is able to submit about 384 shares and then it just stops working. CGMiner then declares it sick. I'm going to try to lower the memory clock a bit and see if that makes it more stable. Intensity i'm using is 19.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 02:02:37 AM
Use 1500 memclock, 1100 core. 1 GPU thread, 19 intensity. Thread concurrency 24064.

It submitted 1024 shares, it then got 4 hardware errors and crashed.

Try CGMiner 3.1.1.
I agree. I'm still on CGMiner 2.11.4. I should upgrade but I don't want to mess with it.

Are you serious? You know there have been speed improvements to the scrypt code since then, right?

I'm using cgminer 3.7.2


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 02:37:38 AM
okay switching to cgminer 3.1.1 and using the settings you suggested


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: TheTribesman on December 22, 2013, 02:51:05 AM
Use 1500 memclock, 1100 core. 1 GPU thread, 19 intensity. Thread concurrency 24064.

It submitted 1024 shares, it then got 4 hardware errors and crashed.

Try CGMiner 3.1.1.
I agree. I'm still on CGMiner 2.11.4. I should upgrade but I don't want to mess with it.

Are you serious? You know there have been speed improvements to the scrypt code since then, right?

I'm using cgminer 3.7.2

Yeah, stop. Use 3.1.1.
Thanks. I'll try it out tomorrow  :)


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: lyth0s on December 22, 2013, 03:21:32 AM
Okay looks like my biggest problem was using cgminer 3.7.2 instead of 3.1.1 . My second biggest problem is that for some reason my video card cant go over 1000 gpu core without getting hardware errors. I'm now running at 570 kh/s (which is a nice improvement over my 430-460), but it would have been really nice to break 600 kh/s.

Wolf0 you will definitely get $5 in btc and if no one can get me over 600 kh/s then you will get the full $10 (or if you can get me over 600 you can get the full $10). Can anyone help me get over 600 kh/s on my 7950? currently im using this my 7950 is my gpu 1


"thread-concurrency" : "16384,24768,16384",
"worksize" : "256,256,256",
"gpu-engine" : "1000,1000,1000",
"gpu-fan" : "0-85,80-85,0-85",
"gpu-memclock" : "1200,1450,1200",
"gpu-powertune" : "20,20,20",
"gpu-memdiff" : "0,0,0",
"shaders" : "1792,1792,1792",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "88,90,88",
"temp-target" : "75,75,75",
"lookup-gap" : "2,2,2",
"vectors" : "1,1,1",
"auto-fan" : true,

"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"no-pool-disable" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"temp-hysteresis" : "3",
"kernel" : "scrypt,scrypt,scrypt",
"scrypt" : true,
"gpu-platform" : "0",
"shares" : "0",
"hotplug" : "5",
"kernel-path" : "/usr/local/bin"





Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: TheTribesman on December 22, 2013, 03:23:06 AM
Couldn't wait. Upgraded to 3.1.1. All good so far. I'll give it 24hrs to make sure it's as stable as it was at 2.11.4. I tried 3.8.4 but it look like that needs an OS upgrade which I'm not prepared to do right now.


Title: Re: 7950 only 500 kh/s ? Please help! --BTC/LTC/DOGE Bounty!
Post by: STT on December 22, 2013, 05:04:59 AM
gpu that low will throttle it, put the fan on 100% and buy some 120mm fans.

Try powertune 10