Post
Topic
Board Mining (Altcoins)
Merits 2 from 1 user
Re: Bitmain Launches the New Antminer B3 Miner
by
mellonballer
on 08/05/2018, 15:17:36 UTC
⭐ Merited by suchmoon (2)
You can adjust the fan speeds by editing the file /config/bmminer.conf and adding these lines:

"bitmain-fan-ctrl" : true,
"bitmain-fan-pwm" : "50"


That adjusts it to 50 percent the default speed

Here is the whole bracket in my current config:

}
]
,
"api-listen" : true,
"api-network" : true,
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"bitmain-use-vil" : true,
"bitmain-freq" : "_ant_voltage=0706",
"bitmain-voltage" : "0706",
"multi-version" : "1",
"bitmain-fan-ctrl" : true,
"bitmain-fan-pwm" : "50"
}