Then i made a copy of the 12 words mnemonic from the blockchain account.
-snip-
So my question is: how to get a list of the address corresponding to non zero balance from the seed of a HD wallet?
You mean Blockchain's online wallet?
They use standard derivation paths of BIP44 for legacy and BIP84 for SegWit HD wallets.
Here's info about the paths:
bip-0044 |
bip-0084And if you created a second or third "
private key wallet" (
not address), you'll need to modify the derivation path's account_index accordingly.
Yes, indeed. And now i know that it is a SegWit HD wallets. I have to modify the script above...
Thanks.