|
|
|
|
|
by Laforet
1949 days ago
|
|
Bitcoin is best understood as a timestamping service that signs up to 1MB of information every 10 minutes. Recording monetary transactions is only one of its applications. 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. |
|
Yeah, I forgot about merkle trees or something like that. So, do I get it right, there is no problem in increasing a block size? Just start to sign up to 50MB every 10 minutes in 2022 and that’s it?
However larger or more blocks do require more bandwidth and storage to process.
But isn’t amount of data depend on tx count? No matter how big chunks you split them into, it’s the same bytes per minute in the end. Why hard limit at all?