BIP 49: Derivation scheme for P2WPKH-nested-in-P2SH based accounts#456
BIP 49: Derivation scheme for P2WPKH-nested-in-P2SH based accounts#456luke-jr merged 5 commits intobitcoin:masterfrom
Conversation
|
Looks like Ledger is using this: https://github.com/LedgerHQ/ledger-wallet-chrome/blob/master/app/src/wallet/wallet.coffee#L76-L80 @amougel it might be useful to add that to the (new) list of implementations. |
|
This is different form how the Although the core wallet (currently) doesn't use BIP 44, it's still useful to note how it handles SegWit vs. "legacy" key derivation, as well as private key reuse. Perhaps that can be added to the BIP. |
|
Trezor is also using |
A derivation scheme similar to BIP44 for the upcoming P2WPKH-nested-in-P2SH addresses.
The test vectors aren't finished yet, as I choose to have the BIP-number as base path (like BIP44) in it. I'll update them as soon as this gets a preliminary number assigned.