You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to generate segwit style addresses as defined in BIP49? It should be compatible with BIP44 and only require change to derivation path, but I am not able to generate proper segwit addresses. It also seems impossible to generate addresses using custom derivation path without private key part?
Hello
Is it possible to generate segwit style addresses as defined in BIP49? It should be compatible with BIP44 and only require change to derivation path, but I am not able to generate proper segwit addresses. It also seems impossible to generate addresses using custom derivation path without private key part?
The result is
BTC::BTCError: Not possible to derive a hardened keychain without a private key (index: 49).
If I do initialize it with xprv instead, for example
It does generate address, but not segwit style.
Can you please tell me if I am doing something wrong? Ideally I want to generate segwit style addresses with only xpub.
The text was updated successfully, but these errors were encountered: