AZIC Education
DownloadsFirmwareAntminer Firmware

Braiins OS+ for Antminer

Braiins OS+ firmware downloads for Antminer miners. Open-source autotuning firmware with Stratum V2 support and advanced fleet management.

Overview

Braiins OS+ is an open-source mining firmware developed by Braiins (formerly Slush Pool team). It features autotuning, Stratum V2 protocol support, and fleet management capabilities. The base Braiins OS is free and open-source; Braiins OS+ adds autotuning with a performance-based fee.

Pricing Model: Braiins OS (base) is free. Braiins OS+ (with autotuning) charges a small percentage of hashrate as a dev fee, only applied when autotuning is active. No upfront license cost.

Key Features

FeatureStockBraiins OSBraiins OS+
Open sourceNoYesPartially
AutotuningNoNoYes
Stratum V2NoYesYes
Power targetNoManualAutomatic
Fleet managementNoBOS ToolboxBOS Toolbox
SSH accessLimitedFullFull
APIBasicFullFull
Dev feeNoneNone~2% hashrate

Supported Models & Versions

S21 Series

Braiins OS+ — Antminer S21

v24.11

Autotuning firmware with Stratum V2. Optimize for power target or hashrate target.

TAR.GZ40 MB2024-11-20
S21S21 Pro
Download(40 MB)

S19 Series

Braiins OS+ — Antminer S19 Series

v24.11

Full autotuning support with fleet management integration.

TAR.GZ38 MB2024-11-20
S19S19 ProS19j ProS19k ProS19 XP
Download(38 MB)

S17 Series

Braiins OS+ — Antminer S17 Series

v24.09

Stabilized firmware for S17 models with thermal protection.

TAR.GZ35 MB2024-09-15
S17S17 ProS17+
Download(35 MB)

S9 Series

Braiins OS+ — Antminer S9

v24.06

Extended S9 support with autotuning for maximum efficiency.

TAR.GZ22 MB2024-06-10
S9S9iS9j
Download(22 MB)

Installation Methods

Braiins provides multiple installation methods through the BOS Toolbox:

BOS Toolbox is a cross-platform fleet management tool that handles installation, updates, and monitoring.

# Download BOS Toolbox
# Available at https://braiins.com/os/plus

# Install on a single miner
./bos-toolbox install <miner-ip>

# Install on multiple miners (from CSV)
./bos-toolbox install --batch miners.csv

# Update existing Braiins OS installations
./bos-toolbox update <miner-ip>

Method 2: Web Interface

  1. Download the firmware image for your model
  2. Access the miner's web interface
  3. Go to SystemFirmware Upgrade
  4. Upload the Braiins OS+ .tar.gz file
  5. Wait for installation to complete (5-10 minutes)

Method 3: SD Card

  1. Download the SD card image
  2. Flash to a microSD card using Balena Etcher or dd
  3. Insert into the miner and power on
  4. The miner boots from SD (NAND remains untouched)

SD card boot is non-destructive — the original firmware on NAND is preserved. Remove the SD card and reboot to return to the previous firmware instantly.

Autotuning Configuration

Braiins OS+ autotuning works with two modes:

Power Target Mode

Set a target power consumption (watts). The autotuner optimizes chip frequencies to maximize hashrate at that power level.

Hashrate Target Mode

Set a target hashrate (TH/s). The autotuner finds the optimal voltage and frequency to reach that hashrate with minimum power.

# /etc/bosminer.toml example
[autotuning]
enabled = true
psu_power_limit = 3200  # Watts

[temp_control]
target_temp = 75.0      # Celsius
hot_temp = 85.0
dangerous_temp = 95.0

Stratum V2

Braiins OS+ is the first firmware to support Stratum V2, the next-generation mining protocol:

  • Encrypted connections — prevents hashrate hijacking
  • Reduced bandwidth — up to 95% less data vs. Stratum V1
  • Job negotiation — miners can construct their own block templates
  • Binary protocol — more efficient than JSON-based V1

Fleet Management

BOS Toolbox provides fleet-wide operations:

  • Batch install/update across hundreds of miners
  • Monitoring dashboard with per-miner metrics
  • Configuration templates for consistent fleet settings
  • Automatic firmware updates with scheduled rollouts
  • CSV/API integration for automation

Reverting to Stock

# Using BOS Toolbox
./bos-toolbox uninstall <miner-ip>

# Or via web interface: System → Factory Reset
# Or SD card recovery with stock firmware

Performance Comparison

ModelStock (J/TH)Braiins OS+ (J/TH)Improvement
S2117.515.0-16.56-14%
S19 XP21.518.5-20.07-14%
S19j Pro29.525.0-27.57-15%
S19 Pro29.525.5-28.05-14%
S998.085.0-92.06-13%

Official Resources