Bitcoin Forum
April 25, 2024, 04:36:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: UTXO commitments - Possible Problems?  (Read 1260 times)
onelineproof (OP)
Member
**
Offline Offline

Activity: 100
Merit: 14


View Profile WWW
June 20, 2015, 10:47:19 PM
 #1

I read a few descriptions recently about UTXO commitment schemes. But is this idea really robust? To prove the UTXO status of an output, you need a branch of hashes from the merkle tree that stores the UTXO state of all outputs. So yes, this branch would be O(log n) in size where n is the size of the UTXO database. But...what gives incentive to nodes to relay these branches to people? How do you know they will not deny the service?

The uncorrupted Bitmark protocol: https://github.com/bitmark-protocol/bitmark
Email <my username>@gmail.com 0xB6AC822C451D63046A2849E97DB7011CD53B564
1714019805
Hero Member
*
Offline Offline

Posts: 1714019805

View Profile Personal Message (Offline)

Ignore
1714019805
Reply with quote  #2

1714019805
Report to moderator
1714019805
Hero Member
*
Offline Offline

Posts: 1714019805

View Profile Personal Message (Offline)

Ignore
1714019805
Reply with quote  #2

1714019805
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714019805
Hero Member
*
Offline Offline

Posts: 1714019805

View Profile Personal Message (Offline)

Ignore
1714019805
Reply with quote  #2

1714019805
Report to moderator
1714019805
Hero Member
*
Offline Offline

Posts: 1714019805

View Profile Personal Message (Offline)

Ignore
1714019805
Reply with quote  #2

1714019805
Report to moderator
1714019805
Hero Member
*
Offline Offline

Posts: 1714019805

View Profile Personal Message (Offline)

Ignore
1714019805
Reply with quote  #2

1714019805
Report to moderator
TierNolan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1083


View Profile
June 20, 2015, 11:51:56 PM
 #2

How do you know they will not deny the service?

If you connect to 10 different nodes, you only need one of them to send you the branch. 

Secondly, if the UTXO tree is sorted, it is possible to prove that UTXOs aren't in the tree (by giving the path to the leaf before and after where the leaf would have been inserted).

1LxbG5cKXzTwZg9mjL3gaRE835uNQEteWF
onelineproof (OP)
Member
**
Offline Offline

Activity: 100
Merit: 14


View Profile WWW
June 21, 2015, 12:30:36 AM
 #3

How do you know they will not deny the service?

If you connect to 10 different nodes, you only need one of them to send you the branch.  

Secondly, if the UTXO tree is sorted, it is possible to prove that UTXOs aren't in the tree (by giving the path to the leaf before and after where the leaf would have been inserted).

Well this seems like a subtle (but serious) flaw. What you could end up with is a small number of big nodes that have the tree, or the branches you're interested in, and you would have to rely on them to relay the parts of the tree, and they may not, and what will you do? Download all the blocks when the blocksize is huge? Once Bitcoin is big, people may notice this, but it will be too late to do anything except "protest" and hope people change things.

Another reason why bigger blocks are a problem, and this gives me more confidence in (tree-structured) subchains, which actually lets you prove the UTXO state of your wallet (or someone else's wallet you're tracking) without having to deal with DOS attacks: https://bitcointalk.org/index.php?topic=1083345.0.

The uncorrupted Bitmark protocol: https://github.com/bitmark-protocol/bitmark
Email <my username>@gmail.com 0xB6AC822C451D63046A2849E97DB7011CD53B564
TierNolan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1083


View Profile
June 21, 2015, 10:58:33 AM
 #4

Well this seems like a subtle (but serious) flaw. What you could end up with is a small number of big nodes that have the tree, or the branches you're interested in, and you would have to rely on them to relay the parts of the tree, and they may not, and what will you do? Download all the blocks when the blocksize is huge? Once Bitcoin is big, people may notice this, but it will be too late to do anything except "protest" and hope people change things.

UTXO commitments are for SPV nodes.  It is assumed that full nodes will download the entire block chain.

1LxbG5cKXzTwZg9mjL3gaRE835uNQEteWF
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!