You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: /rate, /users, /p2pool_global_stats return correct sharechain data for MiningPoolStats
- /rate now returns pool hashrate from sharechain (was returning 0.0)
- /users now returns unique miners from sharechain (was returning 0)
- /p2pool_global_stats delegates to rest_global_stats() for consistent data
- Dashboard unaffected (uses /global_stats and /local_stats directly)
0 commit comments