mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
FAQ: Fix link in 'Can i manually import the blockchain?'
This commit is contained in:
parent
693eab2bf3
commit
d7e69eadfe
2 changed files with 2 additions and 2 deletions
|
@ -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'."
|
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?
|
qimporting: Can I manually import the blockchain?
|
||||||
aimporting: >
|
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 <a href="{{ site.baseurl }}/downloads/#blockchain">the 'Downloads' page</a> 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:
|
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.
|
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.
|
||||||
|
|
|
@ -201,7 +201,7 @@ permalink: /get-started/faq/index.html
|
||||||
<h3><a class="anchor" href="#import-blockchain"></a>{% t faq.qimporting %}</h3>
|
<h3><a class="anchor" href="#import-blockchain"></a>{% t faq.qimporting %}</h3>
|
||||||
<div class="tab-answer">
|
<div class="tab-answer">
|
||||||
<p>{% t faq.aimporting %}</p>
|
<p>{% t faq.aimporting %}</p>
|
||||||
<p>{% t faq.additional %} <a href="{{ site.baseurl }}/resources/user-guides/importing_blockchain.html">{% t user-guides.import-blockchain %}</a></p>
|
<p>{% t faq.additional %} <a href="{{ site.baseurl }}/downloads/#blockchain">{% t downloads.blockchain %}</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row center-xs">
|
<div class="row center-xs">
|
||||||
|
|
Loading…
Reference in a new issue