2
1
I'm just wondering if it's possible to generate HD address using xPub?
I tried to create HD address using BitWASP-PHP with the following path:
m / purpose' / coin_type' / account' / change / address_index
m/44/0'/0'/0/1
but the response is:
Can't derive a hardened key without the private key
I know that I can do it with Bip32 with the following path: 0/addressIndex
but I would like to use bip44.
How to derive change address from m/0/i? – Adam – 2018-01-22T03:12:42.400
1The change addresses would be at
m/1/i. – Andrew Chow – 2018-01-22T03:21:17.757