|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Monero 0.18.4.4 'Fluorine Fermi' released" |
| 4 | +summary: Recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export. |
| 5 | +tags: [releases] |
| 6 | +author: selsta |
| 7 | +image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png |
| 8 | +--- |
| 9 | + |
| 10 | +<div align="center"> |
| 11 | + <img src="{{ page.image }}" width="350px"> |
| 12 | +</div> |
| 13 | + |
| 14 | +# Overview |
| 15 | + |
| 16 | +This is the v0.18.4.4 release of the Monero software. This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export. |
| 17 | + |
| 18 | +Some highlights of this release are: |
| 19 | + |
| 20 | +- Ledger: make secret view key export mandatory (#[10195](https://github.com/monero-project/monero/pull/10195)) |
| 21 | +- Wallet: identify spends in pool when scanning (#[10153](https://github.com/monero-project/monero/pull/10153)) |
| 22 | +- Daemon: relay empty fluffy block on found block (#[10206](https://github.com/monero-project/monero/pull/10206)) |
| 23 | +- Daemon: correct txpool weight miscalculation in edge case (#[10204](https://github.com/monero-project/monero/pull/10204)) |
| 24 | +- Daemon: refine sync height selection logic (#[10202](https://github.com/monero-project/monero/pull/10202)) |
| 25 | +- Additional logging deadlock fixes (#[10194](https://github.com/monero-project/monero/pull/10194)) |
| 26 | +- Minor bug fixes and improvements |
| 27 | + |
| 28 | +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.4.3...v0.18.4.4), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.4.4). |
| 29 | + |
| 30 | +# Contributors for this Release |
| 31 | + |
| 32 | +This release was the direct result of 4 people who worked to put out 14 commits containing 286 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are: |
| 33 | + |
| 34 | +- tobtoht |
| 35 | +- 0xFFFC0000 |
| 36 | +- selsta |
| 37 | +- j-berman |
| 38 | + |
| 39 | +# Download |
| 40 | + |
| 41 | +The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below. |
| 42 | + |
| 43 | +- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.4.zip) |
| 44 | +- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.4.zip) |
| 45 | +- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.4.tar.bz2) |
| 46 | +- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.4.tar.bz2) |
| 47 | +- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.4.tar.bz2) |
| 48 | +- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.4.tar.bz2) |
| 49 | +- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.4.tar.bz2) |
| 50 | +- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.4.tar.bz2) |
| 51 | +- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.4.tar.bz2) |
| 52 | +- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.4.tar.bz2) |
| 53 | +- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.4.tar.bz2) |
| 54 | +- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.4.tar.bz2) |
| 55 | + |
| 56 | +# Hashes |
| 57 | + |
| 58 | +If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes: |
| 59 | + |
| 60 | +``` |
| 61 | +monero-win-x64-v0.18.4.4.zip, 7eb3b87a105b3711361dd2b3e492ad14219d21ed8fd3dd726573a6cbd96e83a6 |
| 62 | +monero-win-x86-v0.18.4.4.zip, a148a2bd2b14183fb36e2cf917fce6f33fb687564db2ed53193b8432097ab398 |
| 63 | +monero-mac-x64-v0.18.4.4.tar.bz2, af3d98f09da94632db3e2f53c62cc612e70bf94aa5942d2a5200b4393cd9c842 |
| 64 | +monero-mac-armv8-v0.18.4.4.tar.bz2, 645e9bbae0275f555b2d72a9aa30d5f382df787ca9528d531521750ce2da9768 |
| 65 | +monero-linux-x64-v0.18.4.4.tar.bz2, 7fe45ee9aade429ccdcfcad93b905ba45da5d3b46d2dc8c6d5afc48bd9e7f108 |
| 66 | +monero-linux-x86-v0.18.4.4.tar.bz2, 8c174b756e104534f3d3a69fe68af66d6dc4d66afa97dfe31735f8d069d20570 |
| 67 | +monero-linux-armv8-v0.18.4.4.tar.bz2, b9daede195a24bdd05bba68cb5cb21e42c2e18b82d4d134850408078a44231c5 |
| 68 | +monero-linux-armv7-v0.18.4.4.tar.bz2, 2040dc22748ef39ed8a755324d2515261b65315c67b91f449fa1617c5978910b |
| 69 | +monero-linux-riscv64-v0.18.4.4.tar.bz2 c939ea6e8002798f24a56ac03cbfc4ff586f70d7d9c3321b7794b3bcd1fa4c45 |
| 70 | +monero-android-armv8-v0.18.4.4.tar.bz2, eb81b71f029884ab5fec76597be583982c95fd7dc3fc5f5083a422669cee311e |
| 71 | +monero-android-armv7-v0.18.4.4.tar.bz2, 7c2ad18ca3a1ad5bc603630ca935a753537a38a803e98d645edd6a3b94a5f036 |
| 72 | +monero-freebsd-x64-v0.18.4.4.tar.bz2, bc539178df23d1ae8b69569d9c328b5438ae585c0aacbebe12d8e7d387a745b0 |
| 73 | +``` |
| 74 | + |
| 75 | +A GPG-signed list of the hashes is at [https://www.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. |
| 76 | + |
| 77 | +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). |
0 commit comments