mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
jekyll now automatically generates sitemap alternate hreflang is now correctly handled by sitemaps language bar now gracefully associate with the translated equivalent of the page update README with updated translation guidelines and instructions
20 lines
1.9 KiB
HTML
20 lines
1.9 KiB
HTML
---
|
|
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 }}-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 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>
|
|
|