From d5085fed06fe69469775d625169d4fa3f7405113 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 7 Nov 2020 11:38:05 +0000 Subject: [PATCH 1/2] FAQ: add new entry: 'Is it true that Monero has a hard fork every 6 months?' --- _i18n/en.yml | 3 +++ get-started/faq/index.md | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/_i18n/en.yml b/_i18n/en.yml index b81a2f1f..b9383702 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -404,6 +404,9 @@ faq: qimporting: Can I manually import the blockchain? aimporting: > Yes, you can, but you probably shouldn't. Importing an external @blockchain is very resource intensive and forces you to trust the entity providing you with the blockchain. It's usually faster to download it the normal way: running a node and letting it synchronize with the other @nodes in the network. If you really need to import an external blockchain, you can download one in the 'Downloads' page of this website. Follow the guide below if you are using Windows. If you are a linux user, you can use the tool "monero-blockchain-import", which is included in the archive when you download the GUI or CLI wallets. Start syncing the imported blockchain with this command: "monero-blockchain-import --input-file blockchain.raw". + qhf: Is it true that Monero has a hard fork every 6 months? + ahf: Monero used to have 2 network upgrades (hard forks) a year, but this is not the case anymore. The choice of the biannual hard forks was taken in order to be able to introduce important consensus changes, which added privacy features and network-wide improvements (For example @bulletproofs and CLSAG both required a hard fork) and avoid the ossification of the protocol. Recently, the biannual hard forks included changes to the PoW algorithm, to preserve ASIC-resistance. + ahf1: The dev community and the Core Team agree that the protocol is stable and mature enough and biannual hard forks are not necessary anymore. Furthermore, the ecosystem around Monero has grown exponentially during the years and frequent protocol changes would be increasingly hard to coordinate, could be detrimental to the growth of the ecosystem and to the user experience. Cherry on the top, the new algorithm @randomx is ensuring long term ASIC-resistance, so regular changes are not needed anymore. Network upgrades will still be used to add important protocol improvements and consensus changes, but at a lower and less strict frequency (every 9-12 months). 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 60b6aa58..d1688475 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -31,6 +31,7 @@ permalink: /get-started/faq/index.html
  • {% t faq.q14 %}
  • {% t faq.qantivirus %}
  • {% t faq.qmoneromeaning %}
  • +
  • {% t faq.qhf %}
  • {% t faq.advanced %}
  • {% t faq.advanced %}