red / wallet

Tiny, simple, fast and secure wallet for Bitcoin, Ethereum, RED token and other ERC-20 tokens.
https://www.red-lang.org/2018/06/red-wallet-tiny-simple-fast-and-secure.html
35 stars 14 forks source link

WISH: migrate to a BIP44 derivation path #21

Open BeardPower opened 6 years ago

BeardPower commented 6 years ago

The old Ledger apps, including the Red wallet, use a legacy derivation path of _m/purpose'/coin_type'/account'/addressindex, but the new Ledger Live app uses the BIP44 derivation path of _m/purpose'/coin_type'/account'/change/addressindex.

So I suggest migrating the Red wallet derivation path to BIP44.

BeardPower commented 6 years ago

Will you also patch wallet.red, because it is passing an index, not the path ids like in your BIP44 derivation path?

bitbegin commented 6 years ago

i don't if necessary to use this address for master branch