Bitaxe Hub
Bitaxe Family + NerdAxe Dashboard and Pool Control
₿ Miners Overview
Fleet hashrate, efficiency and status at a glance.
Miners
Pool Profiles
Hidden dropdown to keep the hero area clean.
Click to expand
Pool Profiles
Hidden dropdown to keep the hero area clean.
Miner Configuration
Dropdown for ASIC naming and enabled toggles.
Click to expand
Miner Configuration
Dropdown for ASIC naming and enabled toggles.
Agent Launcher
Download the agent, run the installer command for your platform, and enter only the profile X-Api-Key. Miner discovery runs automatically on LAN.
Debian/Ubuntu-safe installer (handles PEP 668 environments).
curl -fsSL https://rmt.bitaxermt.xyz/downloads/bitaxe_agent.py -o bitaxe_agent.py && (python3 -m venv .bitaxe-agent || (sudo apt-get update && sudo apt-get install -y python3-venv && python3 -m venv .bitaxe-agent)) && ./.bitaxe-agent/bin/python -m pip install --upgrade pip httpx && ./.bitaxe-agent/bin/python bitaxe_agent.py
Use the same installer if you have Homebrew/pyenv Python.
curl -fsSL https://rmt.bitaxermt.xyz/downloads/bitaxe_agent.py -o bitaxe_agent.py && python3 -m venv .bitaxe-agent && . .bitaxe-agent/bin/activate && pip install httpx && python bitaxe_agent.py
Run inside PowerShell (py launcher assumed).
powershell -NoProfile -Command "irm https://rmt.bitaxermt.xyz/downloads/bitaxe_agent.py -OutFile bitaxe_agent.py; py -m venv .bitaxe-agent; .\\.bitaxe-agent\\Scripts\\python -m pip install httpx; .\\.bitaxe-agent\\Scripts\\python bitaxe_agent.py"
Phone/tablet build with touch-optimized layout.
https://rmt.bitaxermt.xyz/downloads/bitaxehub-android-v5.apk
TV build with remote-friendly navigation and Leanback launcher support.
https://rmt.bitaxermt.xyz/downloads/bitaxehub-firestick-v5.apk
Files: bitaxe_agent.py | Android APK | Firestick APK
User Portal
Register a new profile, login to retrieve your API key, and copy it into the agent or mobile app.