Bitcoin Forum
May 07, 2024, 06:59:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Change GPU clock according to temperature?  (Read 1742 times)
Kinetic915 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 17, 2013, 12:51:07 AM
 #1

Hello all,

Is there a program/script I can use to change the GPU clock and MEM clock according to its temperature?  I'm trying to make my miner as autonomous as possible..
Thanks!

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715108370
Hero Member
*
Offline Offline

Posts: 1715108370

View Profile Personal Message (Offline)

Ignore
1715108370
Reply with quote  #2

1715108370
Report to moderator
1715108370
Hero Member
*
Offline Offline

Posts: 1715108370

View Profile Personal Message (Offline)

Ignore
1715108370
Reply with quote  #2

1715108370
Report to moderator
1715108370
Hero Member
*
Offline Offline

Posts: 1715108370

View Profile Personal Message (Offline)

Ignore
1715108370
Reply with quote  #2

1715108370
Report to moderator
Kinetic915 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 17, 2013, 12:57:59 AM
 #2

Or that bumps the clocks down when a certain temp is hit? and if fans are already at 100

demosthenez
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
April 17, 2013, 02:51:25 AM
 #3

You tried cgminer?
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
April 17, 2013, 02:54:01 AM
 #4

Look at cgminer or bfgminer and the --auto-gpu option, as well as --auto-fan. Those will adjust fan speed as needed to hit target temperature, and then lower gpu speed too if fan alone can't hit the target. They don't adjust memory speed though. For non-scrypt coins, you can lower memory speed and see almost no drop in hashing power, while running cooler and using less power (as I understand it).
FloridaBear
Full Member
***
Offline Offline

Activity: 260
Merit: 100


View Profile
April 17, 2013, 03:46:43 AM
 #5

I use cgminer which works effectively for both SHA and scrypt mining. For SHA, I use --gpu-memdiff -150 to keep the memclock 150 below the core clock (7970). This seems to keep it stable and as cool as possible. For scrypt, I set the mem clock to 1500, fan to 85 and let it adjust the core clock as needed to maintain target temp.

Sha: --gpu-fan 85 --temp-target 80 --auto-gpu --gpu-engine 750-1140 --gpu-memdiff -150
Scrypt: --thread-concurrency 8192  -I 13 -g 2 -w 256 --gpu-engine 600-1080 --gpu-memclock 1500 --gpu-fan 85 --temp-target 80 --auto-gpu

Of course, you can change your temp target, core clock range, etc., but that's what works best on my 7970.
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
April 17, 2013, 03:48:57 AM
 #6

I use cgminer which works effectively for both SHA and scrypt mining. For SHA, I use --gpu-memdiff -150 to keep the memclock 150 below the core clock (7970).

Thank you for this tip! Never noticed this option. I'll start using it myself.
Kinetic915 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 17, 2013, 06:05:56 AM
 #7

I use cgminer which works effectively for both SHA and scrypt mining. For SHA, I use --gpu-memdiff -150 to keep the memclock 150 below the core clock (7970). This seems to keep it stable and as cool as possible. For scrypt, I set the mem clock to 1500, fan to 85 and let it adjust the core clock as needed to maintain target temp.

Sha: --gpu-fan 85 --temp-target 80 --auto-gpu --gpu-engine 750-1140 --gpu-memdiff -150
Scrypt: --thread-concurrency 8192  -I 13 -g 2 -w 256 --gpu-engine 600-1080 --gpu-memclock 1500 --gpu-fan 85 --temp-target 80 --auto-gpu

Of course, you can change your temp target, core clock range, etc., but that's what works best on my 7970.
What is SHA?  What kind of kh/s do you get for the scrypt? I have 3 7950s, and got a solid 1750 avg,
never been able to get decent hashes woth cgminer. Ill definitely try this though. Also with multiple cards does it overclock and adjust each individually, or goes by the highest temp in the group?


Kinetic915 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 17, 2013, 02:46:59 PM
 #8

I tried those settings with cgminer and can't seem to get over 1670 kh/s with 3 7950s :/

roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
April 17, 2013, 02:55:32 PM
 #9

What is SHA?

The standard algorithm for bitcoin and non-scrypt spinoffs. It's what the miners do by default without --scrypt.
Kinetic915 (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
April 17, 2013, 02:58:42 PM
 #10

What is SHA?

The standard algorithm for bitcoin and non-scrypt spinoffs. It's what the miners do by default without --scrypt.

Ah gotcha thanks  Cool

FloridaBear
Full Member
***
Offline Offline

Activity: 260
Merit: 100


View Profile
April 17, 2013, 06:27:40 PM
 #11

I use cgminer which works effectively for both SHA and scrypt mining. For SHA, I use --gpu-memdiff -150 to keep the memclock 150 below the core clock (7970). This seems to keep it stable and as cool as possible. For scrypt, I set the mem clock to 1500, fan to 85 and let it adjust the core clock as needed to maintain target temp.

Sha: --gpu-fan 85 --temp-target 80 --auto-gpu --gpu-engine 750-1140 --gpu-memdiff -150
Scrypt: --thread-concurrency 8192  -I 13 -g 2 -w 256 --gpu-engine 600-1080 --gpu-memclock 1500 --gpu-fan 85 --temp-target 80 --auto-gpu

Of course, you can change your temp target, core clock range, etc., but that's what works best on my 7970.
What is SHA?  What kind of kh/s do you get for the scrypt? I have 3 7950s, and got a solid 1750 avg,
never been able to get decent hashes woth cgminer. Ill definitely try this though. Also with multiple cards does it overclock and adjust each individually, or goes by the highest temp in the group?



I get just over 700 KH/s on my 7970 at 1080/1500, which is the best I've managed including higher mem clocks. The 7xxx cards appear to be "odd" about clocks..and different brands seem to like different settings. Best advice is to get the proper thread-concurrency based on cores, and then mess with clocks to see what gives best range.

I only have the one GPU, but I'm certain it adjusts each GPU separately.
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
April 17, 2013, 08:52:32 PM
 #12

Key trick with litecoin is memory speed is crucial. On bitcoin you can underclock memory way down since only engine matters.
FloridaBear
Full Member
***
Offline Offline

Activity: 260
Merit: 100


View Profile
April 20, 2013, 03:44:12 PM
 #13

Key trick with litecoin is memory speed is crucial. On bitcoin you can underclock memory way down since only engine matters.

Absolutely. 1500 is the "sweet spot" for my particular card--others have gotten slightly better results with higher clocks, but I've not seen a 7970 do significantly better than 700 KH/s.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!