Samourai-Wallet / samourai-wallet-android

Bitcoin Wallet strongly focused on privacy when transacting on the bitcoin network
https://samouraiwallet.com
The Unlicense
632 stars 238 forks source link

BIP32 Key derivation path #167

Closed jakubtrnka closed 6 years ago

jakubtrnka commented 6 years ago

I'd like to know the exact BIP32 key derivation path that the wallet is using. The xPub, yPub and zPub in settings do not match the extended public keys that are produced in other software (like Electrum). Ideally show the path in small font beneath each address, or et least give that information in wallet summary.

SamouraiDev commented 6 years ago

We use the same derivations as used in other wallets such as Mycelium, blockchain.info, Coinomi and more. Our BIP49 derivations work with Trezor and Ledger. Path information will be displayed in an upcoming update.

jakubtrnka commented 6 years ago

Oh, now I get it. The setup-passphrase was indeed BIP39 passphrase. That's the reason the addresses were different. I completely forgot I set it up. Now it's clear. thanks.