Author

Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool - page 376. (Read 4382813 times)

newbie
Activity: 27
Merit: 0
My understanding is that when two pools find the 'same' block, they are actually finding different hashes that meet the difficulty requirement (please correct me if I am wrong). In this case, given that the network difficulty makes this so that the expected block length is ten minutes, and invalid blocks are not that common (IIRC, we have seen two in the last month or so), I am quite surprised that there should be such a 'collision' on a two-second block - surely the odds of this happening would be vanishingly small, unless there is something intrinsic that makes the difficulty on certain blocks much lower than it should be.

Not only different hashes; each pool assembles its own block from the available transactions in the transaction pool according to its rules. So the "same" block can potentially differ between the two pools in the sense it contains different transactions.

The last idea is quite interesting. Can someone have enough will and power to check it? :-)
[edit] I'd sure not say vanishingly, but the chance is of course smaller for two pools at once than it is for one pool.

I would have thought that the probability of two people finding a sub 2-second block, at the same time would be the probability of one finding it, squared.
Assuming the block difficulty is correct, at the moment, we are on block 288579. 
I don't know how many 2 -second blocks there have been so to make the numbers easier, lets guess at around 300, which makes the odds of a given block being less than 2 seconds around 1 in 1000, or 0.001.
From the statistics on blockchain.info, it looks like there are around 2.5 orphaned blocks per day. The total number of blocks each day is tuned to be 144 (one every ten minutes), so dividing this by 2.5 gives around 60, or a 1 in 60 chance of there being such a collision on a given block.
if my maths is right, this means there is a a 1 in 1000 chance of each participant hitting a 2 second block, so multiply these together to get 1 in 1000000, and there is a 1 in 60 chance of there being a collision in this way, so the odds of this happening would be roughly 1 in sixty million. To put this in perspective, you have a 1 in 600000 chance of being struck by lightning, and this would appear to be some 100 times less likely!

Now, further up there, I made an assumption - that the block difficulty is 'correct'. As I understand it, the block difficulty essentially defines how many leading zeroes must be in a block's hash for it to be considered 'solved'. For example, the last block (found by us!) had a hash of 0000000000000000d69d39dbe4e025909fc30b4be52abfaccfec9315c497ac6c, the digits after the leading zeroes are irrelevant (which is what leads to block collisions in the first place, as two hashes can be found with the same number of leading zeroes).
The block itself is composed of the newly found hash, the hash from the previous block, the block number, difficulty and time, the pool's address, and all the transactions in that block (this is a simplified description), so my question is this - since the odds of two pools finding a 2 second block at the same time is so low (and I stick by 'vanishingly small' as a good description), is it possible that some blocks have more 'solutions' than are statistically expected - in other words, for some blocks, are there more solutions than expected with that number of leading zeroes?
For example, the hash above has 16 leading zeroes, in binary this is 128 leading zeroes, so if my understanding is correct, the odds of getting this out of any random hash would be 2^128.
Any thoughts?


Thanks for that - good explanation with solid math.
My following query would be - if 2 blocks are found "at the same time" - how is the block owner\solver determined?
If its exact time as suggested earlier then why would 2 miners think they had solved it ?
newbie
Activity: 26
Merit: 0
My understanding is that when two pools find the 'same' block, they are actually finding different hashes that meet the difficulty requirement (please correct me if I am wrong). In this case, given that the network difficulty makes this so that the expected block length is ten minutes, and invalid blocks are not that common (IIRC, we have seen two in the last month or so), I am quite surprised that there should be such a 'collision' on a two-second block - surely the odds of this happening would be vanishingly small, unless there is something intrinsic that makes the difficulty on certain blocks much lower than it should be.

Not only different hashes; each pool assembles its own block from the available transactions in the transaction pool according to its rules. So the "same" block can potentially differ between the two pools in the sense it contains different transactions.

The last idea is quite interesting. Can someone have enough will and power to check it? :-)
[edit] I'd sure not say vanishingly, but the chance is of course smaller for two pools at once than it is for one pool.

I would have thought that the probability of two people finding a sub 2-second block, at the same time would be the probability of one finding it, squared.
Assuming the block difficulty is correct, at the moment, we are on block 288579. 
I don't know how many 2 -second blocks there have been so to make the numbers easier, lets guess at around 300, which makes the odds of a given block being less than 2 seconds around 1 in 1000, or 0.001.
From the statistics on blockchain.info, it looks like there are around 2.5 orphaned blocks per day. The total number of blocks each day is tuned to be 144 (one every ten minutes), so dividing this by 2.5 gives around 60, or a 1 in 60 chance of there being such a collision on a given block.
if my maths is right, this means there is a a 1 in 1000 chance of each participant hitting a 2 second block, so multiply these together to get 1 in 1000000, and there is a 1 in 60 chance of there being a collision in this way, so the odds of this happening would be roughly 1 in sixty million. To put this in perspective, you have a 1 in 600000 chance of being struck by lightning, and this would appear to be some 100 times less likely!

Now, further up there, I made an assumption - that the block difficulty is 'correct'. As I understand it, the block difficulty essentially defines how many leading zeroes must be in a block's hash for it to be considered 'solved'. For example, the last block (found by us!) had a hash of 0000000000000000d69d39dbe4e025909fc30b4be52abfaccfec9315c497ac6c, the digits after the leading zeroes are irrelevant (which is what leads to block collisions in the first place, as two hashes can be found with the same number of leading zeroes).
The block itself is composed of the newly found hash, the hash from the previous block, the block number, difficulty and time, the pool's address, and all the transactions in that block (this is a simplified description), so my question is this - since the odds of two pools finding a 2 second block at the same time is so low (and I stick by 'vanishingly small' as a good description), is it possible that some blocks have more 'solutions' than are statistically expected - in other words, for some blocks, are there more solutions than expected with that number of leading zeroes?
For example, the hash above has 16 leading zeroes, in binary this is 128 leading zeroes, so if my understanding is correct, the odds of getting this out of any random hash would be 2^128.
Any thoughts?
sr. member
Activity: 311
Merit: 250
My understanding is that when two pools find the 'same' block, they are actually finding different hashes that meet the difficulty requirement (please correct me if I am wrong). In this case, given that the network difficulty makes this so that the expected block length is ten minutes, and invalid blocks are not that common (IIRC, we have seen two in the last month or so), I am quite surprised that there should be such a 'collision' on a two-second block - surely the odds of this happening would be vanishingly small, unless there is something intrinsic that makes the difficulty on certain blocks much lower than it should be.

Not only different hashes; each pool assembles its own block from the available transactions in the transaction pool according to its rules. So the "same" block can potentially differ between the two pools in the sense it contains different transactions.

The last idea is quite interesting. Can someone have enough will and power to check it? :-)
[edit] I'd sure not say vanishingly, but the chance is of course smaller for two pools at once than it is for one pool.
sr. member
Activity: 322
Merit: 250
Few weeks ago, maybe even a whole month, there was an announcement about the server jamming up just shy of 900th.
You will keep repeating that until you start to believe it ... OK go on I can ignore it the way you ignored my replies pointing the opposite

Perhaps I should apologize, it was an oversight on my part if I ignored a response. I do recall a solid explanation was posted some time ago, not sure if by you or someone else, but I may have been hasty in fully understanding it, or perhaps I understood and grew skeptical over time seeing events that appear to be related. I am eager to learn and understand about the existing logical explanation, but I also like to keep an open mind, and I have a tendency due to my right-brain thinking preference to build heuristics for incomplete models rather than understand algorithms or detailed lists. Would you be so kind to post it again or provide the link so I can take another look?
newbie
Activity: 26
Merit: 0
Holy crap - a 35 second block - that has to be some kind of record!

naw, i saw a 20 second block once.

I remember a 14 second one. And it's not been too long ago.
And a 4 second one last year.

Shortest I ever seen was block 239570 found by slush on 2013-06-03 in just 2 seconds. Unfortunately it was invalid for us...



I guess there must be some minimum amount of time for a block to be seen by the network before the next block can be found?

I'm not sure about a minimum time, it was just that another pool found the same 2 second block and reported it to the network before we did.

My understanding is that when two pools find the 'same' block, they are actually finding different hashes that meet the difficulty requirement (please correct me if I am wrong). In this case, given that the network difficulty makes this so that the expected block length is ten minutes, and invalid blocks are not that common (IIRC, we have seen two in the last month or so), I am quite surprised that there should be such a 'collision' on a two-second block - surely the odds of this happening would be vanishingly small, unless there is something intrinsic that makes the difficulty on certain blocks much lower than it should be.
hero member
Activity: 574
Merit: 500
Holy crap - a 35 second block - that has to be some kind of record!

naw, i saw a 20 second block once.

I remember a 14 second one. And it's not been too long ago.
And a 4 second one last year.

Shortest I ever seen was block 239570 found by slush on 2013-06-03 in just 2 seconds. Unfortunately it was invalid for us...



I guess there must be some minimum amount of time for a block to be seen by the network before the next block can be found?

I'm not sure about a minimum time, it was just that another pool found the same 2 second block and reported it to the network before we did.
newbie
Activity: 26
Merit: 0
Holy crap - a 35 second block - that has to be some kind of record!

naw, i saw a 20 second block once.

I remember a 14 second one. And it's not been too long ago.
And a 4 second one last year.

Shortest I ever seen was block 239570 found by slush on 2013-06-03 in just 2 seconds. Unfortunately it was invalid for us...



I guess there must be some minimum amount of time for a block to be seen by the network before the next block can be found?
hero member
Activity: 574
Merit: 500
Holy crap - a 35 second block - that has to be some kind of record!

naw, i saw a 20 second block once.

I remember a 14 second one. And it's not been too long ago.
And a 4 second one last year.

Shortest I ever seen was block 239570 found by slush on 2013-06-03 in just 2 seconds. Unfortunately it was invalid for us...

sr. member
Activity: 311
Merit: 250
Holy crap - a 35 second block - that has to be some kind of record!

naw, i saw a 20 second block once.

I remember a 14 second one. And it's not been too long ago.
And a 4 second one last year.
sr. member
Activity: 475
Merit: 250
If the blame lies anywhere, it's in me being a poor teacher.
No, it's more to do with somebody being a very slow learner.

Quote
I should probably write up something permanent somewhere that just addresses pool luck, and that people can link to whenever luck gets raised.
They won't read it; or if they do, they either won't understand it, or refuse to accept it because you don't support their own arguments.

+1
newbie
Activity: 23
Merit: 0
This is good news. Difficulty may drop from sheer mining boredom.

we can only hope...
full member
Activity: 224
Merit: 100
This is good news. Difficulty may drop from sheer mining boredom.
copper member
Activity: 2898
Merit: 1465
Clueless!
Yeah it's really exciting watching a stock market predictability decline at an unpredictable rate.   Undecided

i was talking about our 3 blocks found in 61 minutes...

Understood, and I referring to days of 12hr blocks. Paint does dry faster.


12 hrs is (as we are slowly finding out) not that long...Wink



the ways of slush's luck/blocks etc are mysterious to me!

(must also take up paint drying as another hobby then watching slush pool via ssh and my knc miner...eureka maybe paint my room and watch slush feed
it would still suck but at least I'd be multitasking)

man I need a life....of course it is Friday nite in Minnesota and 30 below wind chill could be worse

Searing
newbie
Activity: 23
Merit: 0
Yeah it's really exciting watching a stock market predictability decline at an unpredictable rate.   Undecided

i was talking about our 3 blocks found in 61 minutes...

Understood, and I referring to days of 12hr blocks. Paint does dry faster.


12 hrs is (as we are slowly finding out) not that long...Wink

full member
Activity: 224
Merit: 100
Yeah it's really exciting watching a stock market predictability decline at an unpredictable rate.   Undecided

i was talking about our 3 blocks found in 61 minutes...

Understood, and I referring to days of 12hr blocks. Paint does dry faster.
newbie
Activity: 23
Merit: 0
Yeah it's really exciting watching a stock market predictability decline at an unpredictable rate.   Undecided

i was talking about our 3 blocks found in 61 minutes...
full member
Activity: 224
Merit: 100
Yeah it's really exciting watching a stock market predictability decline at an unpredictable rate.   Undecided
newbie
Activity: 23
Merit: 0
My apologies KNK, It appears I may have spoken to soon. (Technically that first block was pretty well past the 2h 15min mark )
But you nailed the turn in luck prediction Smiley
No, I made 2 mistakes in that prediction, so I was wrong, but yes, the luck had to turn up at 20%

finally ty for whoever did some magic for better luck

There is no magic, it was expected, because the luck should average at 100% - when it's too low it should go up


the mining is becoming a bit boring tho... (even on slush's - mining on btcguild and ghash is always boring...)

those were the days when we were finding 10 blocks a day (on average) - and that was at the beginning of january!

now - all there's left is watching the double digits going up... and up...Sad


still - it was exciting last night for about an hour...Wink

KNK
hero member
Activity: 692
Merit: 502
My apologies KNK, It appears I may have spoken to soon. (Technically that first block was pretty well past the 2h 15min mark )
But you nailed the turn in luck prediction Smiley
No, I made 2 mistakes in that prediction, so I was wrong, but yes, the luck had to turn up at 20%

finally ty for whoever did some magic for better luck

There is no magic, it was expected, because the luck should average at 100% - when it's too low it should go up
sr. member
Activity: 311
Merit: 250
I'd actually like to hear more of what he has to say, and I don't see a need for your criticism. It's a forum and open discussion isn't for any member to regulate like this. That whole "think twice and don't oppose" comment you made, reminds me of someone I once know, real toxic bastard type... Seriously, why try to bully people out of presenting ideas?

I replied to binja9:  https://bitcointalksearch.org/topic/m.5418642

As for gourmet, I understand where he's coming from. The question of "luck" get raised every ten pages or so, and someone has to answer them. Sometimes it takes longer to get the idea across, and it get's a little frustrating because I have (or someone else has) had to explain this before, many times. If the blame lies anywhere, it's in me being a poor teacher.

I should probably write up something permanent somewhere that just addresses pool luck, and that people can link to whenever luck gets raised.


You're not poor teacher at all. You're one of the good teachers not only of this forum. One of the best ones, I'd say. There are just some bad learners. :-)

(And for anybody who would try to tell that there are no bad pupils, just bad teachers: No. That's a cheap populism. There are both good and poor teachers and both good and bad pupils.)
Jump to: