mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Blog: Add post about release 0.16
This commit is contained in:
parent
79f7fa69f1
commit
d07075a2cd
1 changed files with 118 additions and 0 deletions
118
_posts/2020-05-23-monero-0.16-released.md
Normal file
118
_posts/2020-05-23-monero-0.16-released.md
Normal file
|
@ -0,0 +1,118 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Monero 0.16.0.0 'Nitrogen Nebula' released"
|
||||
summary: Major release with Dandelion++ integration, significant speedups and more
|
||||
tags: [releases]
|
||||
author: ErCiccione, selsta
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
This is the v0.16.0.0 major release of the Monero software. This major release adds [Dandelion++]({{ site.baseurl_root }}/2020/04/18/dandelion-implemented.html) support and improves Bulletproofs verification speed.
|
||||
|
||||
Some highlights of this release are:
|
||||
|
||||
- Bulletproofs: improve verification speed
|
||||
- Daemon: add Dandelion++ support
|
||||
- Daemon: speedup startup in some cases
|
||||
- Daemon: reduce bandwidth by up to 2/3rd
|
||||
- Daemon: improve auto bootstrap algorithm
|
||||
- Daemon: faster fetching of consecutive transactions
|
||||
- Daemon: print estimates for time until fully synced
|
||||
- Ledger: improve error messages
|
||||
- Ledger: timelock verification
|
||||
- Wallet: new "address one-off" command
|
||||
- Wallet: new "sweep_account" command
|
||||
- ZMQ: improved support and bug fixes
|
||||
- Various bug fixes and performance improvements
|
||||
|
||||
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.15.0.5...v0.16.0.0), along with [the source code](https://github.com/monero-project/monero/tree/v0.16.0.0).
|
||||
|
||||
# Contributors for this Release
|
||||
|
||||
This release was the direct result of 49 people who worked, largely unpaid and altruistically, to put out 563 commits containing 81539 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||||
|
||||
- Alexander Blair
|
||||
- Lee Clagett
|
||||
- xiphon
|
||||
- Tadeas Moravec
|
||||
- moneromooo-monero
|
||||
- Howard Chu
|
||||
- rbrunner7
|
||||
- woodser
|
||||
- selsta
|
||||
- Riccardo Spagni
|
||||
- Kevin Crumb
|
||||
- Bert Peters
|
||||
- iDunk5400
|
||||
- Sarang Noether
|
||||
- Interchained
|
||||
- Dusan Klinec
|
||||
- Sumo Gr
|
||||
- Matt Smith
|
||||
- TheCharlatan
|
||||
- naughtyfox
|
||||
- Aaron Hook
|
||||
- mj-xmr
|
||||
- Jonathan Cross
|
||||
- erciccione
|
||||
- kozyilmaz
|
||||
- ArqTras
|
||||
- TheGoose
|
||||
- tevador
|
||||
- Martijn Otto
|
||||
- Jethro Grassie
|
||||
- rating89us
|
||||
- Nathan Dorfman
|
||||
- Gingeropolous
|
||||
- palomato
|
||||
- JamesWrigley
|
||||
- sumogr
|
||||
- Doyle
|
||||
- scoobybejesus
|
||||
- UkoeHB
|
||||
- Guillaume Le Vaillant
|
||||
- guy
|
||||
- stoffu
|
||||
- cohcho
|
||||
- cslashm
|
||||
- Jason Rhinelander
|
||||
- wowario
|
||||
- binaryFate
|
||||
- Bertrand Jacquin
|
||||
|
||||
# Download
|
||||
|
||||
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads) or from the direct links below.
|
||||
|
||||
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.16.0.0.zip)
|
||||
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.16.0.0.zip)
|
||||
- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.16.0.0.tar.bz2)
|
||||
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.16.0.0.tar.bz2)
|
||||
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.16.0.0.tar.bz2)
|
||||
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.16.0.0.tar.bz2)
|
||||
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.16.0.0.tar.bz2)
|
||||
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.16.0.0.tar.bz2)
|
||||
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.16.0.0.tar.bz2)
|
||||
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.16.0.0.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.0.zip, f2750efb65b70ae9cad64d977cb0bfbe4dc6d014fe0b7fd565002282d67d469d
|
||||
monero-win-x86-v0.16.0.0.zip, b1fc293dd9c12f90c7c343777298e86a22f25788561629b92ec0b23eb6cfb42c
|
||||
monero-mac-x64-v0.16.0.0.tar.bz2, 8e9382cc509751765ed9601f6ac9d37cdb9e94dd5e541312545430e6617c6850
|
||||
monero-linux-x64-v0.16.0.0.tar.bz2, e507943b46e9d7c9ccdb641dcccb9d8205dd9de660a0ab5566dac5423f8b95e2
|
||||
monero-linux-x86-v0.16.0.0.tar.bz2, 1c08139550bbbbe1844cf48b6b1d60385be70072841fcbe5e0614fa628a23604
|
||||
monero-linux-armv8-v0.16.0.0.tar.bz2, 76afab3670df104d392048f52fde92dc611342ca0780690e7e042f1371828acb
|
||||
monero-linux-armv7-v0.16.0.0.tar.bz2, 8aad622b0e562b610b69bc0ed0fab98bc7bfc77352151b9259ef5c8cab9338d0
|
||||
monero-android-armv8-v0.16.0.50.tar.bz2, 06c352fd73307f2757c003eb295152715ef2003323db6367d72b258e512f6cbc
|
||||
monero-android-armv7-v0.16.0.0.tar.bz2, c3f9f41b3fd3c8859d952ac95d9b5ab2cc9ad541a868edf6e9100afff5d4dd7f
|
||||
monero-freebsd-x64-v0.16.0.0.tar.bz2, 56e68d171d93e2bcea5a7e8eb7f410fcb8fb811c69b6a4f2fad0e15c0a48f6db
|
||||
```
|
||||
|
||||
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).
|
Loading…
Reference in a new issue