pjkundert / python-slip39

Generate Ethereum, Bitcoin, etc. account seed and backup Mnemonics in SLIP-39 format (Trezor & Ledger compatible), with details in printable PDF format. Optionally, also print encrypted JSON and BIP-38 paper wallets.
https://slip39.com
Other
50 stars 17 forks source link

Use m/49' instead of m/44' for SegWit addresses #9

Closed fdegros closed 4 months ago

fdegros commented 11 months ago

This slip39 tool uses a derivation path starting with m/44' for both legacy and SegWit addresses, for both BTC and LTC. This is different from other major wallets, which use m/49' for SegWit addresses. Is this discrepancy an oversight, or a deliberate design decision?

pjkundert commented 9 months ago

Thanks for finding this; sorry I have taken so long to get to it! I'll be integrating some of your changes into the development branch ASAP!

fdegros commented 8 months ago

No worries. Let me know if you have any question.