SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 123 forks source link

add miner stats to web server output #297

Closed gador closed 6 months ago

gador commented 6 months ago

Now since #278 was merged, the small statistics web server could display worker stats. This PR adds a (preliminary) PoC to add it. I limited it to 30 workers as of now, but this could be simply changed. Also I'm not too happy with the look and feel of the site with the nested table. If someone with more HTML/bootstrap experience wants to chime in?

Bildschirmfoto 2024-01-01 um 11 59 40
SChernykh commented 6 months ago

Looks good, but since it's limited to first 30 workers, it would make sense to sort them by hashrate to make it more useful.