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
"The derivation in Copay (and anything using bitcore-lib) is incorrect. The bug is when there is a leading zero of the private key and the hash during derivation does not include the zero. The BIP32 specification states that the size of the private key is always 32 bytes before it's hashed."
TEST CASE:
Mnemonic
fruit wave dwarf banana earth journey tattoo true farm silk olive fence
Passphrase
banana
Electrum
m/44'/0'/0'/0/0
17rxURoF96VhmkcEGCj5LNQkmN9HVhWb7F
BitPay/Copay
m/44'/0'/0'/0/0
13EuKhffWkBE2KUwcbkbELZb1MpzbimJ3Y
Also see iancoleman/bip39#58 and https://github.com/bitpay/copay/issues/5667, 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
The text was updated successfully, but these errors were encountered: