|
|
|
|
|
by wruza
1948 days ago
|
|
periodically increase the block size, splitting the transaction fee among more transactions. Although larger blocks make it more difficult to produce hashes Couldn’t they simply lower the baseline difficulty along with a block size? Edit: and wouldn’t difficulty drop automatically in this case? |
|
The 10 minute interval is an important part of the consensus mechanism as it has been proven secure both theoretically and practically. With shorter block interval and odds of orphan blocks and small chain reorgs would become more likely and this could break some aspects of security model such as zero-conf transactions.
By the way larger blocks don't take longer to hash - only the fixed size header is used for PoW. However larger or more blocks do require more bandwidth and storage to process.