Author

Topic: More explanation on how mining difficulty can be solve. (Read 123 times)

legendary
Activity: 3388
Merit: 4615
I learned that there is a mechanism in place for bitcoin mining to control how long it takes to mine a block

Yes. This mechanism is commonly called "proof of work".

but I'm intrigued as to which those the mechanisms are

It is the mechanisms of:
  • All participants agreeing to only accept blocks that have a hash value less than the current target
  • All participants agreeing to adjust that target after every 2,016 blocks
  • All participants agreeing that the new target value will be adjusted proportionally to how much time the previous 2,016 blocks differed from 20,160 minutes
  • All participants agreeing that the maximum adjustment for the new target value will not exceed an increase four times the previous target nor a decrease beyond one-fourth of the previous target.

and how they can be used to mine bitcoin.

Mining bitcoin has two functional pieces. The first is to build the unsolved block header. This is typically accomplished by mining pools. They choose a set of transactions, calculate a merkle root, connect the header to the previous block by including the hash of that block in the current header, and set a timestamp. The second piece is to find a hash for that block header which is lower than the current target. Mining pool participants running ASIC equipment typically perform this work for the mining pool. The pool hands off the headers to the participants, and they repeatedly adjust the nonce value and hash the resulting header to see if they end up with a low enough hash value.  As soon as a participant finds a low enough hash value, the block is broadcast to the entire network so work can begin on the next block.

Secondly, Is difficulty required before mining?

Before mining? I don't understand the question.  That's a bit like asking if swallowing is required before eating. It is part of the process.  Mining is the process of finding a hash value that is less than the current difficulty target. Without a difficulty target, there is nothing to find a hash lower than.

When will the puzzle change

That depends on what you mean when you say "the puzzle".

If, when you say "the puzzle", you mean: Finding a valid hash value for the block header (One that's lower than the current target value).  That never changes, Finding valid hash values has been the puzzle since the first block and continues to be the puzzle for as long as Bitcoin exists.

If, when you say "the puzzle", you mean: The current target value that the hash value must be smaller than. That changes every 2,016 blocks (which, at approximately 10 minutes per block, works out to be just about every 2 weeks).

If when you say "the puzzle", you mean: The exact nonce value that will result in the next block being valid. That changes thousands of times per second. Mining pools are constantly creating new block headers, looking for one that can hash to a low enough value. Each block header is slightly different than the others. Most of the headers generated have no valid solution and are simply forgotten once the pool participants have tried all possible solutions and determined that a different header will be needed. Mining pool participants worldwide attempt a sum total of more than 300,000,000,000,000,000,000 solutions every second. While some solutions are found after only a few tries, and some take many, many more, the average number of "puzzles" needed for each solved block every 10 minutes or so is more than 180,000,000,000,000,000,000,000.

and how will the difficulty regulate the period of time between blocks.

Imagine I give you a device that generates a random number between 1 and 1,000 once every second.  Now imagine that I tell you that you can "succeed" if your device generates any number that is less than 900. You'll "succeed" pretty quickly since MOST of the numbers that you generate will be less than 900.  Now, imagine that I adjust the target difficulty and tell you that you can only succeed if the number you generate is less than 500.  Sometimes you'll "succeed" right away. Sometimes it will take a bit longer, because some of your random numbers will be larger than 500.  The AVERAGE amount of time per success will be longer than it was when the target was 900.  Now imaging that I adjust the difficulty again and tell you that you'll only "succeed" when your random number is less than 100 (or less than 10, or less than 3). Perhaps you can see that as the target number gets smaller, the average amount of time that it takes to "succeed" increases.

This is how the mining difficulty regulated the period of time between blocks.  The target number is somewhere between 0 and 115792089237316195423570985008687907853269984665640564039457584007913129639936.  If the blocks are coming too fast, then the target is moved closer to 0, if the blocks are coming too slowly, then the target is moved closer to 115792089237316195423570985008687907853269984665640564039457584007913129639936. The exact amount of the adjustment is proportional to the difference in time between the actual amount of time for the previous 2,016 blocks, and 20,160 minutes.


I'm confused by these, and I need more clarification. Thanks

Hope that helped.
hero member
Activity: 672
Merit: 855
It takes 10 minutes on average to add a block to blockchain and in every two weeks at exactly 2016 blocks the difficulty is adjusted either increased or reduced depending on how fast the last blocks were mined and the number miners or mining pools computing.

Now to calculate mining difficulty.
The difficulty level is calculated by dividing the difficulty target by the current target.
Difficulty target= 2016 multiple by 10 minutes( since 10 minutes is the average for each block) = 20160
Current target is the time it took to mine a block for example 9 minutes (2016 x 9)= 18144
Difficult level is now 20160/18144= 1.11
It is this 1.11 that is multiple by the recent difficulty level to adjust it for the next two weeks.

The difficulty is raised or reduced just 4 times to avoid unexpected changes since the time limit is set at 10 minutes for each block

Read through here
https://learnmeabitcoin.com/beginners/difficulty
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Difficulty is a measurement of how much smaller the search space for block hashes has become relative to 2^256 (in other words, the entire space). It's a simple division calculation of 2^256 / the highest allowed hash for this epoch. An epoch is a period of time when blocks have the same difficulty and lasts for 2016 blocks or about 2 weeks. The network will automatically readjust the difficulty to make it harder or easier if necessary.
sr. member
Activity: 434
Merit: 500

Is difficulty required before mining?

Difficulty is required to mine new blocks because miners compete for block rewards and as the computing power and the number of miners increases the difficulty level also increases.


When will the puzzle change

By puzzle change do you mean when the difficulty changes?
Difficulty changes every 2016 block

You can read more on difficulty here for more understanding



I learned that there is a mechanism in place for bitcoin mining to control how long it takes to mine a block, but I'm intrigued as to which those the  mechanisms are and how they can be used to mine bitcoin.

Difficulty level and your hashrate capability are part of the mechanism that determine how long a miner takes to mine a block.
sr. member
Activity: 504
Merit: 323
I learned that there is a mechanism in place for bitcoin mining to control how long it takes to mine a block, but I'm intrigued as to which those the  mechanisms are and how they can be used to mine bitcoin.

Secondly, Is difficulty required before mining? When will the puzzle change and how will the difficulty regulate the period of time between blocks.

I'm confused by these, and I need more clarification. Thanks
Jump to: