Commit e3a0483
authored
web(dashboard): relabel /local_stats DOA meter honestly (#713)
The c2pool Hash Rate card labeled pool_stale_prop as "DOA+Orphan". At low
share-difficulty that value is dominated by benign sharechain orphan churn
(observed 0.959 on contabo LTC prod while true dead_hashrate = 0, reward = 100%),
so operators misread it as ~100% lost work (DOA).
Relabel it "Stale shares" and add truthful tooltips: the pool stale-share rate
is share-count-based and does not reduce miner reward; the true lost-work signal
is the hashrate-based local DOA meter (dead_hashrate/hashrate). Also clarify that
share Efficiency is share-count based and orphan churn lowers it without cutting
PPLNS payout. Label/tooltip only -- no computation change. Static drop-in
(--dashboard-dir), reversible.
Charter #1: a dashboard must never lie about prod health.
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>1 parent 8e5d920 commit e3a0483
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1799 | 1799 | | |
1800 | 1800 | | |
1801 | 1801 | | |
1802 | | - | |
| 1802 | + | |
1803 | 1803 | | |
1804 | 1804 | | |
1805 | 1805 | | |
| |||
1825 | 1825 | | |
1826 | 1826 | | |
1827 | 1827 | | |
1828 | | - | |
| 1828 | + | |
1829 | 1829 | | |
1830 | 1830 | | |
1831 | 1831 | | |
1832 | 1832 | | |
1833 | 1833 | | |
1834 | 1834 | | |
1835 | 1835 | | |
1836 | | - | |
| 1836 | + | |
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
| |||
0 commit comments