Skip to content

Commit

Permalink
add scan_tx userguide cli/gui
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Jul 15, 2022
1 parent 1b94502 commit 677a9da
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1 deletion.
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 %}

0 comments on commit 677a9da

Please sign in to comment.