mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
21 lines
1.9 KiB
HTML
Executable file
21 lines
1.9 KiB
HTML
Executable file
---
|
|
lang: en
|
|
layout: base-en
|
|
id: download
|
|
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 }}-macosx.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 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>
|
|
<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 href="http://blockchain.info/charts/blocks-size">blockchain size</a>.</p>
|
|
|