seedtool icon indicating copy to clipboard operation
seedtool copied to clipboard

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

Open jonjonez opened this issue 1 year ago • 1 comments

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).

jonjonez avatar Jul 20 '24 12:07 jonjonez

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?

SuperPhatArrow avatar Jul 20 '24 14:07 SuperPhatArrow