public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] [PROPOSAL] Merkle tree of unspent transactions (MTUT), for serverless thin clients and self-verifiable prunned blockchain.
@ 2012-01-24  2:00 Alberto Torres
  2012-01-29 18:40 ` Elden Tyrell
  0 siblings, 1 reply; 2+ messages in thread
From: Alberto Torres @ 2012-01-24  2:00 UTC (permalink / raw)
  To: bitcoin-development

Hello,

I've written this proposal. C&P of the overview:

Satoshi's original paper describes a way of prunning spent
transactions in the blockchain to save storage space while it remains
consistent and verifiable, but it's useless for partial blockchain
downloads: while you can know if a given transaction is in the
blockchain, you can't know if it has been spent in a subsequent
transaction.
This proposal describes how to add a hash-tree based check in the
blockchain that allows to verify if a transaction is unspent without
downloading and checking all the blockchain. The idea is not new, but
at the time of this writing there isn't any technical description of
how this should be done. Aditionally, this solution is rather simple.

https://en.bitcoin.it/wiki/User:DiThi/MTUT

Cheers

-- 
Alberto Torres Ruiz (a.k.a. DiThi)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-29 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-24  2:00 [Bitcoin-development] [PROPOSAL] Merkle tree of unspent transactions (MTUT), for serverless thin clients and self-verifiable prunned blockchain Alberto Torres
2012-01-29 18:40 ` Elden Tyrell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox