I withdrew some funds from an exchange to my Ledger Monero wallet. However, the incoming has a value of zero (0). How can I resolve this issue?
1 Answers
This bug is caused by the GUI wallet, if used in conjunction with Ledger Monero App v1.1.3 (or lower), not being able to properly decode the amount. Fortunately, however, the following fix can be used to resolve your issue:
In case you are using the GUI:
Exit the GUI (make sure you are using GUI v0.14.1.0).
Make sure your Ledger Monero app is upgraded to v1.3.1
Make sure your Ledger Live firmware is upgraded to v1.6.0
Browse to the directory your wallet files are located (
Documents\Monero<wallet-name>on Windows |home/<username>/Monero/<wallet-name>on Linux |Users/<username>/Monero/<wallet-name>Mac OS X).Rename
<wallet-name>(the file without extension) to<wallet-name>-oldRestart the GUI. This will trigger a wallet refresh from scratch, which shouldn't take longer than 30 minutes.
In case you are using the CLI:
Exit
monero-wallet-cli(make sure you are using CLI v0.14.1.0).Make sure your Ledger Monero app is upgraded to v1.3.1
Make sure your Ledger Live firmware is upgraded to v1.6.0
Browse to the directory your wallet files are located (normally in the same folder as
monero-wallet-cli)Rename
<wallet-name>(the file without extension) to<wallet-name>-oldRestart
monero-wallet-cli. This will trigger a wallet refresh from scratch, which shouldn't take longer than 30 minutes.
- 15,417
- 18
- 60
- 114