Merge pull request #36 from fanquake/master

Improve text and bump Block count
This commit is contained in:
Nils Schneider 2012-05-15 05:48:36 -07:00
commit b6c5ef11b9

View file

@ -39,7 +39,7 @@ layout: simple
<li>Transactions are irreversible.</li>
<li>Double spending is prevented by using a <a href="https://en.bitcoin.it/wiki/Block_chain">block chain</a>.</li>
<li>Transactions are broadcasted within seconds and <a href="https://en.bitcoin.it/wiki/FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F">verified within 10 to 60 minutes</a>.</li>
<li>Transactions are received while the computer is turned off.</li>
<li>Transactions can be received at any time regardless of whether your computer is turned on or off.</li>
</ul>
<h2>Economic rules</h2>
@ -54,10 +54,10 @@ layout: simple
<h2>Features of the Bitcoin network</h2>
<p>The network is running for more than 32 months yielding to some impressive security features.</p>
<p>The network has been running for more than 32 months yielding to some impressive security features.</p>
<ul>
<li>Long block chain (more than 140.000 blocks) with lots of processing power securing transactions.</li>
<li>Long block chain (more than 180.000 blocks) with lots of processing power securing transactions.</li>
<li>Only one major <a href="https://en.bitcoin.it/wiki/Incidents#Value_overflow">incident</a> (fixed in August 2010).</li>
</ul>