We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Account is always 'ETH #1', regardless of derivation path
Firmware version and revision 2.7.0
2.7.0
The text was updated successfully, but these errors were encountered:
The address format is m/44'/coin_type'/account'/change/address_index, so in both screenshots above the account is /0 which is #1.
m/44'/coin_type'/account'/change/address_index
/0
#1
If I replace the \0 with \2, I get ETH #3, for example...
\0
\2
ETH #3
Sorry, something went wrong.
Please sync with Suite on this. I think they (mis-)use address index as accounts (like other ETH wallets do).
In Trezor Suite, we use this derivation path for Ethereum when creating new accounts (addresses):m/44'/60'/0'/0/{account_index}
m/44'/60'/0'/0/{account_index}
So it is like @prusnak says.
We also support discovering Ledger paths: Ledger (live): m/44'/60'/{account_index}'/0/0 Ledger (legacy): m/44'/60'/0'/{account_index}
QA OK
Info:
ibz
Successfully merging a pull request may close this issue.
Describe the bug
Account is always 'ETH #1', regardless of derivation path
Firmware version and revision
2.7.0
The text was updated successfully, but these errors were encountered: