Blockz-miner Online Monitoring
Where can I access the web interface of my miner?
Blockz-miner has a built-in web dashboard; it stays off until you give it a port. Add --api-port 4067 (any free port) to your Start-Pearl command and open:
- http://127.0.0.1:4067/ — the dashboard itself. --theme switches its look: classic, rogue, cyberpunk, broadsheet, antigravity or plainly.
- 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.
To open the dashboard from another machine on the network, set --api-password and use http://rig-address:4067/?password=…. --no-dashboard keeps the two endpoints and turns the web page off.
On the desktop, the terminal window itself prints the live hashrate and share lines — see the Messages description section below.
