<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 12, 2015 at 7:37 PM, Jorge Timón <span dir="ltr">&lt;<a href="mailto:jtimon@jtimon.cc" target="_blank">jtimon@jtimon.cc</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As long as miners switch back to the new longest chain after they<br>
validate the block, mining on top of the<br>
non-most-work-but-surely-valid may be less risky than mining on top of<br>
a most-work-but-potentially-invalid block.<br></blockquote><div><br></div><div>It depends on how long they are waiting.  If they receive a header, it is very likely to be part of a valid block.<br><br></div><div>The more time that passes, the more likely that the header&#39;s block was invalid after all.<br><br></div><div>This tradeoff is what the timeout takes into account.  For a short period of time after the header is received, it is probably valid but eventually, as time passes without it being fully validated, it is more likely to be false after all.<br></div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If they successfully SPV mine, they risk having mined on top of an<br>
invalid block, which not only means lost coins for them but high risk<br>
for regular SPV users.<br></blockquote><div><br></div><div>With a 1 minute timeout, there is only a 10% chance they will find another block.<br></div><div> <br></div><div>It is important that when a header is marked as &quot;probably invalid&quot; that all the header&#39;s children are also updated too.  The whole chain times out.<br></div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It is important to note that while SPV mining requires you to produce<br>
empty blocks, mining on the previous on top of the previous block<br>
allows you to include transactions and earn fees.<br>
In a future where block rewards aren&#39;t so overwhelmingly dominated by<br>
subsidies, the numbers will run against SPV mining.<br></blockquote><br>Agreed.  Transaction only fees changes the whole incentive structure.<br><br></div><div class="gmail_quote">A fee pool has been suggested to keep things as they are now.  All fees (mint &amp; tx fees) are paid into a fee pool.  1% of the total pool fund is paid to the coinbase.<br><br></div><div class="gmail_quote">This keeps the total payout per block reasonably stable.  On the other hand, it removes the incentive to actually include transactions at all.<br></div></div></div>