Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.7.19 - Nimiq/Kawpow/Ethash/Etchash/Cryptonight and More
by
kerney666
on 13/12/2020, 23:19:12 UTC
Hello Miners!

Can you please tell me if there any way to decrease mining intensity when particular card is overheating, like options "-ttli" and "-tstop" in claymore?

Thank you, and "May the Profit be with you"

Sorry, not atm. The plan is to tie it to our fan control, i.e. you provide the target temp for the fans, if we can't manage to hold the target temp even with fans blasting, we'll revert to throttling the intensity instead.

For hard start/stop limits (more for protection against broken fans) we have:

Code:
      --temp_limit=TEMP     Sets the temperature at which the miner will stop GPUs that are too hot.
                              Default is 85C.
      --temp_resume=TEMP    Sets the temperature below which the miner will resume GPUs that were previously
                              stopped due to temperature exceeding limit.  Default is 60C.