Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: How does an HD wallet know about addresses created from Master Public Key?
by
HCP
on 11/12/2017, 22:38:56 UTC
⭐ Merited by xtraelv (1)
I suspect you'll find it is the derivation path he is using is incorrect.

I'll guess he has gone with the "standard" m/44'/0'/0' derivation path specified in BIP44 and used by hardware wallets etc... most likely used if it was done by a "library". The problem is that Electrum uses a derivation path of m/0

Both paths will generate "valid" public keys/addresses... but they'll be different.