Bitcoin Forum
May 08, 2024, 10:45:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Making fraud proofs safe to use in practice.  (Read 745 times)
gmaxwell (OP)
Moderator
Legendary
*
expert
Offline Offline

Activity: 4172
Merit: 8412



View Profile WWW
October 20, 2013, 12:49:07 AM
 #1

An idea which has come up in the past is that various security model reductions in Bitcoin could be practically secure if we had compact fraud proofs.

Today, for example, SPV nodes validate nothing. So if there is a longer _invalid_ chain, SPV nodes will still follow it.  This is a existential risk for Bitcoin in the future if SPV nodes become very very popular and almost no one runs full nodes: At some point running a full node may even be foolish, because you'll reject a chain that the economic majority (running SPV nodes) accepts.

However, if instead it were possible to construct small messages that a SPV node could inspect and then be completely confident that a block broke the rules then security would be restored: An invalid chain would only be accepted so long as all SPV nodes could be partitioned from all honest nodes— there only really need to be one attentive honest node in the whole world to achieve security, so long as its truth cannot be censored.

Modifying Bitcoin to make compact fraud proofs possible is fairly straight-forward.  The big problem is that from a practical engineering perspective this idea is very risky:  Processing a fraud proof is at least as complicated as validating a block and we know that people get block validation wrong already. If these proofs exist then there would be no reason for a miner to ever try to create fraud. As a result they will never be used. If they are never used the implementations will be wrong... if not in the reference then in all of the alternative implementations.  Some implementations might be vulnerable to incorrect fraud proofs that break consensus even absent fraud, others might fail to reject some kinds of fraud.  Basically any inconsistency in this normally dead code is a point an attacker could use to break the network, or it could just cause failure by chance.

Obviously software testing and whatnot addresses this kind of concern in theory. But in practice we already see people writing alternative implementations which are forked by the pre-existing test code. Good testing is only a complete answer if you assume idealized spherical developers.  Completely eliminating the possibility of error in these systems via testing is infeasible in any case, because the input space is too large to exhaust.

So in spite of the potential benefits, I think many people have not been super excited about it as a practical idea.

I finally stumbled into a retrospectively obvious way to make this kind of design more safe:  You require that all block solutions commit to two distinct candidate blocks.  One of the candidate blocks is required to be fraudulent.  The fraudulent block is eliminated through a fraud proof. Nodes which do not process fraud proofs correctly will be unable to determine which of the two is the right one.

This wouldn't eliminate all risk, and it has considerable overhead if used completely seriously but it would at least address the concern that the proof code would be completely nonfunctional due to disuse.
 
1715165115
Hero Member
*
Offline Offline

Posts: 1715165115

View Profile Personal Message (Offline)

Ignore
1715165115
Reply with quote  #2

1715165115
Report to moderator
1715165115
Hero Member
*
Offline Offline

Posts: 1715165115

View Profile Personal Message (Offline)

Ignore
1715165115
Reply with quote  #2

1715165115
Report to moderator
1715165115
Hero Member
*
Offline Offline

Posts: 1715165115

View Profile Personal Message (Offline)

Ignore
1715165115
Reply with quote  #2

1715165115
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715165115
Hero Member
*
Offline Offline

Posts: 1715165115

View Profile Personal Message (Offline)

Ignore
1715165115
Reply with quote  #2

1715165115
Report to moderator
dillpicklechips
Hero Member
*****
Offline Offline

Activity: 994
Merit: 507


View Profile
October 20, 2013, 01:39:40 PM
 #2

So every time a block is solved you also create another one that has some type of error to make the network more fit in selecting the good blocks?
Mike Hearn
Legendary
*
expert
Offline Offline

Activity: 1526
Merit: 1129


View Profile
October 20, 2013, 02:42:05 PM
 #3

Quote
Good testing is only a complete answer if you assume idealized spherical developers.

Moo.

Sadly reimplementors seem to find implementing the scripting language and block rules a lot cooler than writing SPV clients. Even years after I started on mine, AFAIK the only competing implementation is Electrum's which isn't even really SPV - it would have no requirement for fraud proofs because Electrums all depend on semi-trusted full nodes anyway. The diversity of SPV clients that would make your scenario come true, is it seems a long way off.

But even if there were a lot, having a single solution commit to two blocks, one of which is randomly invalid, seems like an even more complicated protocol change than the fraud proofs themselves. How would you create randomly invalid blocks? If you can do a good job of that, why not just put the code into a test suite instead?

Yes, it's true that a lot of people developing implementations today don't do a great job of testing everything, but that's partly because our testing infrastructure is still very weak. The canonical regression test is a program written by a college student that is only available from one of his personal branches of a codebase maintained by a guy with a day job in 20% time. Its existence is, AFAIK, not even mentioned anywhere a reimplementor might look. And it tests full nodes. There are no regression test suites for the SPV parts of bitcoinj at all, just unit tests. Sad
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!