mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
commit
0563528163
8 changed files with 36 additions and 1 deletions
|
@ -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
|
||||
|
|
24
_i18n/en/resources/user-guides/scan-txid.md
Normal file
24
_i18n/en/resources/user-guides/scan-txid.md
Normal 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"}
|
BIN
img/resources/user-guides/en/scan-txid/scan_tx_1.png
Normal file
BIN
img/resources/user-guides/en/scan-txid/scan_tx_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
BIN
img/resources/user-guides/en/scan-txid/scan_tx_2.png
Normal file
BIN
img/resources/user-guides/en/scan-txid/scan_tx_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
img/resources/user-guides/en/scan-txid/scan_tx_3.png
Normal file
BIN
img/resources/user-guides/en/scan-txid/scan_tx_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
BIN
img/resources/user-guides/en/scan-txid/scan_tx_4.png
Normal file
BIN
img/resources/user-guides/en/scan-txid/scan_tx_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -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>
|
9
resources/user-guides/scan-txid.md
Normal file
9
resources/user-guides/scan-txid.md
Normal 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 %}
|
Loading…
Reference in a new issue