Post
Topic
Board Pools
Re: [6PH] ckpool.org ZERO FEE SPLNS no registration mining pool
by
morktadela
on 08/01/2018, 20:32:04 UTC
Hi Guys,

I'm new here (1st post).

I have a question. any frontend or pretty view for pool results? http://ckpool.org/users/{bitcoin wallet here} or http://ckpool.org/pool/

Thanks!
That is the front end.

JSON is the frontend?

Code:
{
 "hashrate1m": "12.5G",
 "hashrate5m": "11.5G",
 "hashrate1hr": "11.5G",
 "hashrate1d": "9.4G",
 "hashrate7d": "2.61G",
 "lastshare": 1515443185,
 "workers": 1,
 "shares": 419680,
 "bestshare": 4228452.0,
 "lns": 419680.1,
 "luck": 1.03,
 "accumulated": 0.0,
 "postponed": 0,
 "herp": 433572.8564268946,
 "derp": 1.16e-6,
 "worker": [
  {
   "workername": "",
   "hashrate1m": "12.5G",
   "hashrate5m": "11.5G",
   "hashrate1hr": "11.5G",
   "hashrate1d": "9.36G",
   "hashrate7d": "2.59G",
   "lastshare": 1515443185,
   "shares": 419680,
   "bestshare": 4228452.0,
   "lns": 419680.1,
   "luck": 1.03,
   "herp": 433572.8864267946
  }
 ]
}

Cool, i Have more questions. Where I can't find some values definitions? I don't found SPS1m or how to read herp/derp value.

A lot of thanks -ck