Electrum wallet not restoring with the right address?

1

I have the address and i can see my bitcoins in it. I have the 12 word seed, but when restoring my wallet with it in Electrum the address with my bitcoins isnt included in the ones generated.

I'm a noob at this please help :)

bitcoinnoob

Posted 2018-04-12T18:07:22.650

Reputation: 11

Answers

1

I wrote an FAQ about this here. It contains various things you can try.

Another possibility is that the address corresponds to an imported private key. In the past electrum used to allowed you to import private keys into HD wallets. These imported private keys are not restored when you restore from seed. So is this an address of an imported private key?

Abdussamad

Posted 2018-04-12T18:07:22.650

Reputation: 1 850

0

There are too many reasons for that, you should provide more details, but I'll share some possible reasons:

  • your 12-word mnemonic phrase is extended by an extra word (password), To fix there's an option while you are restoring your wallet, you should select and pass in your password.

  • derivation path, if you were using legacy bitcoin addresses so you should use path 44, Segwit 49, bech32 Segwit 84

  • electrum has their own bip39 wordlist, so if you are not importing electrum mnemonic phrase, you should select that option while importing.

Adam

Posted 2018-04-12T18:07:22.650

Reputation: 3 215

electrum doesn't use bip44 for legacy addressesAbdussamad 2018-04-13T03:38:40.767

I'm pretty sure they support bip44.Adam 2018-04-13T09:02:52.813

https://prnt.sc/j4obgtAdam 2018-04-13T09:03:55.493

that's for restoring from bip39. Electrum doesn't use bip44 or bip39 for it's native wallets. A wallet restored from a native electrum seed mnemonic would not use bip44 derivation.Abdussamad 2018-04-14T02:42:51.340

That what I exactly mentioned, electrum has their own bip39 wordlist, so if you are not importing electrum mnemonic phrase, you should select that option while importing.Adam 2018-04-14T02:46:45.297

those are separate points so I got confused. you may want to edit it so it's clearer. you only need to select the derivation path if your wallet mnemonic is from some other wallet. if your wallet mnemonic is native to electrum you don't need to do that. btw the electrum dictionary is identical to bip39's. it's just the mnemonic format and derivation path for legacy addresses that's different.Abdussamad 2018-04-14T08:52:23.367