<div dir="ltr">On Wed, May 20, 2015 at 4:55 AM, Andrew <span dir="ltr">&lt;<a href="mailto:onelineproof@gmail.com" target="_blank">onelineproof@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Hi<br><br></div>I briefly mentioned something about this on the bitcoin-dev IRC room. In general, it seems experts (like sipa i.e. Pieter) are against using sidechains as a way of scaling. As I only have a high level understanding of the Bitcoin protocol, I cannot be sure if what I want to do is actually defined as a side chain, but let me just propose it, and please let me know whether it can work, and if not why not (I&#39;m not scared of digging into more technical resources in order to fully understand). I do have a good academic/practical background for Bitcoin, and I&#39;m ready to contribute code if needed (one of my contributions includes a paper wallet creator written in C).<br><br></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>In your proposal, transactions go to a chain based the addresses involved. We can reasonably assume that different people&#39;s wallet will tend to be distributed uniformly over several sidechains to hold their transactions (if they&#39;re not, there is no scaling benefit anyway...). That means that for an average transaction, you will need a cross-chain transfer in order to get the money to the recipient (as their wallet will usually be associated to a chain that is different from your own). Either you use an atomic swap (which actually means you end up briefly with coins in the destination chain, and require multiple transactions and a medium delay), or you use the 2way peg transfer mechanism (which is very slow, and reduces the security the recipient has to SPV).<br><br></div><div>Whatever you do, the result will be that most transactions are:<br></div><div>* Slower (a bit, or a lot, depending on what mechanism you use).<br></div><div>* More complex, with more failure modes.<br></div><div>* Require more and larger transactions (causing a total net extra load on all verifiers together).<br></div><div><br></div><div>And either:<br></div><div>* Less secure (because you rely on a third party to do an atomic swap with, or because of the 2 way peg transfer mechanism which has SPV security)<br></div><div>* Doesn&#39;t offer any scaling benefit (because the recipient needs to fully validate both his own and the receiver chain).<br><br></div><div>In short, you have not added any scaling at all, or reduced the security of the system significantly, as well as made it significantly less convenient to use.<br><br></div><div>So no, sidechains are not a direct means for solving any of the scaling problems Bitcoin has. What they offer is a mechanism for easier experimentation, so that new technology can be built and tested without needing to introduce a new currency first (with the related speculative and network effect problems). That experimentation could eventually lead us to discover mechanisms for better scaling, or for more scalability/security tradeoffs (see for example the Witness Segregation that Elements Alpha has).<br><br></div><div>-- <br></div><div>Pieter<br><br></div></div></div></div>