ForgeMiner does not have a web dashboard. On HiveOS it writes a stats file that the bundled h-stats.sh reads to feed the HiveOS dashboard:
{
"khs": 88030,
"hs": [43750, 44270, 0],
"temp": [76, 73, 42],
"fan": [80, 77, 24],
"ar": [1, 0],
"uptime": 120,
"algo": "pearlhash"
}
1. khs — total hashrate across all GPUs, in kH/s.
2. hs — per-GPU hashrate, in kH/s.
3. temp, fan — per-GPU temperature (°C) and fan speed (%).
4. ar — total accepted and rejected shares.
5. uptime — seconds since the miner started.
6. algo — the mining algorithm currently in use.
On the desktop, the terminal window itself shows the same numbers live — see the Messages description section below.