monero-site/_i18n/nl/resources/user-guides/restore_from_keys.md

53 lines
2.8 KiB
Markdown
Raw Normal View History

Simplify versioning system for user guides This new approach doesn't require version numbers and make easier for contributors to understand the status of the document. There are only 3 states: - Outdated: The page is outdated and might not work as expected - Untranslated: The page needs to be translated - Translation outdated: The page is translated, but the original (English) document has been updated To mark a guide as outdated, we change the boolean of the front matter entry 'outdated' in /resources/user-guides/GUIDE. If 'False', the guide is updated. If 'True' all versions of the guide (English included) will show a warning at the bottom of the page. The other 2 states are related to the status of the translated pages and we control them from the language-specific user guides: /_i18n/LANG/resources/user-guides/GUIDE. At the top of the page a snippet will include 2 parameters: - translated: "yes" if the page is translated, "no" if it's not. - translationOutdated: "yes" if the translation is outdated, "no" if it's not This new system aims to be simpler than the precedent, avoiding to compare versioning numbers and using a higher level system instead (yes, no, True, False). I also removed the middle way status 'only minor changes', because if there are only minor changes that don't affect the usability of the guide, we don't need to point it out. The old system was complex and people didn't use it. These changes will hopefully make things easier for translators and other contributors.
2020-05-03 13:38:01 +00:00
{% include disclaimer.html translated="yes" translationOutdated="no" %}
Je kunt een portemonnee makkelijk herstellen met je privésleutels. Als je de benodigde gegevens hebt, kun je met deze handleiding je portemonnee volledig herstellen. Je hebt je wachtwoord NIET nodig voor herstellen met sleutels.
2019-03-10 21:28:49 +00:00
Wat je nodig hebt zijn ofwel 3 gegevens uit je portemonnee, ofwel het bestand met de extensie .keys waarin deze gegevens staan, plus het wachtwoord waarmee dit bestand is versleuteld. Je hebt deze 3 onderdelen van je portemonnee nodig:
1. **Adres**
2. **Geheime bestedingssleutel**
3. **Geheime alleen-lezen sleutel**
#### Opdrachtregel
Voer vervolgens deze opdracht uit:
`./monero-wallet-cli --generate-from-keys Nieuwe_Portemonnee.abc`
Vervolgens wordt er gevraagd gegevens in te voeren: het adres, de bestedingssleutel, de alleen-lezen sleutel en het nieuwe wachtwoord voor de opnieuw gegenereerde portemonnee.
Als je dit uitvoert met de juiste parameters, worden je portemonneebestanden opnieuw voor je gegenereerd en kun je een nieuw wachtwoord instellen.
Als je problemen tegenkomt, kun je `./monero-wallet-cli --help` uitvoeren om te zien welke opties beschikbaar zijn bij het starten van een portemonnee. Nadat je de portemonnee hebt geopend, kun je de opdracht `help` uitvoeren om de opdrachten weer te geven die beschikbaar zijn in de portemonnee.
#### Grafische interface
Start `monero-wallet-gui`. Als dit de eerste keer is dat je het start, ga dan naar de volgende stap. Zo niet, klik dan op `Annuleren`:
![openen annuleren](/img/resources/user-guides/en/restore_from_keys/cancel-opening.png)
2019-03-10 21:28:49 +00:00
Selecteer de gewenste taal `Nederlands`:
![taal kiezen](/img/resources/user-guides/en/restore_from_keys/choose-language.png)
2019-03-10 21:28:49 +00:00
Klik op `Een portemonnee herstellen met uw hersteltekst of sleutels`:
![herstellen kiezen](/img/resources/user-guides/en/restore_from_keys/choose-restore.png)
2019-03-10 21:28:49 +00:00
Selecteer `Herstel met sleutels`, geef een name en opslaglocatie op voor de portemonnee en vul de velden `Adres van account (openbaar)`, `Alleen-lezen sleutel (privé)` en `Bestedingssleutel (privé)` in. Eventueel kun je een `Herstelpunt (optioneel)` opgeven, zodat er niet hoeft te worden gezocht in oudere blokken. Klik vervolgens op de pijl naar rechts:
2019-03-10 21:28:49 +00:00
![portemonnee herstellen](/img/resources/user-guides/en/restore_from_keys/restore-wallet.png)
2019-03-10 21:28:49 +00:00
Geef je portemonnee op de volgende pagina een sterk wachtwoord en bevestig dit voordat je op de pijl naar rechts klikt:
![wachtwoord portemonnee](/img/resources/user-guides/en/restore_from_keys/wallet-password.png)
2019-03-10 21:28:49 +00:00
Geef de instellingen voor je node op en klik op de pijl naar rechts:
![instellingen node](/img/resources/user-guides/en/restore_from_keys/daemon-settings.png)
2019-03-10 21:28:49 +00:00
Klik op `GEBRUIK MONERO` om je herstelde portemonnee te gebruiken:
![klaar is kees](/img/resources/user-guides/en/restore_from_keys/all-set-up.png)