How does mnemonic recover a single private key?

1

As I understand the algorithm of mnemonic (BIP39) can generate billions of private keys from your 14-24 words.

Whats the mechanism that some wallets/clients use to recover a single private key, my private key?

EnZo

Posted 2017-11-03T20:34:18.153

Reputation: 159

Answers

2

Typically, they just pick the first one that the mnemonic generates.

David Schwartz

Posted 2017-11-03T20:34:18.153

Reputation: 46 931