Post
Topic
Board Electrum
Merits 1 from 1 user
Re: Electrum to Electrum - transaction lost!
by
bob123
on 25/09/2019, 12:56:55 UTC
⭐ Merited by nc50lc (1)
Which version are you using on tails ?
Are you sure your wallet is connected (green dot) ? Are you connecting via tor ?

To be absolutely sure that the address owning the funds is part of your wallet (especially after restoring multiple times):
Do you see the address you sent the funds to (blockchain explorer) in your tails wallet in the Addresses tab ? If yes, you are fine. You definitely have control over the funds. It is just a network/displaying issue.

If you don't see the address there, open the electrum console (View -> Show console) and enter:
Code:
ismine("1YourAddressHere")

If it returns true, the address is part of your wallet and you don't have to worry at all. Your funds arrived in your wallet. It is just a network/displaying issue.
If it returns false, the address is not part of your wallet. In this case you either restored it from the wrong seed or sent to a wrong address.