pybitcointools
pybitcointools copied to clipboard
how to derive other BIP44 paths from mnemonic?
- I would like to independently recreate the receiving addresses that are shown in the blockchain.info wallet.
- for example on blockchain.info multiple accounts can be created.
- how can xpub and xprv keys for these additional (BIP44?) accounts be derived from the mnemonic?
- for an example see https://iancoleman.io/bip39/
Account = 1 corresponds to the second blockchain.info wallet, and so on:

I have already done this for account = 0: https://blog.typodrive.com/2018/03/24/derive-bitcoin-addresses-from-hd-xpub-keys/