mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 20:19:29 +00:00
Change absolute links in user guides and moneropedia
In preparation for the deployment of getmonero as hidden service
This commit is contained in:
parent
98dd202081
commit
597588df62
59 changed files with 92 additions and 92 deletions
|
@ -9,6 +9,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### موارد إنشاء أقراص الإقلاع: [لينكس](http://www.pendrivelinux.com/), [ويندوز](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### موارد تحميل برامج مونيرو: [برامج مونيرو](https://getmonero.org/downloads/)
|
||||
#### موارد تحميل برامج مونيرو: [برامج مونيرو]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- إستخدم أي حاسوب لديك , حتي لو كان جهازك الشخصي. إذا كنت من الشكاكين بدرجه جنونيه ربما تجد أن من الأسهل إستخدام حاسوب قديم لا يحتوي علي واي-فاي أو بلوتوث.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
+ تنزيل وتطبيق وتسطيب برنامج مونيرو.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ gpg: unchanged: 1
|
|||
|
||||
### 3.1. إحصل علي ملف الهاش
|
||||
|
||||
على نظام ويندوز أو ماك انتقل إلى [ملف الهاشات على getmonero.org] (https://getmonero.org/downloads/hashes.txt) واحفظ الصفحة كـ `hashes.txt` إلى مجلدك الرئيسي.
|
||||
على نظام ويندوز أو ماك انتقل إلى [ملف الهاشات على getmonero.org] ({{ site.baseurl }}/downloads/hashes.txt) واحفظ الصفحة كـ `hashes.txt` إلى مجلدك الرئيسي.
|
||||
|
||||
في ليُنكس يمكنك تنزيل ملف الهاشات الموقّع عن طريق إصدار الأمر التالي:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. تأكد من ملف الهاش
|
||||
|
@ -139,7 +139,7 @@ Primary key fingerprint: BDA6 BD70 42B7 21C4 67A9 759D 7455 C5E3 C0CD CEB9
|
|||
|
||||
### 4.1. الحصول علي ملفات التسطيب
|
||||
|
||||
علي ويندوز أو ماك توجه إلي [getmonero.org](https://getmonero.org/downloads/) وقم بتنزيل الملف الخاص بنظام التشغيل الخاص بك. قم بحفظ الملف لمجلدك الرئيسي. **لا تقم بفك الضغط **
|
||||
علي ويندوز أو ماك توجه إلي [getmonero.org]({{ site.baseurl }}/downloads/) وقم بتنزيل الملف الخاص بنظام التشغيل الخاص بك. قم بحفظ الملف لمجلدك الرئيسي. **لا تقم بفك الضغط **
|
||||
|
||||
في Linux ، يمكنك تنزيل واجهه سطر الأوامر عن طريق إصدار الأمر التالي:
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
|
||||
### 3.1. تنزيل ملف الهاش
|
||||
|
||||
في متصفح الويب ، انتقل إلى [صفحة الهاش getmonero.org] (https://getmonero.org/downloads/hashes.txt). انقر بزر الماوس الأيمن على الصفحة ، وحدد `Save Page As`.
|
||||
في متصفح الويب ، انتقل إلى [صفحة الهاش getmonero.org] ({{ site.baseurl }}/downloads/hashes.txt). انقر بزر الماوس الأيمن على الصفحة ، وحدد `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -217,7 +217,7 @@
|
|||
|
||||
### 4.1. تنزيل ملف التثبيت
|
||||
|
||||
في المتصفح إذهب إلي [getmonero.org فصحه التنزيلات ](https://getmonero.org/downloads/#windows), وإختر الملف المناسب لنظام تشغيلك.
|
||||
في المتصفح إذهب إلي [getmonero.org فصحه التنزيلات ]({{ site.baseurl }}/downloads/#windows), وإختر الملف المناسب لنظام تشغيلك.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl_root }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl_root }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl_root }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -97,12 +97,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl_root }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl_root }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -137,7 +137,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl_root }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl_root }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -214,7 +214,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl_root }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Recursos para crear un disco booteable: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Recursos para binarios de Monero: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Recursos para binarios de Monero: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Toma cualquier computadora que tengas cerca, incluso tu estación de trabajo. Lo tendrás más fácil si usas una computadora vieja sin Wi-Fi o Bluetooth si eres particularmente paranoico
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -98,12 +98,12 @@ Esta sección cubre la descarga y verificación de autenticidad del archivo hash
|
|||
|
||||
### 3.1. Obtener Archivo Hash
|
||||
|
||||
En Windows o Mac, ve a los [archivos hash en getmonero.org](https://getmonero.org/downloads/hashes.txt) y guarda la página como `hashes.txt` en tu directorio de inicio.
|
||||
En Windows o Mac, ve a los [archivos hash en getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) y guarda la página como `hashes.txt` en tu directorio de inicio.
|
||||
|
||||
En Linux, puedes descargar los hashes firmados utilizando el siguiente comando:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verificar Archivo Hash
|
||||
|
@ -138,7 +138,7 @@ Esta sección cubrirá la descarga de los binarios Monero para tu sistema operat
|
|||
|
||||
### 4.1. Obtener Binarios Monero
|
||||
|
||||
En Windows o Mac, ve a [getmonero.org](https://getmonero.org/downloads/) y descarga el archivo correcto para tu sistema operativo. Guarda el archivo en tu directorio de inicio. **Aún no extraigas los archivos.**
|
||||
En Windows o Mac, ve a [getmonero.org]({{ site.baseurl }}/downloads/) y descarga el archivo correcto para tu sistema operativo. Guarda el archivo en tu directorio de inicio. **Aún no extraigas los archivos.**
|
||||
|
||||
En Linux, puedes descargar las herramientas de consola de comandos utilizando el siguiente comando:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ Esta sección cubrirá la descarga del archivo firmado conocido de buenos hashes
|
|||
|
||||
### 3.1. Descargar Archivo Hash
|
||||
|
||||
En un navegador web, ve a la [página de hashes en getmonero.org](https://getmonero.org/downloads/hashes.txt). Haz un clic derecho en la página, y selecciona `Guardar página como`.
|
||||
En un navegador web, ve a la [página de hashes en getmonero.org]({{ site.baseurl }}/downloads/hashes.txt). Haz un clic derecho en la página, y selecciona `Guardar página como`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ Esta sección cubrirá la descarga del archivo binario Monero y la verificación
|
|||
|
||||
### 4.1. Descargar Binario
|
||||
|
||||
En un navegador web, ve a la [página de descargas de getmonero.org](https://getmonero.org/downloads/#windows). Selecciona el binario correcto para tu sistema.
|
||||
En un navegador web, ve a la [página de descargas de getmonero.org]({{ site.baseurl }}/downloads/#windows). Selecciona el binario correcto para tu sistema.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Ressource pour la création d'un disque bootable : [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Ressource pour les binaires Monero : [Binaires Monero](https://getmonero.org/downloads/)
|
||||
#### Ressource pour les binaires Monero : [Binaires Monero]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Prenez n'importe quel ordinateur se trouvant à votre disposition, aussi bien votre station de travail habituelle. Vous pourriez trouver plus simple d'utiliser un vieil ordinateur qui n'ait ni wifi ni bluetooth si vous êtes particulièrement paranoiac.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ Il s'agit d'une approche plus sûre que d'autres solutions routant les appels de
|
|||
+ Télécharger, vérifier et installer l'application Monero.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -106,7 +106,7 @@ Sur Windows et Mac, rendez-vous sur sur la [page de haches getmonero.org](https:
|
|||
Sur Linux, vous pouvez télécharger le fichier de hachage en tapant la commande suivante :
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Vérifier le Fichier de Hachage
|
||||
|
|
|
@ -9,6 +9,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
### Tool voor het maken van opstartbare schijven: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
### Monero-binaries downloaden: [Binaire bestanden voor Monero](https://getmonero.org/downloads/)
|
||||
### Monero-binaries downloaden: [Binaire bestanden voor Monero]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Gebruik een willekeurige computer, desnoods de computer waar je normaal op werkt. Als je extra voorzichtig bent, is het handig om een oudere computer te gebruiken zonder wifi of bluetooth.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ Dit is veiliger dan andere benaderingen, waarbij de RPC van de portemonnee via e
|
|||
+ Download, verifieer en installeer de Monero-software.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ In dit gedeelte leggen we uit hoe je het hashbestand downloadt en de authenticit
|
|||
|
||||
### 3.1. Hashbestand ophalen
|
||||
|
||||
Op Windows of een Mac ga je naar het [hashbestand op getmonero.org](https://getmonero.org/downloads/hashes.txt) en sla je de pagina op als `hashes.txt` in je homedirectory.
|
||||
Op Windows of een Mac ga je naar het [hashbestand op getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) en sla je de pagina op als `hashes.txt` in je homedirectory.
|
||||
|
||||
Op Linux kun je het ondertekende hashbestand downloaden door de volgende opdracht op te geven:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Hashbestand verifiëren
|
||||
|
@ -139,7 +139,7 @@ In dit gedeelte leggen we uit hoe je de Monero-binary voor je besturingssysteem
|
|||
|
||||
### 4.1. Monero-binary ophalen
|
||||
|
||||
Op Windows of een Mac ga je naar [getmonero.org](https://getmonero.org/downloads/) en download je het juiste bestand voor je besturingssysteem. Sla het bestand op in je homedirectory. **Pak de bestanden nog niet uit.**
|
||||
Op Windows of een Mac ga je naar [getmonero.org]({{ site.baseurl }}/downloads/) en download je het juiste bestand voor je besturingssysteem. Sla het bestand op in je homedirectory. **Pak de bestanden nog niet uit.**
|
||||
|
||||
Op Linux kun je de opdrachtregelversie downloaden door de volgende opdracht op te geven:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ In dit gedeelte leggen we uit hoe je het ondertekende bestand met bekende goede
|
|||
|
||||
### 3.1. Hashbestand downloaden
|
||||
|
||||
Ga in een browser naar de [hashpagina op getmonero.org](https://getmonero.org/downloads/hashes.txt). Klik met de rechtermuisknop op de pagina en klik vervolgens op `Pagina opslaan als`.
|
||||
Ga in een browser naar de [hashpagina op getmonero.org]({{ site.baseurl }}/downloads/hashes.txt). Klik met de rechtermuisknop op de pagina en klik vervolgens op `Pagina opslaan als`.
|
||||
|
||||
![hashes contextmenu](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ In dit gedeelte leggen we uit hoe je de Monero-binary downloadt en de authentici
|
|||
|
||||
### 4.1. Binary downloaden
|
||||
|
||||
Ga in een browser naar de [downloadpagina op getmonero.org](https://getmonero.org/downloads/#windows). Selecteer het juiste binaire bestand voor je systeem.
|
||||
Ga in een browser naar de [downloadpagina op getmonero.org]({{ site.baseurl }}/downloads/#windows). Selecteer het juiste binaire bestand voor je systeem.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ summary: "Proces limitowania wydobycia w celu uniknięcia niedogodności."
|
|||
|
||||
Smart mining (inteligentne wydobywanie) jest procesem limitowania wydobycia w celu uniknięcia niedogodności takich jak przegrzanie lub spowolnienie urządzenia, wyczerpywanie baterii itd. Jego zamysłem jest zwiększenie bezpieczeństwa sieci poprzez dopuszczenie jak największej liczby użytkowników do korzystania z "inteligentnej koparki" przez cały czas. Aby to się powiodło, górnik musi udowodnić swoją dyskretność, w przeciwnym razie zostanie rozłączony, pozbawiając sieć Monero z małej części bezpieczeństwa. Możliwe jest, że inteligentna koparka będzie wydobywać wolniej niż normalna na tym samym twardym dysku.
|
||||
|
||||
Smart mining jest dostępne w oficjalnym portfelu wiersza poleceń oraz Graficznego Interfejsu Użytkownika, które znajdują się na stronie [do ściągnięcia](https://getmonero.org/downloads/).
|
||||
Smart mining jest dostępne w oficjalnym portfelu wiersza poleceń oraz Graficznego Interfejsu Użytkownika, które znajdują się na stronie [do ściągnięcia]({{ site.baseurl }}/downloads/).
|
||||
|
||||
Spodziewa się, że powolność inteligentnej koparki (szczególnie na urządzeniach o niskiej mocy) zostanie zrekompensowana przez wielu użytkowników korzystających z niej w celu ewentualnej "wygranej na loterii", a tym samym znaczne zwiększenie bezpieczeństwa sieci Monero. Zwiększona prędkość haszowania przez wiele różnych źródeł pomaga utrzymać sieć Monero zdecentralizowaną.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Materiały do tworzenia dysków rozruchowych: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Materiały do plików binarnych Monero: [Pliki Binarne Monero](https://getmonero.org/downloads/)
|
||||
#### Materiały do plików binarnych Monero: [Pliki Binarne Monero]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Przygotuj jakikolwiek dostępny komputer, może być nawet twoja normalna stacja robocza. Jeśli jesteś szczególnie paranoidalny, najlepiej użyj starego komputera bez WiFi ani Bluetoothe'a.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ summary: "Смарт-майнинг - это процесс безошибочн
|
|||
|
||||
Смарт-майнинг - это процесс безошибочного @майнинга при помощи регулируемого майнера. Ошибками считаются перегрев, замедление работы машины, разрядка батареи и т. д. Задача смарт-майнинга состоит в повышении уровня безопасности сети, чтобы максимальное количество людей смогло использовать смарт-майнер на постоянной основе. Для этого майнер не должен выделяться, иначе он будет отключён, лишая сеть Monero некой малой толики безопасности. Как таковой смарт-майнер, вероятнее всего, будет работать медленнее, чем обычный майнер на том же оборудовании.
|
||||
|
||||
Смарт-майнинг возможен с официальным CLI и GUI кошельком, которые можно скачать на [странице загрузок](https://getmonero.org/downloads/).
|
||||
Смарт-майнинг возможен с официальным CLI и GUI кошельком, которые можно скачать на [странице загрузок]({{ site.baseurl }}/downloads/).
|
||||
|
||||
Есть надежда, что относительная медлительность смарт-майнера (особенно на маломощных машинах) будет компенсироваться большим количеством людей, использующим майнер для возможного "выигрыша в лотерею", что повысит безопасность сети Monero за счёт нетривиальной суммы. Повышение хешрейта за счёт различных источников способствует децентрализации сети Monero.
|
||||
|
|
|
@ -8,6 +8,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl_root }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl_root }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl_root }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl_root }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl_root }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl_root }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl_root }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ summary: "a process of having a throttled miner mine when it otherwise does not
|
|||
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
|
||||
Drawbacks include increases heat, slower machine, depleting battery, etc. The intent of smart mining is to increase network security by allowing as many people as possible to let the smart miner on all the time. For this to work, the miner must prove unobtrusive, or it will be turned off, depriving the Monero network from a little bit of security. As such, it is likely that a smart miner will mine slower than a normal miner on the same hardware.
|
||||
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page](https://getmonero.org/downloads/).
|
||||
Smart mining is available in the official CLI and GUI wallet, which are available in the [downloads page]({{ site.baseurl }}/downloads/).
|
||||
|
||||
It is hoped that the relative slowness of a smart miner (especially on low-power machines) will be offset by the large amount of people running a miner for a possible "lottery win", and thus increase the Monero network security by a non trivial amount. The increased hash rate from many different sources helps keep the Monero network decentralized.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool)
|
||||
|
||||
#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/)
|
||||
#### Resource for Monero Binaries: [Monero Binaries]({{ site.baseurl }}/downloads/)
|
||||
|
||||
- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "https://getmonero.org/downloads/hashes.txt"
|
||||
user@host:~$ curl -O "https://downloads.getmonero.org/cli/monero-linux-x64-v0.11.1.0.tar.bz2" -O "{{ site.baseurl }}/downloads/hashes.txt"
|
||||
user@host:~$ gpg --recv-keys BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9
|
||||
user@host:~$ gpg --verify hashes.txt
|
||||
gpg: Signature made Wed 01 Nov 2017 10:01:41 AM UTC
|
||||
|
|
|
@ -99,12 +99,12 @@ This section will cover downloading the hash file and verifying its authenticity
|
|||
|
||||
### 3.1. Get Hash File
|
||||
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org](https://getmonero.org/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
On Windows or Mac, go to the [hashes file on getmonero.org]({{ site.baseurl }}/downloads/hashes.txt) and save the page as `hashes.txt` to your home directory.
|
||||
|
||||
On Linux, you can download the signed hashes file by issuing the following command:
|
||||
|
||||
```
|
||||
wget -O hashes.txt https://getmonero.org/downloads/hashes.txt
|
||||
wget -O hashes.txt {{ site.baseurl }}/downloads/hashes.txt
|
||||
```
|
||||
|
||||
### 3.2. Verify Hash File
|
||||
|
@ -139,7 +139,7 @@ This section will cover downloading the Monero binary for your operating system,
|
|||
|
||||
### 4.1. Get Monero binary
|
||||
|
||||
On Windows or Mac, go to [getmonero.org](https://getmonero.org/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
On Windows or Mac, go to [getmonero.org]({{ site.baseurl }}/downloads/) and download the correct file for your operating system. Save the file to your home directory. **Do not extract the files yet.**
|
||||
|
||||
On Linux, you can download the command line tools by issuing the following command:
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ This section will cover downloading the signed file of known good hashes and ver
|
|||
|
||||
### 3.1. Download Hash File
|
||||
|
||||
In a web browser, go to the [getmonero.org hash page](https://getmonero.org/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
In a web browser, go to the [getmonero.org hash page]({{ site.baseurl }}/downloads/hashes.txt). Right click the page, select `Save Page As`.
|
||||
|
||||
![hashes right click](png/verify_binary_windows_beginner/verify-win_hashes-getmonero-rightclick.png)
|
||||
|
||||
|
@ -216,7 +216,7 @@ This section will cover downloading the Monero binary and verifying its authenti
|
|||
|
||||
### 4.1. Download Binary
|
||||
|
||||
In a web browser, go to the [getmonero.org downloads page](https://getmonero.org/downloads/#windows). Select the correct binary for your system.
|
||||
In a web browser, go to the [getmonero.org downloads page]({{ site.baseurl }}/downloads/#windows). Select the correct binary for your system.
|
||||
|
||||
![binary getmonero](png/verify_binary_windows_beginner/verify-win_binary-getmonero-windowsfiles.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue