Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active August 25, 2023 11:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/034c81886bd23b25c64ec5eda9251641 to your computer and use it in GitHub Desktop.
Save miguelmota/034c81886bd23b25c64ec5eda9251641 to your computer and use it in GitHub Desktop.
ETH HD Derivation Paths. Ledger Legacy, Ledger Live, Trezor, MetaMask
Ledger (legacy): m/44'/60'/0'/{account_index} (eg. 44'/60'/0'/0, 44'/60'/0'/1, 44'/60'/0'/2, etc)
ledger (live): m/44'/60'/{account_index}'/0/0 (eg. m/44'/60'/0'/0/0, m/44'/60'/1'/0/0, m/44'/60'/2'/0/0, etc)
trezor: m/44'/60'/0'/0/{account_index} (eg. m/44'/60'/0'/0/0, m/44'/60'/0'/0/1, m/44'/60'/0'/0/2, etc)
metamask: m/44'/60'/0'/0/{account_index} (eg. m/44'/60'/0'/0/0, m/44'/60'/0'/0/1, m/44'/60'/0'/0/2, etc)
@loupiote
Copy link

loupiote commented Mar 9, 2023

On the first line (Ledger legacy), the "m/" is missing before "44'/...". This is just a typo that should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment