BIP39
BIP39 defines how your passphrase translates to your master private key.
- Number of words: 12
- Password: ""
- Implementation: https://github.com/paulmillr/scure-bip39
- Wordlist: https://github.com/paulmillr/scure-bip39/blob/main/src/wordlists/english.ts
- Initial entropy length: 128 bits
BIP32
BIP32 is used for all bitcoin family coins.
Private keys are derived from passphrase using the following derivation paths.