Re: Is there an easy way to iterate forward starting from the genesis block?

2021-11-21 Thread Sean Shubin
ly, without any wallet. > > Classes to look at are Peer and PeerGroup, and the entire Message > hierarchy. > > > > On 21/11/2021 09.46, Sean Shubin wrote: > > Just started looking at bitcoinj. I am familiar with the bitcoin data > > structure, and want to write appl

Re: Is there an easy way to iterate forward starting from the genesis block?

2021-11-21 Thread Sean Shubin
Andreas Schildbach wrote: > There are a few examples and tools that operate with the protocol > directly, without any wallet. > > Classes to look at are Peer and PeerGroup, and the entire Message > hierarchy. > > > > On 21/11/2021 09.46, Sean Shubin wrote: > > Just s

Is there an easy way to iterate forward starting from the genesis block?

2021-11-21 Thread Sean Shubin
Just started looking at bitcoinj. I am familiar with the bitcoin data structure, and want to write applications that analyze the blockchain data, so I am looking for a library that lets me interact with the bitcoin protocol directly. Does bitcoinj have that capability or is it only a