mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve text
This commit is contained in:
parent
68c3f00756
commit
1955c7032c
1 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ layout: simple
|
||||||
<li>Transactions are irreversible.</li>
|
<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>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 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 wether your computer is turned on or off.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Economic rules</h2>
|
<h2>Economic rules</h2>
|
||||||
|
@ -54,10 +54,10 @@ layout: simple
|
||||||
|
|
||||||
<h2>Features of the Bitcoin network</h2>
|
<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>
|
<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>
|
<li>Only one major <a href="https://en.bitcoin.it/wiki/Incidents#Value_overflow">incident</a> (fixed in August 2010).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue