Post
Topic
Board Mining software (miners)
Re: Braiins OS & Braiins OS+ custom ASIC firmware: optimize performance & efficiency
by
petr80
on 10/01/2022, 10:59:51 UTC
Did you guys ever get around to supporting the s9k miner?

S9k, S9se, S9hydro are not supported (it doesn't work, different control board).

Currently only supported:
Bitmain Antminer S9, S9j, S9i; S17, S17pro, S17+, S17e; T17, T17+, T17e.

Development pipeline:
MicroBT Whatsminer M20s.
Bitmain Antminer S19 family.



Copying the profiles isn't needed, all the power limit profiles get saved in the same file, and are not set in stone either, it can change over time later.

Just switch the power limit value, like this:


0 7 * * * sed -i 's/psu_power_limit = 1400/psu_power_limit = 900/' /etc/bosminer.toml && /etc/init.d/bosminer restart
0 19 * * * sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart


There is no need to restart cron, changes made to System > Scheduled Tasks take place immediately.

Also be sure to not delete the existing two lines as they are used to check for updates, you have to ADD the new lines.


And if I only want to run the low power task 900W? what will be the command?
I would run the high profile by hand.

The same command, use ssh or the bos-toolbox:

bos-toolbox command -o -p YourPassWord iplist.txt "sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart"
ssh root@ip.ad.re.ss "sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart"




Hi, I'm using the command:
0 5 * * * sed -i 's / psu_power_limit = 1590 / psu_power_limit = 1160 /' /etc/bosminer.toml && /etc/init.d/bosminer restart
This is working properly.

I replaced the fans with delta Delta AFC1212DE 12038 12cm 120mm DC 12V 1.6A, 4500rpm
With these, the miner restarts every 20 seconds immediately after the start.
When I set the fans to manual restarts they stop.
How to solve this, I would like to have fans at automatic speed.

Or how to modify the command to change the fan speed and psu_power_limit. The one I use.

Thank you