You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also see iancoleman/bip39#58, I am not sure which clients are deriving properly / improperly, but we have a BIP39 mnemonic and passphrase that derives different addresses on different clients
It is an issue with wrong private BIP32 derivation that has already been
reported and patch submitted.
bitpay/bitcore-lib#97
Why it has not been merged and fix released is really beyond me.
HD wallets (including HW HD wallets) that do not use bitcore-lib private
derivation are not affected.
@prusnak Sorry, I tracked the pull request you mentioned and I ended up in this merged PR (bitpay/bitcore-lib#116 (comment)) and this comment (bitpay/bitcore-lib#116 (comment)) that has a similar example as above working good. Could you tell me what's the issue here? Anyway, I will contact the wallet team today.
TEST CASE:
Mnemonic
fruit wave dwarf banana earth journey tattoo true farm silk olive fence
Passphrase
banana
BitPay
m/44'/0'/0'/0/0
13EuKhffWkBE2KUwcbkbELZb1MpzbimJ3Y
Electrum, iancoleman.github.io/BIP39/
m/44'/0'/0'/0/0
17rxURoF96VhmkcEGCj5LNQkmN9HVhWb7F
Also see iancoleman/bip39#58, I am not sure which clients are deriving properly / improperly, but we have a BIP39 mnemonic and passphrase that derives different addresses on different clients
@slush0 @prusnak
The text was updated successfully, but these errors were encountered: