Flash a BitAxe or NerdAxe with our dual-pool firmware straight from your browser — mine two pools at once. Open source, no tools to install.
Bitaxe Gamma · BM1370 · ESP32-S3
Flashes the SerpentX-DualPool factory image.
Original NerdAxe · BM1366 · ESP32-S3
For the original NerdAxe with a BM1366 ASIC.
NerdAxe Gamma · BM1370 · ESP32-S3
For the NerdAxe Gamma with a BM1370 ASIC.
Not sure which NerdAxe you have? Check your device's web UI (or its label) —
a Gamma uses the BM1370 ASIC, the original NerdAxe uses BM1366.
Flashing the wrong one won't hash correctly.
Requires Chrome or Edge on desktop. Plug the miner in with a USB-C data cable, pick the
right device above, click Connect & Flash, choose the serial port, and confirm.
This does a full flash at 0x0.
Bitaxe_xxxx or
NerdAxe_xxxx). Join that AP from a phone or laptop, use the setup page to connect the
miner to your WiFi, then open its web UI. This is expected, not a brick.
www.bin (this keeps your config). Get them from
Firmware-Binaries:
esp-miner.binesp-miner-nerdaxe.binesp-miner-NerdAxeGamma.binGrab the factory image for your device from Firmware-Binaries and:
pip install esptool python -m esptool --chip esp32s3 --port <PORT> write-flash 0x0 <factory-image>.bin
Add --no-stub if esptool stalls on the ESP32-S3 USB-Serial/JTAG port.
Source on GitHub · BitAxe on ESP-Miner · NerdAxe on ESP-Miner-NerdQAxePlus · GPL-3.0