mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
65 lines
3.5 KiB
Markdown
65 lines
3.5 KiB
Markdown
---
|
|
layout: post
|
|
title: "Monero GUI 0.17.1.1 'Oxygen Orion' released"
|
|
summary: GUI point release containing fix for nodes stuck on block 2210720
|
|
tags: [releases]
|
|
author: selsta
|
|
image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
|
|
---
|
|
|
|
<div align="center">
|
|
<img src="{{ page.image }}" width="350px">
|
|
</div>
|
|
|
|
# Overview
|
|
|
|
This is the v0.17.1.1 minor point release of the Monero GUI software. This is a highly recommended release that fixes an issue with nodes getting stuck at block 2210720.
|
|
|
|
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/10/14/monero-0.17.1.0-released.html)
|
|
|
|
Some highlights of this minor release are:
|
|
|
|
- Fix sync past block 2210720
|
|
- Add "pending" and "failed" transaction status
|
|
- Simple mode: improve start / stop splash screen
|
|
- Simple mode: set default out peers to 16
|
|
- Add armv8-linux release target
|
|
- Fix wallet getting stuck on close
|
|
- Minor bug fixes
|
|
|
|
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.1.0...v0.17.1.1), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.1.1).
|
|
|
|
# Contributors for this Release
|
|
|
|
This release was the direct result of 4 people who worked, largely unpaid and altruistically, to put out 22 commits containing 62 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
|
|
|
- Snipa
|
|
- bjacquin
|
|
- xiphon
|
|
- selsta
|
|
|
|
# Download
|
|
|
|
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#gui) or from the direct links below.
|
|
|
|
- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.17.1.1.zip)
|
|
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.1.1.exe)
|
|
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.1.1.dmg)
|
|
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.1.1.tar.bz2)
|
|
|
|
A complete guide for the GUI wallet is included in the archives, but [an online version is available](https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md).
|
|
|
|
# Download Hashes
|
|
|
|
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
|
|
|
|
```
|
|
monero-gui-win-x64-v0.17.1.1.zip, a64fe57d2f0cf6bab49f78c5ae298f71e3fc44777da4e0cd89cd660facce14c2
|
|
monero-gui-install-win-x64-v0.17.1.1.exe, 318cec037990d89cec62f2d29ac5827a459d15a638abc5c25cbc3b910337e50f
|
|
monero-gui-mac-x64-v0.17.1.1.dmg, ebaecd3b4072c1ef22009dd69290208b5c83b9b597de1a1116bc05564a08a916
|
|
monero-gui-linux-x64-v0.17.1.1.tar.bz2, 14f5667e57603f05872a0dcd31a81acd7ffa31b71eb83ba22661bd05e2fc53d1
|
|
```
|
|
|
|
A GPG-signed list of the hashes is at [https://getmonero.org/downloads/hashes.txt]({{ site.baseurl_root }}/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). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.
|
|
|
|
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)]({{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)]({{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html).
|