Bitcoin Mining Firmware
Bucketeer is firmware for Bitcoin mining devices. It replaces stock firmware with a modern web-based interface, SmartTune automatic frequency/voltage optimization, multi-pool timesharing, and detailed hardware diagnostics. New profiles will be released as we get hold of miners.
| BitAxe Gamma 60X |
Beta releases collect anonymous diagnostic data (hashrate, temperatures, board profile) to help improve the firmware. No personal data, pool credentials, or wallet addresses are ever collected.
Pick which miner Bucketeer should support next. One vote per person.
Web Flasher (recommended):
Use the Web Flasher — connects to your device over USB using Chrome/Edge.
Select the merged firmware image and click Flash. No tools or drivers needed.
Manual flash (esptool):
python -m esptool --chip esp32s3 --port /dev/ttyACM0 --baud 921600
--before default_reset --after hard_reset write_flash
--flash_mode dio --flash_size 16MB --flash_freq 80m
0x0 bucketeer-merged.bin
GET /api/firmware/manifest — OTA manifest endpoint (query: ?device_id=...¤t_version=...&board_id=...)
GET /api/firmware/download/:file — Firmware binary download
POST /api/beta/telemetry — Beta telemetry snapshot upload
POST /api/beta/event — Beta event report upload
POST /api/beta/smarttune-profile — SmartTune profile upload