ARCMiner Online Monitoring
Where can I access the web interface of my miner?
ARCMiner doesn't ship a bundled web dashboard. Add --api-port 4067 (any free port) to your Start-BTX command to expose two local endpoints instead:
- http://127.0.0.1:4067/api/stats — JSON with per-GPU hashrate and share counters.
- http://127.0.0.1:4067/metrics — the same data in Prometheus format, for Grafana/Prometheus dashboards.
On the desktop, the terminal window itself prints the same worker[0] ... hashrate=... lines live — see the Messages description section below.
