Bitcoin Forum
April 27, 2024, 11:58:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 167 »
  Print  
Author Topic: ckpool.org CLOSED  (Read 162558 times)
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 08, 2018, 08:18:35 PM
 #721

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.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714219084
Hero Member
*
Offline Offline

Posts: 1714219084

View Profile Personal Message (Offline)

Ignore
1714219084
Reply with quote  #2

1714219084
Report to moderator
morktadela
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 08, 2018, 08:32:04 PM
 #722

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
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 08, 2018, 08:35:17 PM
 #723

is everything working right with the payouts?
on the jan 5th block i got a payout and i havent mined here for months.. ?

it was pretty significant too about 18$ .0012 btc..

the thing i was only mining here with 5 compacs so my hash rate would have been about 60ghs..

thats like almost a whole years worth of bitcoin mining on that hash rate in one block?


if everything is working ok, maybe i should put them back on this pool haha.. they are solo mining on solo ck now.. for a slim to non chance of a block..
Working fine. It's the reward for being one of the first in the pool while stats were building up, along with the high rewards from transaction fees. Rewards haven't even started decaying from 5 blocks' worth yet. Your share is reducing only as a proportion of total shares still so you have maybe a couple of blocks to go.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 08, 2018, 08:41:03 PM
 #724

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.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
morktadela
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 08, 2018, 10:49:19 PM
 #725

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
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 08, 2018, 11:10:41 PM
 #726

If you don't care I will make a little front for better reading in ES7.
I do care. As I've said numerous times before, I'd be happy for someone to do a front end for me. However so far no one has come through after offering Smiley

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
spartadata
Copper Member
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
January 08, 2018, 11:47:30 PM
 #727

Can someone explain the way the pool works stats work?

I see it refreshes regularly but new block "height" changes along with the rewards amount...
That is the height of the block we (and the rest of the network) are current working on and the exact amount our total reward (including tx fees) will be if we find a block at that exact moment.

Figured that much however since it shows one block and then it refreshes after a few mins to another block does that mean these are blocks we will confirm over time in sequence? should there be a working list of said blocks?

Is there a URL to reference such blocks and see how many confirms are pending per? I speak from my experience on slush and understandably the stats are a big focus there so when using the current stats here I am not 100% sure of what it means as these blocks keep changing on that stats view... Excuse my learning curve here but I am new and happy to be here.

Blockchain Association of Miners Telegram Group  https://t.me/Blockchainminersgroup
Bitcoin ASIC Miner Profitability  https://apanel.com
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 09, 2018, 12:34:44 AM
 #728

Can someone explain the way the pool works stats work?

I see it refreshes regularly but new block "height" changes along with the rewards amount...
That is the height of the block we (and the rest of the network) are current working on and the exact amount our total reward (including tx fees) will be if we find a block at that exact moment.

Figured that much however since it shows one block and then it refreshes after a few mins to another block does that mean these are blocks we will confirm over time in sequence? should there be a working list of said blocks?

Is there a URL to reference such blocks and see how many confirms are pending per? I speak from my experience on slush and understandably the stats are a big focus there so when using the current stats here I am not 100% sure of what it means as these blocks keep changing on that stats view... Excuse my learning curve here but I am new and happy to be here.
None of those blocks are OURS. There are blocks being found on the bitcoin network all the time.

Watch them match up here:
https://www.blocktrail.com/BTC

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
spartadata
Copper Member
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
January 09, 2018, 03:38:26 AM
 #729

Can someone explain the way the pool works stats work?

I see it refreshes regularly but new block "height" changes along with the rewards amount...
That is the height of the block we (and the rest of the network) are current working on and the exact amount our total reward (including tx fees) will be if we find a block at that exact moment.

Figured that much however since it shows one block and then it refreshes after a few mins to another block does that mean these are blocks we will confirm over time in sequence? should there be a working list of said blocks?

Is there a URL to reference such blocks and see how many confirms are pending per? I speak from my experience on slush and understandably the stats are a big focus there so when using the current stats here I am not 100% sure of what it means as these blocks keep changing on that stats view... Excuse my learning curve here but I am new and happy to be here.
None of those blocks are OURS. There are blocks being found on the bitcoin network all the time.

Watch them match up here:
https://www.blocktrail.com/BTC

Git it, while looking at https://www.blocktrail.com/BTC I was not able to locate ckpool under the pools... is there a ckpool view of blocks, aside from the ones listed on ckpool.com ?

Blockchain Association of Miners Telegram Group  https://t.me/Blockchainminersgroup
Bitcoin ASIC Miner Profitability  https://apanel.com
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 09, 2018, 03:39:38 AM
 #730

Got it, while looking at https://www.blocktrail.com/BTC I was not able to locate ckpool under the pools... is there a ckpool view of blocks, aside from the ones listed on ckpool.com ?
No, no one has informed blocktrail of how to recognise ckpool.ORG blocks. There is no ckpool.com.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
spartadata
Copper Member
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
January 09, 2018, 06:50:38 AM
 #731

I need more hash in my coffee ...

Blockchain Association of Miners Telegram Group  https://t.me/Blockchainminersgroup
Bitcoin ASIC Miner Profitability  https://apanel.com
morktadela
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 09, 2018, 07:59:14 AM
 #732

I need more hash in my coffee ...

I need more hash in my life
saintex
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
January 09, 2018, 04:43:57 PM
 #733

I need more hash in my coffee ...

I need more hash in my life

ditto
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 09, 2018, 10:44:37 PM
 #734

I'm a bit fascinated by the (lack of) SegWit adoption.  
This is a combination of inertia and people/entities STILL obsessed by the fact that a block size increase didn't happen and continuing to blame that for high fees and push their own agenda instead of just adopting the new technology that was offered. I use it on all my new receive addresses and all transactions where possible and my fees are lower; if everyone did, our blocks would be 70% bigger and fees would be lower for everyone.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
NUKE4321
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 10, 2018, 04:33:15 AM
 #735

is everything working right with the payouts?
on the jan 5th block i got a payout and i havent mined here for months.. ?

it was pretty significant too about 18$ .0012 btc..

the thing i was only mining here with 5 compacs so my hash rate would have been about 60ghs..

thats like almost a whole years worth of bitcoin mining on that hash rate in one block?


if everything is working ok, maybe i should put them back on this pool haha.. they are solo mining on solo ck now.. for a slim to non chance of a block..
Working fine. It's the reward for being one of the first in the pool while stats were building up, along with the high rewards from transaction fees. Rewards haven't even started decaying from 5 blocks' worth yet. Your share is reducing only as a proportion of total shares still so you have maybe a couple of blocks to go.

After the next block will the dormant miners start loosing HERP? 
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 10, 2018, 06:19:00 AM
 #736

is everything working right with the payouts?
on the jan 5th block i got a payout and i havent mined here for months.. ?

it was pretty significant too about 18$ .0012 btc..

the thing i was only mining here with 5 compacs so my hash rate would have been about 60ghs..

thats like almost a whole years worth of bitcoin mining on that hash rate in one block?


if everything is working ok, maybe i should put them back on this pool haha.. they are solo mining on solo ck now.. for a slim to non chance of a block..
Working fine. It's the reward for being one of the first in the pool while stats were building up, along with the high rewards from transaction fees. Rewards haven't even started decaying from 5 blocks' worth yet. Your share is reducing only as a proportion of total shares still so you have maybe a couple of blocks to go.

After the next block will the dormant miners start loosing HERP? 
No, when we cross 5x network diff in herp, ie about 10 quadrillion shares. However the dormant miners' share of the herp is lessening as time progresses so it's not like they're entitled to the same payout with each subsequent block.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
TheNerdyType
Jr. Member
*
Offline Offline

Activity: 42
Merit: 1


View Profile
January 10, 2018, 01:58:54 PM
 #737

I've been gathering data for the past 6 days, primarily to see how I'm doing as far as position in the list and what my percentage is. Six days ago I was right around the 50% mark, but today I cracked the 30% mark with my 4 little 2pacs. The pool has added over 100 users in that shot time span. On January 4 around 2:30pm Eastern there were 1934 users. Today (January 10) at 9am Eastern, there are 2048 users.

While I haven't been gathering the hash rate data, it's been consistently over 6PH since I came onboard about two weeks ago. It's not one of the big pools, but that's a good thing. Thanks for all you do for this community, CK.
Mr.Joe
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 10, 2018, 02:19:04 PM
 #738

how do you guys find these stats and percentages? ive seen somebody here post top 50 contributors list and the post above me about his percentage but all i can find is my user dashboard and pool work. are you guys doing these things on your own? i can with with total confidence state that i know absolutely nothing about computers and even less about mining lol.
TheNerdyType
Jr. Member
*
Offline Offline

Activity: 42
Merit: 1


View Profile
January 10, 2018, 02:27:53 PM
 #739

how do you guys find these stats and percentages? ive seen somebody here post top 50 contributors list and the post above me about his percentage but all i can find is my user dashboard and pool work. are you guys doing these things on your own? i can with with total confidence state that i know absolutely nothing about computers and even less about mining lol.

LOL. Good morning, Mr. Joe.

I pull the pool work stats and do a little Excel math. For my percentage, I manually copy/paste the list of users in the Postponed list (outside of the 150 users receiving payouts) to Excel (or as of yesterday, Google Sheets), and have the program find the total number of users, find my user and show its position in the list, then divide my position by the total number of users and multiply it by 100 to find the percentage. The Internet is a wealth of knowledge and help.

Everyone works from the same pages and does their own math. That top 50 contributors list was someone else working with the same data and parsing whatever info they wanted.
Mr.Joe
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 10, 2018, 02:55:20 PM
 #740

how do you guys find these stats and percentages? ive seen somebody here post top 50 contributors list and the post above me about his percentage but all i can find is my user dashboard and pool work. are you guys doing these things on your own? i can with with total confidence state that i know absolutely nothing about computers and even less about mining lol.

LOL. Good morning, Mr. Joe.

I pull the pool work stats and do a little Excel math. For my percentage, I manually copy/paste the list of users in the Postponed list (outside of the 150 users receiving payouts) to Excel (or as of yesterday, Google Sheets), and have the program find the total number of users, find my user and show its position in the list, then divide my position by the total number of users and multiply it by 100 to find the percentage. The Internet is a wealth of knowledge and help.

Everyone works from the same pages and does their own math. That top 50 contributors list was someone else working with the same data and parsing whatever info they wanted.

thanks, im not gunna lie the only part of this that i understand is "LOL. Good morning, Mr. Joe" i appreciate your response, now to search google for the tools you used to try this for myself. thanks.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 167 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!