dash-docs/en/about.html
Saivann 21441d310d Handle urls translations automatically in pages
Internal page urls are now all declared once in _config.yml for each language
Translators can translate file and anchor urls without needing to manually update all pages
2013-04-25 18:32:51 -04:00

42 lines
3.5 KiB
HTML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
lang: en
layout: base-en
id: about
title: About - Bitcoin
---
<h1>About Bitcoin</h1>
<h2>A bit of history</h2>
<p>Bitcoin is one of the first implementations of a concept called crypto-currency, which was first described in 1998 by Wei Dai on the cypherpunks mailing list. Building upon the notion that money is any object, or any sort of record, accepted as payment for goods and services and repayment of debts in a given country or socio-economic context, Bitcoin is designed around the idea of a new form of money that uses cryptography to control its creation and transactions, rather than relying on central authorities.</p>
<p>In 2009, the first Bitcoin specification and proof of concept was published in a cryptography mailing list by a member under the pseudonym of Satoshi Nakamoto. Towards the end of 2010 Satoshi left the project, saying he had moved on to other things. The creator of Bitcoin never revealed his identity and simply left his invention to the world. The origin and the motivation behind Bitcoin are still today a great source of mystery.</p>
<p>Since 2010, the Bitcoin community has grown with many developers working on the project. During June and July 2011, Bitcoin suddenly gained media attention leading to a massive buy rally. The resulting bubble slowly deflated through the latter part of 2011, and since then the value of Bitcoin has slowly climbed once again back to its 2011 heights.</p>
<p>On September 27th 2012, the Bitcoin Foundation was created in an effort to standardize, protect, and promote Bitcoin. Today, the Bitcoin economy is developing quickly with new users joining every day.</p>
<h2>Technical features</h2>
<p>These are the basic features of any Bitcoin-like network.</p>
<ul>
<li>Bitcoins can be transferred between arbitrary nodes on the network.</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>Transactions are broadcast 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>Transaction processing and money issuance are carried out collectively through <a href="https://en.bitcoin.it/wiki/Mining">mining</a>.</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>
<p>These rules are enforced collectively by the Bitcoin network.</p>
<ul>
<li>Hard limit of <a href="https://en.bitcoin.it/wiki/Controlled_Currency_Supply">about 21 million bitcoins</a>.</li>
<li>Bitcoins are divisible to 8 decimal places, yielding a total of approximately 21×10<sup>14</sup> currency units.</li>
<li>Transactions are cheap and <a href="https://en.bitcoin.it/wiki/Transaction_fees">mostly free</a>.</li>
</ul>
<h2>Statistics</h2>
<p>The Bitcoin network has been running continuously for more than 48 months, yielded impressive security features and grown significantly in the past year. As of April 2013:</p>
<ul>
<li>Long block chain with more than 232,000 blocks.</li>
<li>One of the largest distributed computing network in the world with more than 65 terahashes/s.</li>
<li>Millions of USD in daily trade volume distributed across 50,000 transactions.</li>
<li>Total value of all bitcoins in circulation is over US$1.3 billion.</li>
<li>Only one major <a href="https://en.bitcoin.it/wiki/Incidents#Value_overflow">security incident</a> in the protocol which was fixed in August 2010.</li>
</ul>