Yes, I mentioned that in my post. However, which options would I use in this case? And can I invoke this through java code?
Thanks again. Sent from my iPhone > On Feb 19, 2017, at 12:33 AM, Jameson Lopp <[email protected]> wrote: > > 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 <[email protected]> >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "bitcoinj" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/bitcoinj/4wB6-i7ys8E/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
