mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
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
16 lines
938 B
HTML
Executable file
16 lines
938 B
HTML
Executable file
---
|
|
lang: en
|
|
layout: base-en
|
|
id: index
|
|
title: Bitcoin - Open source P2P digital currency
|
|
---
|
|
<h1>An open source P2P digital currency</h1>
|
|
<p style="font-size:125%;">Bitcoin is a digital currency, a protocol, and a software that enables
|
|
<ul style="font-size:125%;">
|
|
<li>Instant peer-to-peer transactions</li>
|
|
<li>Worldwide payments</li>
|
|
<li>Low or zero processing fees</li>
|
|
<li>And much more!</li>
|
|
</ul>
|
|
<p>Bitcoin uses peer-to-peer technology to operate with no central authority; managing transactions and the issuing of bitcoins is carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
|
|
<p>The software is a community-driven, <a href="http://www.fsf.org/about/what-is-free-software">free, open-source</a> project released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>
|