forked from bitcoin-dot-org/Bitcoin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·23 lines (23 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
executable file
·23 lines (23 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: base-en
id: index
title: Bitcoin - Open source P2P digital currency
---
<script>
//Auto redirect to the appropriate language
var langs={};{% for lang in site.langs %}{% if lang[0] != page.lang %}langs['{{ lang[0] }}']=true;{% endif %}{% endfor %}
var lang=(navigator.language)?navigator.language:navigator.userLanguage;
lang=lang.split('_')[0];
if(!langs[lang])lang='en';
setTimeout(function(){window.location.href='/'+lang+'/';},200);
</script>
<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>