Post
Topic
Board Bitcoin Technical Support
Re: Electrum to Electrum - transaction "lost"
by
AndrRoos
on 22/06/2021, 15:41:50 UTC
Yes it does generate.   I wrote it above.

Once I check the BIP39 and type in     only  followong derivation path:     m/44'/0'/0'      -   then I get different addresses which I have used after I have updated the wallet.    

If I don't check the BIP box then it generates the wallet I had after the update.

THere are a couple of things you can try. This is the derivation path structure:

Code:
m / purpose' / coin_type' / account' / change / address_index

As your address starts with 1:
Code:
m/44'/0'/ account / change

You can also try purpose 45' (you may have mistankely created a multisig wallet):
Your coins might be in a change address, so you need to try setting to 1 the value in change:
Code:
m/44'/0'/0/0
m/44'/0'/0/1
m/45'/0'/0/1
m/45'/0'/0/0

You also need to try some  accounts: 0, 1, 2 , as you may have mistankely created a new account inside your wallet , for example
(change address and account 1)
Code:
m/44'/0'/1'/1


@bitmover

I tried them them all  & tons of different accounts      -     NOTHING!