Post
Topic
Board Mining software (miners)
Merits 1 from 1 user
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
Artemis3
on 14/03/2019, 02:10:54 UTC
⭐ Merited by frodocooper (1)
Is there a way to absolutely ignore temperature sensors of both PCB and chips (or just ignore the data from them)? I have bunch of S9 hash boards with broken sensors that reports temperatures in range from -64*C to 191*C and I'm willing to put them in work knowing the risk of burning/killing them... Right now I can force few to start, but once a broken chip reports a wrong data, the miner just shuts down...

Just add the options inside /etc/cgminer.conf and force the fan speeds since they won't be reacting to anything anymore:

Code:
"no-sensor-scan" : true
"fan-mode" : "speed"
"fan-speed" : "90"

The number in fan-speed means fan % speed, in the example its at 90 percent.