Post
Topic
Board Electrum
Re: Electrum wallet not showing funds
by
bob123
on 03/04/2018, 11:32:33 UTC
Does the address you have sent the funds to appear in electrum (receive- or address tab?) ?
Yes, the address I sent my BTC to is in the Electrum application, and the receiving address was inside of the receiving tab, right where it says: "Receiving address:"

Does it still appear in the receive-/address tab?



Yep totally missed it (not used to a Mac) but then found it. I did an ismine("address") in the command line and it said true for the address I copied from electrum.

Just to make sure i understand you correctly:

  • You have sent BTC's to address X from your electrum wallet
  • This address X is visible under receive-/address tab
  • ismine("X") returns true

If you can answer all of those questions with yes, then can you please try to execute the following command:

Code:
listunspent()

This should return all UTXO's available.
Look at the list you get and search for your address/amount received. Do you see any transactions/coins related to your address X ?