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
Note: Coin Wallet supports 12, 15, 18, 21, 24 word passphrases from other wallets.
BIP32
BIP32 is used for all bitcoin family coins.
Private keys are derived from passphrase using the following derivation paths.