
Modified open-source firmware that enables MQTT data reporting to external services. Fully compatible with original Bitaxe hardware and maintains all existing functionality.
Both firmware versions are thoroughly tested and safe to use. The enhanced version maintains full compatibility with original hardware and can be reverted at any time.
Our commitment to the open source community drives everything we do. The enhanced firmware is completely open source, auditable, and designed to benefit the entire Bitaxe ecosystem.
"Building tools that empower the community, not control it."
We need your help to get MQTT reporting functionality adopted into the core Bitaxe firmware. Join the OSMU community and help us make external data reporting a standard feature.
The enhanced firmware adds lightweight MQTT client functionality that reports key mining metrics to external services without impacting mining performance.
{
"mqtt": {
"enabled": true,
"broker": "mqtt://tracker.bitaxe.io:1883",
"client_id": "bitaxe_{{device_id}}",
"topic_prefix": "bitaxe/{{device_id}}",
"report_interval": 30,
"ssl": false,
"username": "",
"password": ""
}
}