mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
121 lines
4.6 KiB
Markdown
121 lines
4.6 KiB
Markdown
---
|
|
layout: static_page
|
|
title: "All Monero Downloads"
|
|
title-pre-kick: "All Monero"
|
|
title-kick: "Downloads"
|
|
title-post-kick: ""
|
|
kick-class: "red-kicks"
|
|
icon: "icon_all_downloads"
|
|
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
|
|
---
|
|
|
|
### Monero Core
|
|
|
|
Monero Core consists of several applications, including monerod (the daemon used if running a @full-node, as it maintains the connection to the Monero network) and monero-wallet-cli (a Monero @account manager application), as well as several other helper applications.
|
|
|
|
If you are using Monero Core for the first time you can simply download an appropriate release, and run monerod to get synced up to the network.
|
|
|
|
Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-signed list of the hashes is at [getmonero.org/downloads/hashes.txt](https://getmonero.org/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys).
|
|
|
|
<div class="row">
|
|
|
|
{% for data_downloads in site.data.downloads %}
|
|
|
|
{% if data_downloads.cli_hash == "source" %}
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
|
<a href="{{ data_downloads.cli_url }}">
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
|
</a>
|
|
<img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
|
</h4>
|
|
|
|
<h4>
|
|
<img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
|
</h4>
|
|
|
|
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
|
<br><br>
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
{% elsif data_downloads.gui_hash == nil and data_downloads.cli_hash != nil %}
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
|
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-line Tools Only)
|
|
</a>
|
|
</h4>
|
|
|
|
<h4>
|
|
<img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
|
</h4>
|
|
|
|
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
|
<strong>SHA256 Hash:</strong> {{ data_downloads.cli_hash }}<br>
|
|
<br><br>
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash == nil %}
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
|
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Beta 2)
|
|
</a>
|
|
</h4>
|
|
|
|
<h4>
|
|
<img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
|
</h4>
|
|
|
|
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
|
<strong>SHA256 Hash:</strong> {{ data_downloads.gui_hash }}<br>
|
|
<br><br>
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %}
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
|
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Beta 2)
|
|
</a>
|
|
</h4>
|
|
|
|
<h4>
|
|
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-Line Tools Only)
|
|
</a>
|
|
</h4>
|
|
|
|
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
|
<strong>SHA256 Hash (GUI):</strong> {{ data_downloads.gui_hash }}<br>
|
|
<strong>SHA256 Hash (CLI):</strong> {{ data_downloads.cli_hash }}<br>
|
|
|
|
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
</div>
|
|
|
|
### Other Downloads
|
|
|
|
- If you'd prefer to use a blockchain bootstrap, instead of syncing up from scratch, you can [use this link for the most current bootstrap](https:////downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
|
|
- For Monero Research Lab publications please visit the [Monero Research Lab section](/research-lab) of this site.
|
|
- High resolution and vector copies of the Monero logo [can be downloaded at this link](https://downloads.getmonero.org/resources/branding.zip).
|