Skip to content
New issue

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

[request improvement]: allow changing the derivation path and also allow deriving private keys with the user entering xpriv. #64

Open
jonjonez opened this issue Jul 20, 2024 · 1 comment

Comments

@jonjonez
Copy link

Some wallets like Bitcoin wallet (android) use derivation path outside the standards we are used to, if we add an option to allow changing the derivation path to access these addresses, it would be possible to access the addresses, privkeys of other wallets as well.

Also currently the tool only derives the addresses/private keys since we created or applied an existing mnemonic, it would be interesting if it was also possible for the user to derive private keys only with xpriv as well (e.g. wallets like Bitcoin core don't use mnemonics, only xpriv).

@SuperPhatArrow
Copy link
Collaborator

According to their docs they use BIP32.

Seed tool already derives addresses for BIP32.

In the addresses section you can set the derivation path already. Can you give an example of a wallet's derivation path that seed tool doesn't work with, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants