Earlier quoted context omitted.
Can you explain the multiple meanings you see in the question?
* What is the average time it takes to mine a block? * If I choose a time uniformly what is the expected time it will take to mine that particular block. The difference between them being that blocks that take a long time occupy more space on the timeline than shorter blocks and are therefore more likely to be chosen.
Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
51–60 of 128 posts
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#52Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#53Say you have 10,000 miners, once you find a hash you can start all your miners mining the next block. Can you use the time between blocks to your advantage? If you find the hash after say 6 minutes, you could delay broadcasting the block to the network for another minute or two, and give yourself an advantage. Yes there’s a risk another miner would find the same hash, but statistically you could estimate the optimal…
However, if you publish the first block you still have a 1/3 chance of getting the next block first and ending up with 2 blocks. Thus waiting provides risk but zero gain.
In theory this changes if you can do a 51% attack, but that erodes trust in the block chain.
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#54Say you have 10,000 miners, once you find a hash you can start all your miners mining the next block. Can you use the time between blocks to your advantage? If you find the hash after say 6 minutes, you could delay broadcasting the block to the network for another minute or two, and give yourself an advantage. Yes there’s a risk another miner would find the same hash, but statistically you could estimate the optimal…
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#55Say you have 10,000 miners, once you find a hash you can start all your miners mining the next block. Can you use the time between blocks to your advantage? If you find the hash after say 6 minutes, you could delay broadcasting the block to the network for another minute or two, and give yourself an advantage. Yes there’s a risk another miner would find the same hash, but statistically you could estimate the optimal…
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#56Does this mean that the second block from a random point in time is, on average, 20 minutes away? Anyone know what the longest wait time on a block in recent history was? Final question -- do large mining operations network their miners so that they don't overlap their hashes. I'm thinking the overhead in doing that would probably be counter-productive given the massive problem space. But, if they were networked that…
Interestingly, it's hypothesized that Satoshi did this:
> He suggested that Satoshi had access to 58 machines for mining, so to avoid checking the same nonce twice he gave each machine a different id, which was stamped in the LSB of the nonce.
https://bitslog.wordpress.com/2013/09/03/new-mystery-about-s...
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#57Say you have 10,000 miners, once you find a hash you can start all your miners mining the next block. Can you use the time between blocks to your advantage? If you find the hash after say 6 minutes, you could delay broadcasting the block to the network for another minute or two, and give yourself an advantage. Yes there’s a risk another miner would find the same hash, but statistically you could estimate the optimal…
There is more than one solution to a block, so if someone does find it before you it's probably not the same solution. Making your head start worthless.
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#58TLDR: Since blocks that take a long time to mine fill up more wall-clock time, if you pick an arbitrary instant of wall clock time, you're more likely to be in a "slow" block than a fast block. Specifically, you expect to wait 2x the average.
Thanks. Why can't all math teachers talk like that? I mean... I know you're clever and all, but if you were really clever you'd explain it in a way that's easy to understand. Still, kudos to the OP. That was a great attempt to be precise.
Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#59Re: Why Is It Taking 20 Minutes to Mine This Bitcoin Block?
#60Earlier quoted context omitted.
Understanding is one thing, explaining in layman or easy to undertand terms is another, and sometimes it takes a lot of effort.
Explaining is usually more difficult than understanding, as well.