Merge pull request #1996

add scan_tx userguide cli/gui
This commit is contained in:
luigi1111 2023-08-17 10:37:35 -05:00 committed by GitHub
commit 0563528163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 36 additions and 1 deletions

View file

@ -704,6 +704,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

View file

@ -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"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -81,6 +81,7 @@ meta_descr: meta_descr.userguides
<p><a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">{% t user-guides.guiguide %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/change-restore-height.html">{% t user-guides.change-restore-height %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/view_only.html">{% t user-guides.view-only %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/scan-txid.html">{% t user-guides.scan-txid %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/verification-allos-advanced.html">{% t user-guides.verify-allos %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/verification-windows-beginner.html">{% t user-guides.verify-windows %}</a></p>
<p><a href="{{site.baseurl}}/resources/user-guides/multisig-messaging-system.html">{% t user-guides.multisig-messaging-system %}</a></p>
@ -117,4 +118,4 @@ meta_descr: meta_descr.userguides
</div>
</div>
</section>
</div>
</div>

View file

@ -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 %}
<h1>{% t user-guides.scan-txid %}</h1>
{% tf resources/user-guides/scan-txid.md %}