mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Fix blockchain bootstrap url and duplicate bsd id
This commit is contained in:
parent
4a0f93cd62
commit
3383b1b0f6
2 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,6 @@
|
|||
blockchain: freebsd
|
||||
|
||||
- platform: DragonflyBSD, 64-bit
|
||||
id: bsd
|
||||
icon: icon-dragonflybsd
|
||||
cli_url: dragonflybsd64
|
||||
cli_hash: c25c0f603ca5c96cb5963aaa2905edff390b7a97f654106911ffad8639deee7c
|
||||
|
|
|
@ -72,7 +72,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
|||
</h4>
|
||||
</div>
|
||||
<div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12" markdown="1">
|
||||
If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can [use this link for the most current bootstrap](https:////downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
|
||||
If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can [use this link for the most current bootstrap](https://downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
|
||||
</div>
|
||||
</div>
|
||||
{% elsif data_downloads.id == "hardware" %}
|
||||
|
|
Loading…
Reference in a new issue