Post
Topic
Board Web Wallets
Re: Blockchain.info BIP32 (xpub)
by
HeadsOrTails
on 07/12/2015, 07:47:17 UTC
I found the solution (if somebody will search). You need to use BIP44 derivation path: m/44'/0'/0' and child keys with def 0/0, 0/1, etc. instead of m/44'/0'/0'/0 & 0,1,2,etc.

I'm 99% certain you can use:

Code:
m/44'/0'/0'/0/0, m/44'/0'/0'/0/1 etc