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
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Hi,
I need to get all the generated addresses for an xpub (or Ltub) extended public key. When I use the HDPublicKey.deriveChild(path, false), it is giving me this error:
message: 'Invalid argument: creating a hardened path requires an HDPrivateKey',
stack: 'Invalid argument: creating a hardened path requires an HDPrivateKey\n' +
'Error\n' +
Please help me to get the list of addresses from xpub or ltub extended public key.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I need to get all the generated addresses for an xpub (or Ltub) extended public key. When I use the HDPublicKey.deriveChild(path, false), it is giving me this error:
message: 'Invalid argument: creating a hardened path requires an HDPrivateKey',
stack: 'Invalid argument: creating a hardened path requires an HDPrivateKey\n' +
'Error\n' +
Please help me to get the list of addresses from xpub or ltub extended public key.
The text was updated successfully, but these errors were encountered: