Re: No lost key from seed

2019-03-12 Thread Tom Va
Yeap...randomly mnemonic string (phrases/words from default english.txt or custom words from an input stream) + special passphrase (non-null). Two things (not a criticism of the code which is well written and easy to read, but just a general concern about people): 1) Hard copies - No matter

Re: No lost key from seed

2019-03-12 Thread Andreas Schildbach
The industry consensus seems to be: make the user write down the 12 words (aka mnenonic) on a piece of paper and store it at a safe place. Then you can use these words to restore your seed. Bitcoinj supports this using the org.bitcoinj.crypto.MnemonicCode class; have a look at the wallettemplate

No lost key from seed

2019-03-11 Thread Tom Va
Hi, This is my first post in this group so please pardon me for any uncharacteristic locutions. I would like to contribute to this project. *My question is has anyone come up with a way where a private key no longer can be lost?* For example, I generated my private key on my local