iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.42k stars 1.42k forks source link

Nano Derivation Method #472

Closed Babuxor closed 3 years ago

Babuxor commented 3 years ago

The same BIP39 Mnemonic phrase (24 words) generated different nano keys in Trust Wallet and Natrium. With some research I found on tools.nano that nano keys can be derivated in different ways: Ledger/Magnum (BIP39/44) used here and on Trust wallet and Blake2b used on Natrium, Exodus and probably others wallets. It is possible to add a choice to select a method or the other one? I tried to do it myself but failed.

loupiote commented 3 years ago

See also https://github.com/iancoleman/bip39/issues

iancoleman commented 3 years ago

Duplicate of #490 - let's track it all in that topic. I'm sure we can add some improvement to the ui to make this situation clearer for nano users.