I think what you want is the BlockFileLoader, as seen here in the BlockImporter: https://github.com/bitcoinj/bitcoinj/blob/master/tools/src/main/java/org/bitcoinj/tools/BlockImporter.java#L67
- Jameson On Sat, Feb 18, 2017 at 11:51 PM, Nishil Shah <nishil.sha...@gmail.com> wrote: > Is there anyway to import blk?????.dat files individually and parse them > into Block objects? I'm not trying to use any network connections. I want > to get everything from disk if possible to make my computations/processing > as fast as possible because I want parse many files in parallel. I've read > about some "block importer" tool but can't really see how to use it in my > situation. Thanks. > > -- > 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 bitcoinj+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 bitcoinj+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.