mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #5 from TheBlueMatt/roundlimit
Round total bitcoins to 21 million.
This commit is contained in:
commit
eb846587ef
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ ALERT:
|
||||||
<p>These rules are enforced collectively by the network. While they will not change for Bitcoin, other digital currencies using Bitcoin's technology may change them to suit their needs.</p>
|
<p>These rules are enforced collectively by the network. While they will not change for Bitcoin, other digital currencies using Bitcoin's technology may change them to suit their needs.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Hard limit of 20999999.97690000 Bitcoins.</li>
|
<li>Hard limit of about 21 million Bitcoins.</li>
|
||||||
<li>Bitcoins are divisible to 8 decimal places yielding a total of approx. 21×10<sup>14</sup> currency units.</li>
|
<li>Bitcoins are divisible to 8 decimal places yielding a total of approx. 21×10<sup>14</sup> currency units.</li>
|
||||||
<li>Transactions are cheap, and mostly free (<a href="https://en.bitcoin.it/wiki/Transaction_fees">Transaction fees</a>).</li>
|
<li>Transactions are cheap, and mostly free (<a href="https://en.bitcoin.it/wiki/Transaction_fees">Transaction fees</a>).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue