--- layout: post title: "Monero 0.16.0.1 'Nitrogen Nebula' Minor Point Release" summary: Minor release containing mostly bug fixes tags: [releases] author: ErCiccione, selsta --- # Overview This is the v0.16.0.1 minor point release of the Monero software. Some highlights of this release are: - Ledger: fix transfer with multiple inputs - Trezor: add support for sweep_single - Blockchain: fix timestamp / difficulty cache getting out of sync - Various minor bug fixes The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.16.0.0...v0.16.0.1), along with [the source code](https://github.com/monero-project/monero/tree/v0.16.0.1). # Contributors for this Release This release was the direct result of 7 people who worked, largely unpaid and altruistically, to put out 31 commits containing 94 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: - ph4r05 - selsta - luigi1111 - moneromooo-monero - vtnerd - grydz - Parean # Official Download Links The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below. - [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.16.0.1.zip) - [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.16.0.1.zip) - [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.16.0.1.tar.bz2) - [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.16.0.1.tar.bz2) - [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.16.0.1.tar.bz2) - [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.16.0.1.tar.bz2) - [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.16.0.1.tar.bz2) - [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.16.0.1.tar.bz2) - [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.16.0.1.tar.bz2) - [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.16.0.1.tar.bz2) # Download Hashes If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes: ``` monero-win-x64-v0.16.0.1.zip, 851b57ec0783d191f0942232e431aedfbc2071125b1bd26af9356c7b357ab431 monero-win-x86-v0.16.0.1.zip, e944d15b98fcf01e54badb9e2d22bae4cd8a28eda72c3504a8156ee30aac6b0f monero-mac-x64-v0.16.0.1.tar.bz2, d226c704042ff4892a7a96bb508b80590a40173683101db6ad3a3a9e20604334 monero-linux-x64-v0.16.0.1.tar.bz2, 4615b9326b9f57565193f5bfe092c05f7609afdc37c76def81ee7d324cb07f35 monero-linux-x86-v0.16.0.1.tar.bz2, 3e4524694a56404887f8d7fedc49d5e148cbf15498d3ee18e5df6338a86a4f68 monero-linux-armv8-v0.16.0.1.tar.bz2, 83c21fe8bb5943c4a4c77af90980a9c3956eea96426b4dea89fe85792cc1f032 monero-linux-armv7-v0.16.0.1.tar.bz2, 962f30701ef63a133a62ada24066a49a2211cd171111828e11f7028217a492ad monero-android-armv8-v0.16.0.1.tar.bz2, d9e885b3b896219580195fa4c9a462eeaf7e9f7a6c8fdfae209815682ab9ed8a monero-android-armv7-v0.16.0.1.tar.bz2, 8e3ce10997ab50eec2ec3959846d61b1eb3cb61b583c9f0f9f5cc06f63aaed14 monero-freebsd-x64-v0.16.0.1.tar.bz2, 4f4a2c761b3255027697cd57455f5e8393d036f225f64f0e2eff73b82b393b50 ``` A GPG-signed list of the hashes is at [https://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). 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).