iancoleman / bip39

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

Change of coin does not issue update/recalculation if "Coinomi, Ledger" is selected #511

Open StefanOberhumer opened 2 years ago

StefanOberhumer commented 2 years ago

To reproduce:

1.) Enter words under "BIP39 Mnemonic" 2.) Select ETH under "Coins" 3.) Select "BIP 32" tab 4.) Select "Coinomi, Ledger" in "Client" ==> "BIP32 Derivation Path" = "m/44'/60'/0'" 5.) Change field "Coins" to "ETC" Now no new calculation or update of "Derivation Path" is done

Current solution: Change field "Client" to "Custom derivation path" and then back to "Coinomi, Ledger"

Shouldn't a new calculation issued if the "Coin" gets changed here ?

wigy-opensource-developer commented 2 years ago

I think so far the BIP32 tab is the "advanced" level "I know what I am doing" tab on the screen, but it is not labelled as such. BIP44 is the basic "Someone told me to use this tool, but I am unsure what it does". Making the BIP32 tab more user friendly could definitely help, that "Coinomi, Ledger" option was one way towards that. This feature requests seems to be making the tab accessible to more users.