Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Fix BIP 32 derivation path to conform to BIP 44 #7

@mmazi

Description

@mmazi

It seems the app uses m/44'/60'/0'/0 as the only address it supports (no HD support currently), whereas as per BIP 44 the addresses used should be one level deeper, i.e.

m/44'/60'/0'/0/0
m/44'/60'/0'/0/1
m/44'/60'/0'/0/2
etc.

A consequence of this is that myetherwallet.com also use the incorrect path m/44'/60'/0' as the parent from which they derive child addresses for Ledger Wallets (they use the correct path m/44'/60'/0'/0 for other types of wallets like mnemonic seeds).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions