Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add scan_tx userguide cli/gui #1996

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 24 additions & 0 deletions _i18n/en/resources/user-guides/scan-txid.md
Original file line number Diff line number Diff line change
@@ -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"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion resources/user-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ title: titles.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>
Expand Down Expand Up @@ -116,4 +117,4 @@ title: titles.userguides
</div>
</div>
</section>
</div>
</div>
9 changes: 9 additions & 0 deletions resources/user-guides/scan-txid.md
Original file line number Diff line number Diff line change
@@ -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 %}