mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
192 lines
5.5 KiB
HTML
192 lines
5.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta property="og:image" content="https://www.dash.org/assets/img/graphics/dash_circle_normal.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>Bitcoin: A Peer-to-Peer Electronic Cash System</title>
|
|
|
|
<link rel="stylesheet" href="/css/font-awesome-4.4.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<!--[if lt IE 8]><link rel="stylesheet" href="/css/ie.css"><script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
|
<!--[if IE 8]><link rel="stylesheet" href="/css/ie8.css"><![endif]-->
|
|
|
|
|
|
<script type="text/javascript" src="/js/base.js"></script>
|
|
<script type="text/javascript" src="/js/main.js"></script>
|
|
|
|
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
|
|
<script src="/js/jquery/jquery.qrcode.min.js"></script>
|
|
|
|
<link rel="shortcut icon" href="/favicon.png">
|
|
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_dash_circle_normal.png"/>
|
|
|
|
<!-- Turn off cookie/analytic stuff
|
|
<script>
|
|
window.cookieconsent_options = {
|
|
theme: 'light-floating'
|
|
}
|
|
</script>
|
|
<script type="text/javascript" src="/js/cookieconsent/cookieconsent.js"></script>
|
|
<script>
|
|
if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNotTrack != "1" && navigator.msDoNotTrack != "1" ){
|
|
var script = document.createElement('script');
|
|
script.src = '/js/analytics.js'
|
|
document.getElementsByTagName("head")[0].appendChild(script);
|
|
}
|
|
</script>
|
|
-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="detectmobile" class="detectmobile"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="head"><div>
|
|
|
|
<ul class="lang">
|
|
<li><a>English</a>
|
|
<ul>
|
|
<li><ul>
|
|
|
|
|
|
|
|
<li><a href="/en/bitcoin-paper" class="active">English</a></li>
|
|
|
|
</ul></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
<a id="menumobile" class="menumobile" onclick="mobileMenuShow(event);" ontouchstart="mobileMenuShow(event);"></a>
|
|
|
|
|
|
|
|
<a class="logo" href="/en/"><img src="/img/icons/logotop.svg" alt="Dash"></a>
|
|
|
|
|
|
<div id="langselect" class="langselect"><select onchange="window.location=this.value;">
|
|
|
|
<option value="/en/bitcoin-paper" selected="selected">English</option>
|
|
|
|
</select></div>
|
|
|
|
|
|
|
|
<ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
|
|
<li><a href="/en/bitcoin-for-developers">Developers</a></li>
|
|
<!--<li><a href="/en/developer-documentation">Documentation</a></li>-->
|
|
|
|
<li><a>Documentation</a>
|
|
<ul>
|
|
<li><a href="/en/developer-guide">Guide</a></li>
|
|
<li><a href="/en/developer-reference">Reference</a></li>
|
|
<li><a href="/en/developer-examples">Examples</a></li>
|
|
<li><a href="/en/developer-glossary">Glossary</a></li>
|
|
<li><a href="/en/doxygen/html/index.html">Source Code</a></li>
|
|
|
|
<!--
|
|
<li><a href="/en/getting-started">Getting started</a></li>
|
|
<li><a href="/en/how-it-works">How it works</a></li>
|
|
<li><a href="/en/you-need-to-know">You need to know</a></li>
|
|
-->
|
|
</ul>
|
|
</li>
|
|
<li><a>Resources</a>
|
|
<ul>
|
|
<li><a rel="noopener noreferrer" target="_blank" href="https://www.dash.org/community/">Community</a></li>
|
|
<li><a href="/en/vocabulary">Vocabulary</a></li>
|
|
</ul>
|
|
</li>
|
|
<!-- <li><a href="/en/innovation">Innovation</a></li> -->
|
|
</ul>
|
|
|
|
</div></div>
|
|
|
|
<div class="body">
|
|
|
|
|
|
<div class="breadcrumbs">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content" class="content">
|
|
<h1>Bitcoin: A Peer-to-Peer Electronic Cash System</h1>
|
|
<p class="summary">The paper that first introduced Bitcoin</p>
|
|
|
|
<p>Satoshi Nakamoto's original paper is still recommended reading for anyone studying how Bitcoin works. Choose which translation of the paper you want to read:
|
|
|
|
|
|
<ul>
|
|
<li><b><a href="/bitcoin.pdf">English original</a></b></li>
|
|
|
|
<li><a href="/files/bitcoin-paper/bitcoin_es.pdf">Español (España)</a> translated by <a href="https://github.com/breathingdog">Breathingdog</a></li>
|
|
|
|
<li><a href="/files/bitcoin-paper/bitcoin_es_latam.pdf">Español (Latinoamericano)</a> translated by <a href="https://github.com/gubatron">Angel León</a></li>
|
|
|
|
<li><a href="/files/bitcoin-paper/bitcoin_it.pdf">Italiano</a> translated by
|
|
<a href="https://github.com/terzim">Terzim</a></li>
|
|
|
|
<li><a href="/files/bitcoin-paper/bitcoin_ru.pdf">Русский</a> translated by <a href="https://github.com/arvicco">Ar Vicco</a></li>
|
|
|
|
<li><a href="/files/bitcoin-paper/bitcoin_se.pdf">Svenska</a> translated by <a href="https://github.com/hanspandeya">hanspandeya</a></li>
|
|
</ul>
|
|
|
|
<p>Do you want to translate the paper into your language? Visit the <a href="https://github.com/saivann/bitcoinwhitepaper">Bitcoin Paper repository</a> for instructions and <a href="https://github.com/saivann/bitcoinwhitepaper/issues/new">open an issue</a> if you have any questions.</p>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="footersponsor">
|
|
<!--<div><span>A community website sponsored by</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>-->
|
|
</div>
|
|
|
|
|
|
|
|
<div class="footerlicense">© Bitcoin Project 2009-2018 Released under the <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT license</a>
|
|
<br>© Dash Project 2017-2018 Released under the <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT license</a></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
fallbackSVG();
|
|
addAnchorLinks();
|
|
trackOutgoingLinks();
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|