Hi I have downloaded full node(Bitcoin blockchain) 
from https://bitcoin.org/en/full-node, and stored on my local system, which 
is always in sync/updated.

Can I use this while creating the MemoryBlockStore, as stated in 
PrivateKeys.java(bitcoinj-examples lib), like...

final MemoryBlockStore blockStore = new MemoryBlockStore(params);
BlockChain chain = new BlockChain(params, wallet, blockStore);

-- 
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