Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
monero-project
monero-site
Commits
e3b39990
Commit
e3b39990
authored
Jan 30, 2019
by
luigi1111
Browse files
Options
Browse Files
Download
Plain Diff
Merge
!976
Add backup git mirror See merge request
!976
parents
7272f6f5
13485c62
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
_data/downloads.yml
_data/downloads.yml
+1
-0
_i18n/en.yml
_i18n/en.yml
+1
-0
downloads/index.md
downloads/index.md
+3
-0
No files found.
_data/downloads.yml
View file @
e3b39990
...
...
@@ -87,6 +87,7 @@
id
:
source
icon
:
icon-github
cli_url
:
https://github.com/monero-project/monero
mirror1
:
https://git.pwned.systems/monero-project/monero
cli_hash
:
source
version
:
Bleeding edge (possibly unstable)
...
...
_i18n/en.yml
View file @
e3b39990
...
...
@@ -173,6 +173,7 @@ downloads:
note2
:
and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys).
currentversion
:
Current Version
sourcecode
:
Source Code
mirror
:
Mirror
blockchain1
:
If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can
blockchain2
:
use this link for the most current bootstrap.
blockchain3
:
It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
...
...
downloads/index.md
View file @
e3b39990
...
...
@@ -54,6 +54,9 @@ permalink: /downloads/index.html
<h4
id=
"{{ data_downloads.platform | slugify }}"
>
<a
href=
"{{ data_downloads.cli_url }}"
>
{% t downloads.sourcecode %}
</a>
</h4>
<h4>
<a
href=
"{{ data_downloads.mirror1 }}"
>
{% t downloads.mirror %}
</a>
</h4>
</div>
<div
class=
"col-md-8 col-md-offset-2 col-sm-12 col-xs-12"
>
<p>
{% t downloads.blockchain1 %}
<a
href=
"https://downloads.getmonero.org/blockchain.raw"
>
{% t downloads.blockchain2 %}
</a>
{% t downloads.blockchain3 %}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment