From 52cb720da518b2e6e0b8b08c831c2ced9e27457b Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 30 Aug 2020 10:43:28 +0200 Subject: [PATCH] FAQ: add 'Can I manually import the blockchain?' --- _i18n/en.yml | 3 +++ get-started/faq/index.md | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/_i18n/en.yml b/_i18n/en.yml index 50f1a108..e9f3a8c2 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -378,6 +378,9 @@ faq: aantivirus1: The problem is being discussed and solutions are being elaborated. In the meantime, if you get a warning from your antivirus, make sure the software you downloaded is legitimate (see the guides linked below), then add an exception for it in your antivirus, so that it won't get removed or blocked. If you need assistance, feel free to contact the community. qmoneromeaning: "Why is Monero called 'Monero'?" amoneromeaning: "Monero is an Esperanto word which means 'coin'. Initially Monero was called 'Bitmonero', which translates to 'Bitcoin' in Esperanto. After the community decided to fork from the original maintainer, 'bit' was dropped in favour of simply 'Monero'." + 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". 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 84c857b7..26c9f0ec 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -38,6 +38,7 @@ permalink: /get-started/faq/index.html
  • {% t faq.q6 %}
  • {% t faq.q8 %}
  • {% t faq.q15 %}
  • +
  • {% t faq.qimporting %}
  • {% t faq.nodeandwallet %}