How do you get back the private keys you used, after you deploy your wallet with a 12 word seed?

1

If I change computers and use the 12 word seed to use my wallet, how will the client know which private key I used in the previous computer?

Pineapple29

Posted 2017-06-04T21:20:51.873

Reputation: 15

Answers

1

A long sequence of private keys can be computed from the seed in a standard way. The new client will import those keys for your use, while computing the corresponding addresses and checking the block chain to see which ones have been used. When it finds many keys in a row that haven't been used (perhaps several hundred; this number may be configurable in your client), it assumes it has found all the keys in the sequence that you actually used, and stops.

Nate Eldredge

Posted 2017-06-04T21:20:51.873

Reputation: 21 420