Skip to main content
edited tags; edited title
Link
Vojtěch Strnad
  • 11.4k
  • 3
  • 15
  • 47

Why doesn't BitcoinBitcoin's PoW algorithm use a chain of lower-difficulty hashes?

Became Hot Network Question
Source Link
nikicat
  • 165
  • 6

Why doesn't Bitcoin PoW algorithm use a chain of lower-difficulty hashes?

Current Bitcoin PoW algorithm leads to a block time distribution like this bitcoin block mining time distribution

with is quite sparse. If instead it requires a chain of lower-difficulty hashes (e.g. instead of one hash of difficulty 12 it would be enough to provide chain of 4 hashes of difficulty 10), the distribution would be more dense

bitcoin block mining time distribution with chain of 4 hashes bitcoin block mining time distribution with chain of 32 hashes

This way block mining time (and therefore transaction finalization time) will be more predictable. Is this simply a historical occasion that is difficult to alter, or are there significant drawbacks in this mining algorithm?