Bitcoin Forum
June 16, 2024, 08:56:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Block chain size/storage and slow downloads for new users on: July 25, 2014, 06:03:48 AM
What if blocks included, along with the list of new transactions, the hash of the unspent transactions database? (the state that the blockchain was in during the previous block)

This way, light clients could request the unspend transactions database from full clients.

eg.

Block A has hash ABC
balances at this block:
Bob: 1, Alice: 2, Charlie: 3

Block B has hash DEF
included in the block (as an optional parameter):
Block A's UTXO hash: B1A2C3

then, if a light client needs to spin up, it can just request the UTXO db from a few fat clients if they have it, validate it against the blockchain, and process the transactions from there.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!