Post
Topic
Board Bitcoin Discussion
Re: What is still driving the enthusiasm of bitcoins over other currencies?
by
stdset
on 06/07/2013, 04:44:04 UTC
as block sizes grow (think hundreds of MB and hundreds of thousands or millions of transactions) that time will rise.
It seems that block validation time is almost linear in block size, i.e. t = O(blockSize). If we reduce blocktime, blocks will become smaller and validation time will decrease correspondingly. In other words 10 times more frequent blocks are 10 times smaller and require about 10 times less time to validate. Am I missing something?