mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
new bitcoin.org
implement multilanguage new improved clients list page update history and statistics in the "about" page add "Some things you need to know" page add "Support Bitcoin" page add a contextual presentation for each category of users (individuals, organizations, developers and enthusiasts) add a short and concise "how it works" page add a "vocabulary" page for Bitcoin technical words definitions give more visibility for the foundation new website design and layout
This commit is contained in:
parent
6d00273b38
commit
2718222c9b
191 changed files with 9435 additions and 2716 deletions
19
en/download.html
Normal file
19
en/download.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: base-en
|
||||
title: Download - Bitcoin
|
||||
---
|
||||
<h1>Download Bitcoin-Qt</h1>
|
||||
<h2>Latest version : {{ site.DOWNLOAD_VERSION }}</h2>
|
||||
<p class="download">
|
||||
<img src="/img/dow-win.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-win32.zip/download">Download for Windows (zip)</a> <small>~13MB</small><br>
|
||||
<img src="/img/dow-win.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-win32-setup.exe/download">Download for Windows (exe)</a> <small>~9MB</small><br>
|
||||
<img src="/img/dow-ubuntu.png"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">Download for Ubuntu (PPA)</a><br>
|
||||
<img src="/img/dow-linux.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-linux.tar.gz/download">Download for Linux (tgz, 32/64-bit)</a> <small>~12MB</small><br>
|
||||
<img src="/img/dow-osx-uni.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-osx.dmg/download">Download for Mac OS X</a> <small>~13MB</small><br>
|
||||
<img style="width: 16px"> <a href="https://github.com/bitcoin/bitcoin">Source code</a> (GitHub)<br><br>
|
||||
<img style="width: 16px"> <a href="/en/version-history" style="font-weight:bold;">Show version history</a>
|
||||
</p>
|
||||
<br>
|
||||
<p>Bitcoin-Qt is a community-driven <a target="_blank" 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/" target="_blank">MIT license</a>.</p>
|
||||
<p><b>Note</b> : Bitcoin-Qt initial sync can take a day to complete. You should make sure that you have enough bandwidth and storage for the full <a target="_blank" href="http://blockchain.info/charts/blocks-size">blockchain size</a>.</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue