<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><div><br></div><div><div>On Feb 12, 2015, at 9:16 AM, Alex Mizrahi &lt;<a href="mailto:alex.mizrahi@gmail.com">alex.mizrahi@gmail.com</a>&gt; wrote:</div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Why don't you use getrawmempool RPC call to synchronize mempool contents?<br></div></div></div></div></blockquote></div><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div></div></div></div></div><div><br></div><div>Since RPC interface does not scale to serve a multi user service.</div><div>In absence of better alternative, the interfaces used by a proprietary extension are usually the same as in P2P consensus.</div><div><div><br></div><div>POW is used to figure the longest chain and until now broadcasted transactions were assumed the one and only.&nbsp;</div><div>These simple rules ensure a consensus between the proprietary stack and the border router, and that is the consensus I referred to.</div></div><div><br></div><div><br></div><div apple-content-edited="true">On Feb 12, 2015, at 8:45 AM, Peter Todd &lt;<a href="mailto:pete@petertodd.org">pete@petertodd.org</a>&gt; wrote:</div><div><blockquote type="cite">IOW, assume every transaction your "border router" gives you is now the<br>one and only true transaction, and everything conflicting with it must<br>go.<br></blockquote></div><div><br></div><div>You are right that the assumption about the one and only transaction have to be relaxed. Broadcasting&nbsp;</div><div>double spend only if it is actually replacing an earlier - for whatever reason, would simplify internal consensus logic .</div><div><br></div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Tamas Blummer</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Bits of Proof</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br></div></div></body></html>