Post
Topic
Board Bitcoin Technical Support
Merits 6 from 3 users
Re: can't access electrum wallet
by
nc50lc
on 21/03/2023, 05:07:09 UTC
⭐ Merited by o_e_l_e_o (4) ,vv181 (1) ,rat03gopoh (1)
Nothing in addresses. Command returned "Traceback"
ismine() command isn't necessary if you've checked the addresses tab thoroughly.
Because it'll only check the current keypool which is as much as the addresses listed in your addresses tab.

If you want, you can generate more to check it you somehow used an address at a higher index. (it's highly-unlikely though)
To generate more, enter the command:
Code:
[wallet.create_new_address(False) for i in range(500)]
Note: You can replace "500" with the amount of address that you want to generate; re-enter the command but with "True" to generate change addresses.

-snip- Did wallet new/restore using seed phrase. No luck.
Have you extended your seed phrase by ticking "Extend this seed with custom words" when you created the wallet?
Because if so, you'll have to enter the exact same seed phrase extension (a.k.a Passphrase) to restore the correct wallet.