Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is 0.9% PPLNS US,DE,SG,JP,NL,NYA 🐈
by
kano
on 08/03/2017, 21:51:22 UTC
Workers > Shift Graph   put "all" without quotes in input box, make sure it's checked and hit update

Edit: if you mean for the whole pool Pool > Graph

I should have clarified: I mean without an account, just anonymous mining with an address (like was possible with eligius).
If you want details then use an account.
... as it says on the http://kano.is/ web page Smiley
If you address mine, you just get the stats available at the time you check them.

Right ok. Could you provide accurate figures, not just rounded to 1Th/s? Say 2 significant figures or similar? Thanks.
It's 3 significant figures.

At least some of it looks like 1 significant figure only, which is not really enough resolution for a nice graph ;-) nOt sure why the "bestshare" is always 0?

Code:
{"hashrate1m": "0", "hashrate5m": "4T", "hashrate1hr": "447.94G", "hashrate1d": "4T", "hashrate7d": "0", "lastupdate": xxxxx, "workers": 1, "shares": xxxx, "bestshare": 0}
It doesn't show the trailing zeros.
So in this case it's 4.00T

hashrate1m, hashrate7d and bestshare will be zero coz I changed it when I switched to the new server setup.
It used to just display the ckpool text files on the server (10s of thousands of them Tongue)
It now generates the file from CKDB which doesn't track bestshare (and probably never will since it's a meaningless random number) and doesn't pass hashrate1m or hashrate7d through to the web site.

ckpool doesn't use any form of database, just zillions of disk text files it updates all the time ... which I should remove from the code since it is a major I/O bottleneck when you have a real pool with lots of users and workers.