Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed phrase from Ledger Nano X generates wrong sequence of addresses #4641

Open
HockeyTrafalgar opened this issue Jun 21, 2023 · 2 comments
Open

Comments

@HockeyTrafalgar
Copy link

HockeyTrafalgar commented Jun 21, 2023

Info

I try to restore wallet from the 24-word phrase from Ledger Nano X, select Derivation Path "Ethereum", and get only first address matching the one in Ledger Live. If I select "Ethereum - Ledger Live" then none of the addresses match what I see in Ledger Live.

The workaround I've found to get the addresses that I see in Ledger Live is to manually iterate through the following derivation paths:

  1. m/44'/60'/0'/0 - the first address in the list is the Address 1 from Ledger Live
  2. m/44'/60'/1'/0 - Address 2 from Ledger Live
  3. m/44'/60'/2'/0 - Address 3 from Ledger Live

and so on.

  • Version: MyEtherWallet-v6.7.3-Offline
  • Browser: Tor
  • OS: Ubuntu
  • Page Url: MyEtherWallet-v6.7.3-Offline/index.html#wallet/access/software?type=mnemonic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@HockeyTrafalgar and others