diff --git a/_i18n/en.yml b/_i18n/en.yml index 21dfc0f6..2fa23b1c 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -382,7 +382,7 @@ faq: 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". + 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 895b1828..60b6aa58 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -201,7 +201,7 @@ permalink: /get-started/faq/index.html

{% t faq.qimporting %}

{% t faq.aimporting %}

-

{% t faq.additional %} {% t user-guides.import-blockchain %}

+

{% t faq.additional %} {% t downloads.blockchain %}