Change absolute links in user guides and moneropedia
In preparation for the deployment of getmonero as hidden service
... | ... | @@ -22,7 +22,7 @@ |
+ تنزيل وتطبيق وتسطيب برنامج مونيرو. | ||
``` | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt" | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt" | ||
[email protected]:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9 | ||
[email protected]:~$ gpg --verify hashes.txt | ||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC | ||
... | ... |
... | ... | @@ -22,7 +22,7 @@ This is safer than other approaches which route the wallets rpc over a Tor hidde |
+ Download, verify, and install Monero software. | ||
``` | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt" | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt" | ||
[email protected]:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9 | ||
[email protected]:~$ gpg --verify hashes.txt | ||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC | ||
... | ... |
... | ... | @@ -20,7 +20,7 @@ This is safer than other approaches which route the wallets rpc over a Tor hidde |
+ Download, verify, and install Monero software. | ||
``` | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt" | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl_root }}/downloads/hashes.txt" | ||
[email protected]:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9 | ||
[email protected]:~$ gpg --verify hashes.txt | ||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC | ||
... | ... |
... | ... | @@ -22,7 +22,7 @@ Esto es más seguro que otros enfoques que trazan el rpc del monedero a un servi |
+ Descarga, verifica e instala el software de Monero. | ||
``` | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt" | ||
[email protected]:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt" | ||
[email protected]:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9 | ||
[email protected]:~$ gpg --verify hashes.txt | ||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC | ||
... | ... |
Please register or sign in to comment