Bitcoin Forum
May 03, 2024, 10:11:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: App which shutting down PC automatically if gpu temp reach a certain value  (Read 6104 times)
BCMan (OP)
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
January 19, 2012, 07:19:17 AM
Last edit: January 19, 2012, 07:45:11 AM by BCMan
 #1

 And also drop frequency of gpu to minimal before shutting it down. Such soft exists? I don't want to burn with my OCed gpu if something will go wrong while I'm sleeping.
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
1714774317
Hero Member
*
Offline Offline

Posts: 1714774317

View Profile Personal Message (Offline)

Ignore
1714774317
Reply with quote  #2

1714774317
Report to moderator
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
January 19, 2012, 10:22:07 AM
 #2

Yes, I made on myself. First it will(depending on the miner, in my case it's cgminer) request via RPC to stop the offending thread. Should it fail, it will kill the miner altogether. It will then bench if the temp is still going above the threshold, in which case it will shutdown the PC.

It also detects FAN failure, and immediately shutdowns PC should it stop, or decrease below 700RPM.

I've posted this a few times actually, and before I realized it, I was bragging Tongue



Of course, it is for Windows only.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 10:56:18 AM
 #3

cgminer has built-in temperature and fan control.
I dont think it can shutdown the rig, but it will control fan speeds to maintain a desired temperature, decrease clocks automagically if temps exceed a given treshold and stop the GPU altogether if it exceeds another treshold.

Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
January 19, 2012, 10:59:56 AM
 #4

fwiw, most GPUs auto-shutdown once they reach a particularly unsafe operating temperature - usually exactly @ 100*C.
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
January 19, 2012, 11:02:53 AM
 #5

fwiw, most GPUs auto-shutdown once they reach a particularly unsafe operating temperature - usually exactly @ 100*C.
Most people wouldn't want to go there. And CGminer's auto fan and clock control, didn't work for me.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 11:03:28 AM
 #6

fwiw, most GPUs auto-shutdown once they reach a particularly unsafe operating temperature - usually exactly @ 100*C.

No, they throttle, they dont shutdown.
And 100C is way above what I consider safe.

P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 11:06:58 AM
 #7

And CGminer's auto fan and clock control, didn't work for me.

Then you didnt configure it right. It works perfectly. I use it on one rig to maintain maximum clock for a given noise level (fixed fan speed) and temperature. cgminer varies the clock to meet those, and will shut down the GPU when it cant. On my other rigs its set to vary fan speed to maintain temperatures at a fixed clock speed. And you can combine that. Its pretty awesome really

Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
January 19, 2012, 11:09:25 AM
 #8

fwiw, most GPUs auto-shutdown once they reach a particularly unsafe operating temperature - usually exactly @ 100*C.

No, they throttle, they dont shutdown.
And 100C is way above what I consider safe.
At least ASUS 5850s I have shutdown automatically. I had a particular box with poor airflow during summer, and whenever the primary card hit 100*C, it'd immediately shut off. There was no garbage, the miners acted normally -- the primary card (which was hottest) immediately spun down and stopped updating the monitor. I guess it could've just been the settings becoming screwy when it throttled down.
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 11:12:38 AM
 #9

At least ASUS 5850s I have shutdown automatically. I had a particular box with poor airflow during summer, and whenever the primary card hit 100*C, it'd immediately shut off. There was no garbage, the miners acted normally -- the primary card (which was hottest) immediately spun down and stopped updating the monitor. I guess it could've just been the settings becoming screwy when it throttled down.

Ive had a reference 5850 that due to a bug got fed 1.65V for an hour or so. It kept mining during that time even though the GPU was throtteling at 100C and the VRMs were cooking at 130+C. I do know it was throttled because I got like 50 MH/s instead of 350+. No shutdown.  So I wouldnt count on it.

BCMan (OP)
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
January 19, 2012, 06:02:59 PM
 #10

Yes, I made on myself. First it will(depending on the miner, in my case it's cgminer) request via RPC to stop the offending thread. Should it fail, it will kill the miner altogether. It will then bench if the temp is still going above the threshold, in which case it will shutdown the PC.

It also detects FAN failure, and immediately shutdowns PC should it stop, or decrease below 700RPM.

I've posted this a few times actually, and before I realized it, I was bragging Tongue



Of course, it is for Windows only.
Sounds great, where I can get it?

cgminer has built-in temperature and fan control.
I dont think it can shutdown the rig, but it will control fan speeds to maintain a desired temperature, decrease clocks automagically if temps exceed a given treshold and stop the GPU altogether if it exceeds another treshold.
Btw CGminer can be used as just temp control tool in addition to Phoenix?
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 09:36:26 PM
 #11

Btw CGminer can be used as just temp control tool in addition to Phoenix?

Dont think so. But there are other reasons to consider it as your miner app, like failover pools.

BCMan (OP)
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
January 19, 2012, 10:16:46 PM
 #12

Btw CGminer can be used as just temp control tool in addition to Phoenix?

Dont think so. But there are other reasons to consider it as your miner app, like failover pools.
cgminer supports phatk2? I'm getting best results with it. Sorry for noob question, but what's failover pools?
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
January 19, 2012, 11:43:13 PM
 #13


 cgminer supports phatk2? I'm getting best results with it. Sorry for noob question, but what's failover pools?

phatk2 is integrated in cgminer.
Failover pool is that you can define multiple pools. If one pool fails, for whatever reason, like when it comes under DDOS attack or whatever, cgminer switches to the next pool. Or you can even revert to solo mining if all your pools are down, just configure localhost as one of your pools.

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!