From 31496f783d03312fade7a45797de1a18ecaaa0a0 Mon Sep 17 00:00:00 2001
From: rating89us <45968869+rating89us@users.noreply.github.com>
Date: Sat, 7 Aug 2021 19:26:35 +0200
Subject: [PATCH] resources: add "How to change the wallet restore height" user
guide
---
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
_i18n/en.yml | 1 +
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../user-guides/change-restore-height.md | 63 ++++++++++++++++++
.../change_wallet_restore_height.png | Bin 0 -> 47889 bytes
.../rescan_wallet_cache.png | Bin 0 -> 11081 bytes
.../change_restore_height/restore-height.png | Bin 0 -> 6207 bytes
.../set_new_restore_height-date.png | Bin 0 -> 8606 bytes
.../set_new_restore_height-height.png | Bin 0 -> 7825 bytes
.../set_new_restore_height.png | Bin 0 -> 8606 bytes
.../user-guides/change-restore-height.md | 10 +++
resources/user-guides/index.md | 1 +
23 files changed, 894 insertions(+)
create mode 100644 _i18n/ar/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/de/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/en/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/es/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/fr/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/it/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/nb-no/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/nl/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/pl/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/pt-br/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/ru/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/tr/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/zh-cn/resources/user-guides/change-restore-height.md
create mode 100644 _i18n/zh-tw/resources/user-guides/change-restore-height.md
create mode 100644 img/resources/user-guides/en/change_restore_height/change_wallet_restore_height.png
create mode 100644 img/resources/user-guides/en/change_restore_height/rescan_wallet_cache.png
create mode 100644 img/resources/user-guides/en/change_restore_height/restore-height.png
create mode 100644 img/resources/user-guides/en/change_restore_height/set_new_restore_height-date.png
create mode 100644 img/resources/user-guides/en/change_restore_height/set_new_restore_height-height.png
create mode 100644 img/resources/user-guides/en/change_restore_height/set_new_restore_height.png
create mode 100644 resources/user-guides/change-restore-height.md
diff --git a/_i18n/ar/resources/user-guides/change-restore-height.md b/_i18n/ar/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/ar/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/de/resources/user-guides/change-restore-height.md b/_i18n/de/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/de/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 66908e8c..e77dab08 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -662,6 +662,7 @@ user-guides:
guiguide: Guide for the Monero GUI wallet
tailsguide: How to use Monero on Tails
make-payment: How to make a payment
+ change-restore-height: How to change the wallet restore height
back: Back to the list
roadmap:
diff --git a/_i18n/en/resources/user-guides/change-restore-height.md b/_i18n/en/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/en/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/es/resources/user-guides/change-restore-height.md b/_i18n/es/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/es/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/fr/resources/user-guides/change-restore-height.md b/_i18n/fr/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/fr/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/it/resources/user-guides/change-restore-height.md b/_i18n/it/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/it/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/nb-no/resources/user-guides/change-restore-height.md b/_i18n/nb-no/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/nb-no/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/nl/resources/user-guides/change-restore-height.md b/_i18n/nl/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/nl/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/pl/resources/user-guides/change-restore-height.md b/_i18n/pl/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/pl/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/pt-br/resources/user-guides/change-restore-height.md b/_i18n/pt-br/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/pt-br/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/ru/resources/user-guides/change-restore-height.md b/_i18n/ru/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/ru/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/tr/resources/user-guides/change-restore-height.md b/_i18n/tr/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/tr/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/zh-cn/resources/user-guides/change-restore-height.md b/_i18n/zh-cn/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/zh-cn/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/_i18n/zh-tw/resources/user-guides/change-restore-height.md b/_i18n/zh-tw/resources/user-guides/change-restore-height.md
new file mode 100644
index 00000000..b74e46a2
--- /dev/null
+++ b/_i18n/zh-tw/resources/user-guides/change-restore-height.md
@@ -0,0 +1,63 @@
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### Table of contents
+
+- [What is the wallet restore height?](#what-is-the-wallet-restore-height)
+- [Why Monero wallets have a restore height?](#why-monero-wallets-have-a-restore-height)
+- [What happens if I set a wrong restore height?](#what-happens-if-i-set-a-wrong-restore-height)
+- [How to change the wallet restore height on Monero GUI](#how-to-change-the-wallet-restore-height-on-monero-gui)
+- [My wallet is showing a wrong balance after changing the restore height](#my-wallet-balance-is-wrong-after-changing-the-restore-height)
+
+### What is the wallet restore height?
+
+The wallet restore height is a setting that tells the wallet software from which block it should start scanning the @blockchain when looking for @transactions, a process that is known as wallet synchronization. Ideally it should be the number of the block which included the first incoming transaction to your wallet.
+
+### Why Monero wallets have a restore height?
+
+Unlike most @cryptocurrencies, all transactions included in the Monero blockchain are encrypted. Therefore, your wallet software has to use its private @view-key to locate the transactions destined for you on the blockchain. The process of scanning the Monero blockchain looking for transactions is known as wallet synchronization and it demands a lot of computing resources.
+
+Setting a restore height makes your wallet synchronization faster, because the wallet software will not start the blockchain scanning at the beginning of Monero (April 2014), but at the time of the restore height.
+
+![restore-height](/img/resources/user-guides/en/change_restore_height/restore-height.png)
+
+### What happens if I set a wrong restore height?
+
+If you set a restore height higher than the block height of your first incoming transaction, your wallet software will not detect all transactions of your wallet. In consequence, your balance will be wrong and your wallet software will not work properly.
+
+If you set a restore height lower than the block height of your first incoming transaction, your wallet software will scan unnecessary blocks. In consequence, your initial wallet synchronization will take longer than necessary, but your wallet software will still work.
+
+Therefore, if you're unsure about the block height of your first incoming transaction, it's always better to set a lower restore height instead of a higher one.
+
+### How to change the wallet restore height on Monero GUI
+
+1) Go to `Settings` > `Info` page. On `Wallet restore height:`, click on `(Change)`.
+
+
+
+2) Next, enter your new restore height, which should be the number of the block in which your first incoming transaction was included. If you have the transaction ID (txid) of the first incoming transaction, you can enter it in a [block explorer]({{site.baseurl}}/resources/tools/) to check in which block it was included.
+
+
+
+If you don't know the block number of the first incoming transaction to your wallet, you can enter its date or an estimated date (YYYY-MM-DD format).
+
+
+
+Click on `Ok` button to continue.
+
+3) Next, a dialog window will appear informing that your current wallet cache will clear all information stored about recipient addresses, transaction keys, and transaction descriptions.
+
+But don't worry, you will not lose any important information. Your current wallet cache will be stored as a backup file in the same folder of your wallet and can be restored later.
+
+Click on `Ok` button to continue.
+
+
+
+4) Your wallet will now start a new wallet synchronization, rescanning the blockchain starting from the new restore height*.
+
+Your wallet balance should be correct after the wallet synchronization is completed.
+
+*If your wallet is connected to a local node that is not yet synchronized, you will have to wait for the node synchronization to finish.
+
+### My wallet balance is wrong after changing the restore height
+
+This problem usually occurs when you set a restore height that is higher than the block height of the first incoming transaction to your wallet. To solve this issue, change the wallet restore height again using a lower restore height.
diff --git a/img/resources/user-guides/en/change_restore_height/change_wallet_restore_height.png b/img/resources/user-guides/en/change_restore_height/change_wallet_restore_height.png
new file mode 100644
index 0000000000000000000000000000000000000000..b3ca0d975d78c43ffc95ce5bc5a29333a0c9d56c
GIT binary patch
literal 47889
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