Fl4shMiner Online Monitoring
Where can I see my rig on the pool?
Open the worker list in your Kryptex Pool account. Your worker is the name after the dot in -w <wallet>.<worker> — Fl4shMiner converts it to the wallet/worker login the pool expects.
Where can I access the web interface of my miner?
The HTTP stats API is off until you enable it with --api-port <port> in your Start-Pearl command:
fl4shminer -a pearlhash -pool stratum+tcp://prl.kryptex.network:7048 -w prl1puv0gqv4x0wd0ylwz086y3sqrg4a6umza9r08aecehjrmdqq7mctsmqaqsh.MyFirstRig -pass x --api-port 4068
Open http://127.0.0.1:4068/dashboard — the terminal-style dashboard, refreshed every second; GET / and GET /summary return the same snapshot. The API is read-only but unauthenticated, so use --api-bind 0.0.0.0 (127.0.0.1 by default) only on a trusted LAN.
On the desktop the console shows hashrate with 5- and 15-minute averages, accepted/rejected shares, power, efficiency and a per-GPU table; --json gives machine-readable stats, --log-file <path> writes a log file.
On a rig, our Linux package ships the h-* scripts, so stats reach the HiveOS dashboard.
