diff --git a/_i18n/en.yml b/_i18n/en.yml index 194bc643..b7659c50 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -681,6 +681,7 @@ user-guides: make-payment: How to make a payment change-restore-height: How to change the wallet restore height back: Back to the list + scan-txid: How to scan for a missing transaction CLI/GUI roadmap: completed: Completed task diff --git a/_i18n/en/resources/user-guides/scan-txid.md b/_i18n/en/resources/user-guides/scan-txid.md new file mode 100644 index 00000000..68542042 --- /dev/null +++ b/_i18n/en/resources/user-guides/scan-txid.md @@ -0,0 +1,24 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +If you have sent or received Monero and it is not appearing in your wallet, you can scan for the specific transaction using its ID. +After scanning is complete, Monero should be removed or added to your balance. WARNING: this operation may reveal the txids to the remote node and affect your privacy + +### Monero GUI + +1) With your wallet open, click on `Settings` -> `Wallet` -> `Scan transaction` + +![Scan TXID GUI](/img/resources/user-guides/en/scan-txid/scan_tx_1.png){:width="600px"} + +2) Enter the transaction ID you want to scan and click OK. + +![Enter TXID GUI](/img/resources/user-guides/en/scan-txid/scan_tx_2.png) + +3) If anything was found, your balance will update, and the transaction will appear in your history. + +![Updated Balance GUI](/img/resources/user-guides/en/scan-txid/scan_tx_3.png){:width="600px"} + +### Monero CLI + +1) With your wallet open, simply enter `scan_tx` followed by the transaction ID. + +![Scan TXID CLI](/img/resources/user-guides/en/scan-txid/scan_tx_4.png){:width="600px"} diff --git a/img/resources/user-guides/en/scan-txid/scan_tx_1.png b/img/resources/user-guides/en/scan-txid/scan_tx_1.png new file mode 100644 index 00000000..e26caaa9 Binary files /dev/null and b/img/resources/user-guides/en/scan-txid/scan_tx_1.png differ diff --git a/img/resources/user-guides/en/scan-txid/scan_tx_2.png b/img/resources/user-guides/en/scan-txid/scan_tx_2.png new file mode 100644 index 00000000..fedb2dd0 Binary files /dev/null and b/img/resources/user-guides/en/scan-txid/scan_tx_2.png differ diff --git a/img/resources/user-guides/en/scan-txid/scan_tx_3.png b/img/resources/user-guides/en/scan-txid/scan_tx_3.png new file mode 100644 index 00000000..4890cafb Binary files /dev/null and b/img/resources/user-guides/en/scan-txid/scan_tx_3.png differ diff --git a/img/resources/user-guides/en/scan-txid/scan_tx_4.png b/img/resources/user-guides/en/scan-txid/scan_tx_4.png new file mode 100644 index 00000000..c84ff5cc Binary files /dev/null and b/img/resources/user-guides/en/scan-txid/scan_tx_4.png differ diff --git a/resources/user-guides/index.md b/resources/user-guides/index.md index e600160e..0ed27d63 100644 --- a/resources/user-guides/index.md +++ b/resources/user-guides/index.md @@ -80,6 +80,7 @@ title: titles.userguides

{% t user-guides.guiguide %}

{% t user-guides.change-restore-height %}

{% t user-guides.view-only %}

+

{% t user-guides.scan-txid %}

{% t user-guides.verify-allos %}

{% t user-guides.verify-windows %}

{% t user-guides.multisig-messaging-system %}

@@ -116,4 +117,4 @@ title: titles.userguides - + \ No newline at end of file diff --git a/resources/user-guides/scan-txid.md b/resources/user-guides/scan-txid.md new file mode 100644 index 00000000..ecb3a615 --- /dev/null +++ b/resources/user-guides/scan-txid.md @@ -0,0 +1,9 @@ +--- +layout: user-guide +title: How to scan for a missing transaction CLI/GUI +permalink: /resources/user-guides/scan-txid.html +outdated: False +--- +{% t global.lang_tag %} +

{% t user-guides.scan-txid %}

+{% tf resources/user-guides/scan-txid.md %}