-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |