First of all I do agree that a method for adjusting the difficulty in a huge power drop is needed (I don&#39;t see it so much in power rises).<br><br>The current block generation with a fixed difficulty was chosen because it it clear when to adjust and to what target difficulty it has to be adjusted. If we were to use synchronized time windows and select the hardest block it gets incredibly complicated as synchronization is not possible in distributed systems. Even the smallest drift would allow for forks in the chain all over the place. Furthermore the delay in propagation will also cause forks.<br>

<br>If 1/2 of the network see one block as the hardest, and for the rest of the network it came too late then we&#39;ll have a fork that stays with us quite a while.<br><br>The block chain is described as a timestamp server in the paper, but it is more of a proof-of-existence before, as the contained timestamp cannot be trusted anyway.<br>

<br>Regards,<br>Chris<br><br><div class="gmail_quote">2011/11/23 Jorge Timón <span dir="ltr">&lt;<a href="mailto:timon.elviejo@gmail.com">timon.elviejo@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

With the current system, the timestamp can also be cheated, but miners<br>
have no direct incentive to do it. With your system, they increase<br>
their probability of mining a block by putting a false timestamp.<br>
Also, where&#39;s the network clock you&#39;re talking about? Isn&#39;t it the<br>
timestamps in the blockchain?<br>
<br>
<br>
<br>
2011/11/23, Andy Parkins &lt;<a href="mailto:andyparkins@gmail.com">andyparkins@gmail.com</a>&gt;:<br>
<div><div class="h5">&gt; On 2011 November 23 Wednesday, Jorge Timón wrote:<br>
&gt;&gt; 2011/11/23, Andy Parkins &lt;<a href="mailto:andyparkins@gmail.com">andyparkins@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Let&#39;s abandon the idea of a target difficulty.  Instead, every node just<br>
&gt;&gt; &gt;<br>
&gt;&gt;  &gt; generates the most difficulty block it can.  Simultaneously, every node<br>
&gt;&gt;  &gt; is listening for &quot;the most difficult block generated before time T&quot;;<br>
&gt;&gt;  &gt; with T being<br>
&gt;&gt;  &gt; picked to be the block generation rate (10 minutes).<br>
&gt;&gt;<br>
&gt;&gt; A miner could try to obtain more difficulty out of time and cheat its<br>
&gt;&gt; reported datetime (T).<br>
&gt;<br>
&gt; Just as with the current system.<br>
&gt;<br>
&gt; The defence is that on receipt of a block, its timestamp is checked against<br>
&gt; the node&#39;s own clock and averaged network clock.  Blocks out of that band<br>
&gt; are<br>
&gt; rejected.<br>
&gt;<br>
&gt;<br>
&gt; Andy<br>
&gt; --<br>
&gt; Dr Andy Parkins<br>
&gt; <a href="mailto:andyparkins@gmail.com">andyparkins@gmail.com</a><br>
&gt;<br>
<br>
<br>
</div></div>--<br>
<div class="HOEnZb"><div class="h5">Jorge Timón<br>
<br>
------------------------------------------------------------------------------<br>
All the data continuously generated in your IT infrastructure<br>
contains a definitive record of customers, application performance,<br>
security threats, fraudulent activity, and more. Splunk takes this<br>
data and makes sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-novd2d" target="_blank">http://p.sf.net/sfu/splunk-novd2d</a><br>
_______________________________________________<br>
Bitcoin-development mailing list<br>
<a href="mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-development@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/bitcoin-development" target="_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-development</a><br>
</div></div></blockquote></div><br>