<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>I was testing against otherwise idle nodes, fetching blocks back from the tip of the chain in an attempt to eliminate any unfair effects of caching. During the time my crawler was running there was no new blocks on the network (luck more than design), so other than initially syncing nodes and transaction broadcasts there should have been no traffic from these peers other than me.</div>

<div>&nbsp;</div>

<div>There&#39;s unfortunately not enough granularity in my log to tell the difference between nodes which returned bad results (pruned nodes perhaps), and those that timed out. The total number of those was around 10 of 202 successful handshakes, which is fairly insignificant anyway. I&#39;ll retool at some point soon and run this a second time with better logging and some other tweaks I&#39;ve since realised would help get more, cleaner data.</div>

<div>&nbsp;</div>

<div>As Peter Todd has pointed out, my numbers are blue sky optimism and should be taken with a grain of salt as far as justifying larger blocks. I&#39;m finding the ceiling of the node pushing a block to a single peer (which is unrealistic on the network), and leaving little headroom for anything else.</div>

<div>&nbsp;</div>

<div>
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Sent:</b>&nbsp;Thursday, July 23, 2015 at 7:36 PM<br/>
<b>From:</b>&nbsp;&quot;Leo Wandersleb via bitcoin-dev&quot; &lt;bitcoin-dev@lists.linuxfoundation.org&gt;<br/>
<b>To:</b>&nbsp;bitcoin-dev@lists.linuxfoundation.org<br/>
<b>Subject:</b>&nbsp;Re: [bitcoin-dev] Bitcoin Node Speed Test</div>

<div name="quoted-content">Thank you a lot for doing this test!<br/>
<br/>
Two questions:<br/>
<br/>
1) A node is typically connected to many nodes that would all in parallel<br/>
download said block. In your test you measured how fast new blocks that<br/>
presumably are being uploaded in parallel to all those other nodes are being<br/>
uploaded? Or did you download blocks while those nodes were basically idle?<br/>
<br/>
2) What is your percentage of the very slow connections?<br/>
<br/>
On 07/23/2015 11:19 AM, slurms--- via bitcoin-dev wrote:<br/>
&gt; On this day, the Bitcoin network was crawled and reachable nodes surveyed to find their maximum throughput in order to determine if it can safely support a faster block rate. Specifically this is an attempt to prove or disprove the common statement that 1MB blocks were only suitable slower internet connections in 2009 when Bitcoin launched, and that connection speeds have improved to the point of obviously supporting larger blocks.<br/>
&gt;<br/>
&gt;<br/>
&gt; The testing methodology is as follows:<br/>
&gt;<br/>
&gt; * Nodes were randomly selected from a peers.dat, 5% of the reachable nodes in the network were contacted.<br/>
&gt;<br/>
&gt; * A random selection of blocks was downloaded from each peer.<br/>
&gt;<br/>
&gt; * There is some bias towards higher connection speeds, very slow connections (&lt;30KB/s) timed out in order to run the test at a reasonable rate.<br/>
&gt;<br/>
&gt; * The connecting node was in Amsterdam with a 1GB NIC.<br/>
&gt;<br/>
&gt;<br/>
&gt; Results:<br/>
&gt;<br/>
&gt; * 37% of connected nodes failed to upload blocks faster than 1MB/s.<br/>
&gt;<br/>
&gt; * 16% of connected nodes uploaded blocks faster than 10MB/s.<br/>
&gt;<br/>
&gt; * Raw data, one line per connected node, kilobytes per second <a href="http://pastebin.com/raw.php?i=6b4NuiVQ" target="_blank">http://pastebin.com/raw.php?i=6b4NuiVQ</a><br/>
&gt;<br/>
&gt;<br/>
&gt; This does not support the theory that the network has the available bandwidth for increased block sizes, as in its current state 37% of nodes would fail to upload a 20MB block to a single peer in under 20 seconds (referencing a number quoted by Gavin). If the bar for suitability is placed at taking only 1% of the block time (6 seconds) to upload one block to one peer, then 69% of the network fails for 20MB blocks. For comparison, only 10% fail this metric for 1MB blocks.<br/>
&gt; _______________________________________________<br/>
&gt; bitcoin-dev mailing list<br/>
&gt; bitcoin-dev@lists.linuxfoundation.org<br/>
&gt; <a href="https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" target="_blank">https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br/>
<br/>
<br/>
<br/>
<br/>
_______________________________________________<br/>
bitcoin-dev mailing list<br/>
bitcoin-dev@lists.linuxfoundation.org<br/>
<a href="https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" target="_blank">https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a></div>
</div>
</div>
</div></div></body></html>