Author

Topic: Help configuring SGminer - Able to restart an 'overheated' card??? (Read 1131 times)

legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
What coins are you planing to mine with a single card?

Right now I'm mining 11x on a multipool.  Once it cools down I'll probably go to script-n (which uses a little more electric and generates a little more heat).
newbie
Activity: 56
Merit: 0
What coins are you planing to mine with a single card?
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
one big fan should do the trick to lower those temperatures.

I actually have a big box fan on top of the rig.  It helps keep the card on the left and the right significantly cooler, but only drops the middle card a few degrees.

I don't think it is a good idea to have your card reaching 95 degrees twice a week.

I agree.  I would ideally like to be able to put the "temp-cutoff" to 80 or 85 degrees, but this may cause the cards to turn off more frequently.  I wouldn't mind, but it would be nice if there was some way to 'restart' them after they cooled down

Edit:  If there isn't a 'restart miner' flag, is there some kind of 'auto-intensity' that it could drop the intensity until it cooled off?
newbie
Activity: 48
Merit: 0
one big fan should do the trick to lower those temperatures.
hero member
Activity: 882
Merit: 1000
I have a three GPU rig machine with tempcut off at 95.  Sometimes when the weather is really hot, the middle card, actually reaches 95 degrees.  It shuts off like it should, but then it never turns back on.  When I get home, its at ~40 degrees and is 'mining' at 0.000 khash/s.  Huh

Is there some kind of flag or setting I can add to my config file to tell it to 'restart' once its cooled down?  It happens about twice a week in the summer - I'd hate to underclock the cards for just a few hot hours in the afternoon.

What about try adding a fan to your rig to improve ventilation and decrease the GPU temp?
I don't think it is a good idea to have your card reaching 95 degrees twice a week.
sr. member
Activity: 322
Merit: 250
Dude if you are risking your actual graphic card I wouldn't risk it specially during summer, unless you know for certain the coin you are mining is going to blow up and that's impossible to know, on this scenareo then it's clear you have more chances at blowing up your GPU than you have to make any relevant gains.
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
That is a result of the --temp-cutoff being default at 95 degrees. You may be able to use dynamic intensity and tuning based on temp with GPU settings (press the G key after cgminer/sgminer starts up).

I'm using 'auto-gpu' which helps reduce the clock speed, and seems to reduce the temperature, but sometimes that's still not enough.  I took a look in the GPU settings in SGminer, but I didn't see an option to turn on "auto-intensity."  There this a flag I could add to my config file?

Code:
{
"pools" : [
{
"url" : "stratum+tcp://us-east.multipool.us:11111",
"user" : "xxx",
"pass" : "xxx"
},
]
,
"intensity" : "13,13,13",
"xintensity" : "0,0,0",
"rawintensity" : "0,0,0",
"worksize" : "0,0,0",
"kernel" : "darkcoin,darkcoin,darkcoin",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "0,0,0",
"shaders" : "0,0,0",
"gpu-threads" : "1,1,1",
"gpu-engine" : "0-1100,0-1100,0-1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "0,0,0",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"auto-gpu" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
hero member
Activity: 784
Merit: 500
That is a result of the --temp-cutoff being default at 95 degrees. You may be able to use dynamic intensity and tuning based on temp with GPU settings (press the G key after cgminer/sgminer starts up).
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
I have a three GPU rig machine with tempcut off at 95.  Sometimes when the weather is really hot, the middle card, actually reaches 95 degrees.  It shuts off like it should, but then it never turns back on.  When I get home, its at ~40 degrees and is 'mining' at 0.000 khash/s.  Huh

Is there some kind of flag or setting I can add to my config file to tell it to 'restart' once its cooled down?  It happens about twice a week in the summer - I'd hate to underclock the cards for just a few hot hours in the afternoon.
Jump to: