On Wed, Feb 13, 2013 at 05:02:39PM -0800, Gregory Maxwell wrote: > It's the year 2043— the Y2038 problem is behind us and everyone is > beginning to forget how terrible it turned out to be— By some amazing > chance Bitcoin still exists and is widely used. Off-chain system like > fidelity bonded banks are vibrant and widely used providing scalable > instant and completely private transactions to millions of people. Speaking of fidelity bonded banks I think it needs to be made clear that really trustworthy bonded banks require the maximum block size to be kept limited. The problem is that even if you don't create any transactions on the chain yourself, you still need to be able to keep watch the chain to keep track of what the bank is doing. For instance if you are trying to decide if you can trust the bank with a 1BTC deposit, and they've purchased a 1000BTC fidelity bond, you still need to be able to determine if all the unspent transaction outputs in the blockchain that the bank could spend, in addition to all the unspen transactions in the mempool, are less than the value of their fidelity bond. With 1MiB blocks that will be practical on smartphones with wireless internet connectivity without having to trust anyone else. With 1GiB blocks that just won't be true and you'll be forced to trust the relatively few nodes out there with the hardware to deal with the blockchain. You'll pay for it too. Potentially the various UTXO proposals will help, but they will need to be quite sophisticated; we'll need sums of all txout values by scriptPubKey and a fraud notice system for instance. All of this stuff is at best many months away from even beginning to be deployed on the network, and probably years away from getting to the point where it is truely trustworthy. Maybe it'll never become trustworthy, either because miners just don't bother, the code doesn't get written, or a flaw in the whole idea is found. We're just not going to know until these technologies are implemented and tested, and without them, large blocks force us into trusting miners blindly and make many valuable applications impossible. -- 'peter'[:-1]@petertodd.org