<div dir="ltr">A concern I have is about security (hash rate) as a function of block size.<div><br></div><div>I am assuming that hash rate is correlated with revenue from mining.</div><div><br></div><div>Total revenue from fees as a function of block size should be a curve.  On one extreme of the curve, if blocks are too big, fee revenue tends towards 0 as there is no competition for block space.  At the other extreme, if blocks are too small, fee revenue is limited only to what the most valuable use case(s) can afford.  Somewhere in the middle there should be a sweet spot where fee revenue is maximised.  It&#39;s not a static curve though, it should change as demand for block space changes.</div><div><br></div><div>Failing to scale the block size as demand grows might be forfeiting potential miner revenue and hence security.</div><div><br></div><div>(I don&#39;t think that should be a primary concern though since decentralisation should come first, but I&#39;m just pointing it out as a secondary concern).</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 12, 2015 at 7:59 PM, Jorge Timón <span dir="ltr">&lt;<a href="mailto:bitcoin-dev@lists.linuxfoundation.org" target="_blank">bitcoin-dev@lists.linuxfoundation.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I believe all concerns I&#39;ve read can be classified in the following groups:<br>
<br>
&gt; 1) Potential indirect consequence of rising fees.<br>
<br>
- Lowest fee transactions (currently free transactions) will become<br>
more unreliable.<br>
- People will migrate to competing systems (PoW altcoins) with lower fees.<br>
<br>
&gt; 2) Software problem independent of a concrete block size that needs to<br>
&gt; be solved anyway, often specific to Bitcoin Core (ie other<br>
&gt; implementations, say libbitcoin may not necessarily share these<br>
&gt; problems).<br>
<br>
- Bitcoin Core&#39;s mempool is unbounded in size and can make the program<br>
crash by using too much memory.<br>
- There&#39;s no good way to increase the fee of a transaction that is<br>
taking too long to be mined without the &quot;double spending&quot; transaction<br>
with the higher fee being blocked by most nodes which follow Bitcoin<br>
Core&#39;s default policy for conflicting spends replacements (aka &quot;first<br>
seen&quot; replacement policy).<br>
<br>
I have started with the 3 concerns that I read more often, but please<br>
suggest more concerns for these categories and suggest other<br>
categories if you think there&#39;s more.<br>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href="mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.linuxfoundation.org</a><br>
<a href="https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" rel="noreferrer" target="_blank">https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br>
</blockquote></div><br></div>