Website looks good
Be good to add a link to the rich list
And maybe global hash rate
I am going to add community links (slack, discord, etc.) and make some small tweaks to mobile device rendering soon.
Live statistics would be neat. But it needs a cron job or some async JS calls.
i have a poor man’s version of that on my pool page, inspect the source https://snowplough.kekku.li/ A Snowblossom mining pool which tries to do things slow, steady, stable and thorough.
that + a cronjob
Simple enough. I like it.
for more elegance, you could just fetch a static JSON file the cronjob flushes, instead of a full page reload, and recurse, but i suppose a javascript implementation would eventually hit a stack frame depth limit
though there should be ample ways around that one too