Post
Topic
Board Pools
Re: [6PH] ckpool.org ZERO FEE SPLNS no registration mining pool
by
morktadela
on 08/01/2018, 22:49:19 UTC
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
It sure is, JSON is beautiful isn't it?

SPS is shares per second.

Herp is your proportion of the pool's work. Divide it by the pool's herp and you can figure out your contribution to the pool (and what proportion of the reward you should be entitled to.) Derp is your payout in BTC if you've made it into the payout queue, should a block be found now.

I love json. If you don't care I will make a little front for better reading in ES7.

Thanks for your job and your answers Smiley