We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to derive the first address belongs to an xPub.
I checked this documentation: https://github.com/Bitcoin-com/bitbox-sdk/blob/master/docs/hdnode.md#fromxpub
I tried this code:
bitbox.HDNode.fromXPub("xpub6D2vLmZcXc...").derivePath("m/44'/145'/0'/0");
but it returned this error:
not a master node
It seems bitbox.HDNode.fromXPub("xpub6D2vLmZcXc...")returns not master node?!
bitbox.HDNode.fromXPub("xpub6D2vLmZcXc...")
Do you have any idea how to derive in BCH?
It is important, I do no have any seed, only xPub!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need to derive the first address belongs to an xPub.
I checked this documentation: https://github.com/Bitcoin-com/bitbox-sdk/blob/master/docs/hdnode.md#fromxpub
I tried this code:
but it returned this error:
It seems
bitbox.HDNode.fromXPub("xpub6D2vLmZcXc...")
returns not master node?!Do you have any idea how to derive in BCH?
It is important, I do no have any seed, only xPub!
The text was updated successfully, but these errors were encountered: