From 6c101acb09925696197faad2d6d6834bb34c64f2 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 18 Aug 2020 11:12:48 +0200 Subject: [PATCH] Blog: Add post announcing October's network upgrade --- ...2020-08-18-network-upgrade-october-2020.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _posts/2020-08-18-network-upgrade-october-2020.md diff --git a/_posts/2020-08-18-network-upgrade-october-2020.md b/_posts/2020-08-18-network-upgrade-october-2020.md new file mode 100644 index 00000000..f26fb55e --- /dev/null +++ b/_posts/2020-08-18-network-upgrade-october-2020.md @@ -0,0 +1,30 @@ +--- +layout: post +title: "Monero will experience a network upgrade on 17th October 2020" +summary: Announcement of the upcoming network upgrade (17th October) +tags: [community, protocol upgrade, core, crypto] +author: ErCiccione +--- + +The next network upgrade will take place on **17th October 2020**. Network upgrades are technically hard forks and require all the participants to the Monero network to upgrade their software (@wallet and @daemon). The new software will be released one month before the network upgrade: **17th September**. + +This network upgrade will introduce ground changing features like the [new ring signature construction CLSAG]({{ site.baseurl_root }}/2020/07/31/clsag-audit.html), which will drastically **reduce the transaction size by ~25%** and **improve verification performance by ~20%**. Basically, every transaction will be lighter and faster. The complete list of changes and improvements will be released along with the new binaries. + +The logs of the meeting where the dates of the network upgrade were decided [are available on this website]({{ site.baseurl_root }}/2020/07/19/monero-dev-meeting.html). + +### Common questions + +**Q:** Hard fork? Does this mean there will be a split and a new coin will be created? +**A:** *No. Hard forks in Monero are made to improve the base protocol, they are non-contentious. There will be no split and no new coin will be created.* + +**Q:** What do I have to do to be prepared for this upgrade? +**A:** *A new release will be announced before the network upgrade (Around 17th September). You will only have to be using the updated software by the time the network upgrade occurs (17th October). To the final user, it will be like a simple software update.* + +**Q:** How do I update my wallet/node? +**A:** *Detailed instructions will be posted along with the software update, but basically users will need to simply replace their previous software (monerod, monero-wallet-cli, monero-wallet-gui) with the new version. That's it.* + +**Q:** If I have my coins on a paper wallet, do I have to do something? +**A:** *No. You will simply have to use an updated version of the Monero software when you will decide to move your coins.* + +**Q:** Will there be any changes to the PoW algorithm? +**A:** *No. The PoW algorithm will not be affected. Mining will work as before.* \ No newline at end of file