From a513f304b0f8054ab5c9952737cd7b3e077fd611 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 7 Sep 2021 09:53:51 +0200 Subject: [PATCH] faq: add entry 'What is Monero's maximum supply?' --- _i18n/en.yml | 2 ++ get-started/faq/index.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/_i18n/en.yml b/_i18n/en.yml index e77dab08..7ffe4c79 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -527,6 +527,8 @@ faq: aasicresistance1: The problem is that these devices are very expensive and can be afforded by few. This leads to few entities owning a big amount of the hashrate of the network, which is a serious threat to the security of the network itself. For example, if big ASIC operators collude and manage to gain the majority of the hashrate of the network, they could arbitrarily reject transactions. aasicresistance2: > Monero fixes this problem by being ASIC-resistant: it uses an algorithm (@randomx) that strongly reduces the efficiency of ASICs, making them not profitable to build. Miners can use common consumer hardware, which allows them to compete fairly. The Monero network is currently protected by thousands of miners using 'regular' computers. This results in a network much harder to attack, no miner having significant advantage over other miners (they all use more or less the same hardware). + qmaxsupply: What is Monero's maximum supply? + amaxsupply: Monero has a fixed emission rate, not a set maximum supply. Around May 2022, Monero's emission will drop to and permanently remain at 0.3 XMR per minute (0.6 XMR per @block). This is approximately 1% inflation for the first year and will approach 0% inflation in future years. This @tail-emission allows for permanent incentives to secure Monero, even in the far future, while keeping inflation at a very low percent. mining: intro1: Monero is a cryptocurrency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find some information and resources on how to begin mining. diff --git a/get-started/faq/index.md b/get-started/faq/index.md index c814da0a..54aa5e1a 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -43,6 +43,7 @@ permalink: /get-started/faq/index.html
  • {% t faq.q8 %}
  • {% t faq.q15 %}
  • {% t faq.qimporting %}
  • +
  • {% t faq.qmaxsupply %}
  • {% t faq.nodeandwallet %}