Re: Bitcoinj stuck after chain split

2017-06-02 Thread Andreas Schildbach
There are plenty of bitcoind forks: Bitcoin XT, Bitcoin Unlimited, Bitcoin Classic are only some. As for full verifying mode in bitcoinj: Seems as if no one is working on it. If that doesn't change, at one point we will remove it from the codebase. On 06/02/2017 09:08 AM, BitcoinUser wrote: > I

Re: Bitcoinj stuck after chain split

2017-06-02 Thread BitcoinUser
I am using full verifying mode... Is there any chance that it will be maintain again any time soon? If no, is there any other library/bitcoind fork that allows to browsing blockchain by addresses/unspent outputs easily? I know that there is https://github.com/bitpay/bitcoin and

Bitcoinj stuck after chain split

2017-05-23 Thread BitcoinUser
I am using LevelDBFullPrunedBlockStore as a BlockChain. once in every 2-3 chainsplit in the network my bitcoinJ node stops to download new block. The scenario is always the same 1)My node get block on height x that network will mark as orphaned later 2)My node gets block x+1 (from mainchain)