Oddbean new post about | logout
 Another great resource that talks about why bitcoin core has various policy (hint: it’s not because of some concept of what people “should” use bitcoin for) is https://bitcoinops.org/en/blog/waiting-for-confirmation/ 
 How should one measure the level of compatibility of other Bitcoin implementations? 

We all love Bitcoin Core, but I really wished we had 20-50 other fully independent but also fully compatible implementations.  
 I've had this thought as well, but wouldn't that make achieving consensus extremely difficult or impossible? I believe Peter Todd pointed this out to me. We can have multiple implementations of Lightning, I understand, but the base layer is different because everyone must agree on every transaction. And apparently fundamental limitations of computer science (inevitable bugs) make accidental forks from multiple implementations all but guaranteed.

But maybe that's all nonsense. I've no idea. 
 Yea, basically this. It makes it incredibly difficult, and possibly impossible in practice. Let alone with the available resources for this kind of thing (which is not much). 
 It's hard to believe it's impossible. Maybe Core should start breaking the main repo down into libraries to allow some interface specification of the consensus part? Sure, It will need additional financial support to break it down, but once done,  making things compatible can be assured simply by comprehensive coverage of test cases. And once the main interface is covered, new implementations can start to flourish.  
 There’s ongoing work to do that! Look into the libbitcoinkernel project. 
 Nice! Thank you!  
 >This problem is further complicated by transaction relationships: mining a high-feerate transaction may require mining its low-feerate parent. Put another way, mining a low-feerate transaction may open up the opportunity to mine its high-feerate child.

Is it about CPFP? Would you please explain it?