Downloads: Add link to user guide about how to use raw blockchain file

This commit is contained in:
erciccione 2019-12-14 10:39:35 +01:00
parent c26ee36b3e
commit 5faf1bc158
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 4 additions and 1 deletions

View file

@ -178,6 +178,9 @@ downloads:
cli: CLI Wallet
blockchain: Blockchain Bootstrap
blockchain1: If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can use the most current bootstrap. It is typically much faster to sync from scratch, however, and it also takes a lot less RAM.
blockchain2: If you wish to proceed anyway, take a look at the user guide
blockchain3: Importing the Monero blockchain
blockchain4: for step-by-step instructions for Windows.
blockchainbutton: Download Blockchain
mobilelight: Mobile & Light Wallets
hardware: Hardware Wallets

View file

@ -224,7 +224,7 @@ permalink: /downloads/index.html
<div class="col-md-12 col-sm-12 col-xs-12">
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<p>{% t downloads.blockchain1 %}</p><br><!-- Add link to user guide with instractions about how to use the bootstrap node-->
<p>{% t downloads.blockchain1 %} {% t downloads.blockchain2 %} <a href="{{site.baseurl}}/resources/user-guides/importing_blockchain.html">"{% t downloads.blockchain3 %}"</a> {% t downloads.blockchain4 %}</p><br>
<div class="center-xs"><a class="btn-link btn-auto btn-primary" href="https://downloads.getmonero.org/blockchain.raw">{% t downloads.blockchainbutton %}</a></div>
</div>
</div>