I have only mnemonic characters.
I do not know when the mnemonic character was created.


If you do not know the mnemonic creation date,
When I download the block, I can not get the transaction list.

What should I do if a user imports externally generated mnemonics?


I am using CHECKPOINT for speed improvement.



block download, Done -> transaction Count 0


final DeterministicSeed seed = new DeterministicSeed(mnemonic, null, "", 
Utils.currentTimeSeconds());
kit.restoreWalletFromSeed(seed);





block download, Done -> transaction Count 5


final DeterministicSeed seed = new DeterministicSeed(mnemonic, null, "", 
1542051304);
kit.restoreWalletFromSeed(seed);











-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to