Bridge installation
One minute. Zero command.
The bridge runs on a machine in your local network (Windows PC, mini PC, Raspberry Pi) and automatically detects your miners. Pick your platform below.
🪟 Windows 10 / 11
Double-click installer. No command to type.
Got a Windows ARM PC? (Surface Pro X, etc.)
- Double-click the downloaded
.exe - The installer does its job (15 s)
- A page opens in your browser with a 6-digit code
- Type the code in the mobile app → done
- Windows service registered, auto-restarts on boot
🐧 Linux / Raspberry Pi
Debian 11+, Ubuntu 20.04+, Raspberry Pi OS 64-bit.
The Linux bridge already works (cross-compiled Go binary), but
we're preparing a proper .deb package and a
preconfigured Raspberry Pi image to keep the same zero-command
UX as on Windows.
- Auto-detection of arch (amd64 / arm64)
- Binary download
- Display of a 6-digit code
- Type the code in the mobile app → done
- systemd service auto-started on boot
How it works
- Create your Mastrmine account via the private beta and receive your invitation.
- Install the bridge on your LAN PC — double-click on Windows, one command on Linux. A page opens with a code like "482-739".
- Enter that code in the mobile app: Bridges → Add → "6-digit code" field.
Your miners appear in the app within 1-2 minutes. The bridge auto-restarts on every reboot of the LAN PC.
The bridge configures itself
The installer auto-detects your LAN subnet (192.168.x.x or 10.x.x.x) and scans for miners on it. For 99% of home installations, no editing needed.
On Linux, the config is in /etc/mastrmine/bridge.json,
on Windows in %ProgramData%\Mastrmine\Bridge\bridge.json.
Edit only if you want to restrict the scan
or target specific IPs.
FAQ
Which miners are compatible?
V1: Whatsminer M30/M30S/M50/M50S/M60 (firmware H6 and newer), Antminer S9/S17/S19/S21 and T-series, Avalon 1066/1146/1166/1246/1266. Detection is automatic as long as the miner's API is enabled (port 4028 by default).
Does the bridge need a public IP?
No. The bridge initiates an outbound connection to the Mastrmine cloud (standard HTTPS). No port to open, no port-forwarding on your router.
How many bridges per account?
Unlimited. If you have multiple sites (garage + container, for example), install one bridge per site and pair them all to the same account.
Can I install on macOS?
Not yet — V1.5 (in progress). For now, use a Raspberry Pi or Windows/Linux Mini PC on your LAN.
My antivirus / Windows SmartScreen blocks the download
The installer is not yet signed with an EV certificate (V1.5). On SmartScreen: click "More info" → "Run anyway". The binary is open source — code is available at github.com/thonycla/Mastrmine.