BIP39
BIP39 defines how your passphrase translates to your master private key.
- Number of words: 12
- Password: ""
- Implementation: https://github.com/CoinSpace/B39
- Wordlist: https://github.com/CoinSpace/B39/blob/master/wordlists/en.json
- 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.