Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-04-07 Thread Andreas Schildbach
Just to let you know: the issue is fixed with PR https://github.com/bitcoinj/bitcoinj/pull/1552. On 04/04/2018 02:44 AM, chenpeng...@gmail.com wrote: > Okay, at least it works. If you get some other solutions, please let me > know, thank you. > > 在 2018年4月3日星期二 UTC+8下午5:54:55,Olivér Zsámár写道: >

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-04-03 Thread chenpeng609
Okay, at least it works. If you get some other solutions, please let me know, thank you. 在 2018年4月3日星期二 UTC+8下午5:54:55,Olivér Zsámár写道: > > Hi! > > I couldn't solve this using bitcoinj. > Maybe you could use Blockchain Data Api at blockchain.info for the SegWit > blocks. > > Its very slow for

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-04-03 Thread Olivér Zsámár
Hi! I couldn't solve this using bitcoinj. Maybe you could use Blockchain Data Api at blockchain.info for the SegWit blocks. Its very slow for that and you have to download the segwit blocks by using that api. But at least it works. ezt írta (időpont: 2018. ápr. 3., K

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-04-03 Thread chenpeng609
Hi, do you solve this problem? I get the same one. 在 2018年3月20日星期二 UTC+8上午5:38:14,Olivér Zsámár写道: > > Hello! > > I'm new to bitcoinj, and before doing anything, I just want to try some > easy stuff. > I want to read the whole blockchain from Block #1, and doing some > statistics. > > I have

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-04-02 Thread chenpeng609
The program works. 在 2018年3月20日星期二 UTC+8上午5:38:14,Olivér Zsámár写道: > > Hello! > > I'm new to bitcoinj, and before doing anything, I just want to try some > easy stuff. > I want to read the whole blockchain from Block #1, and doing some > statistics. > > I have this program: >

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-03-21 Thread Andreas Schildbach
Something has changed in the format Bitcoin Core uses for persistence to disk. Either use an old version of Bitcoin Core (0.13?) for creating the files or you will need to investigate into the changes and adapt bitcoinj to it. On 03/19/2018 10:45 PM, Jameson Lopp wrote: > 20 millibits says that

Re: Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-03-19 Thread Jameson Lopp
20 millibits says that the block parser is choking on a transaction that spends a SegWit UTXO. On Mon, Mar 19, 2018 at 5:38 PM, Olivér Zsámár wrote: > Hello! > > I'm new to bitcoinj, and before doing anything, I just want to try some > easy stuff. > I want to read the whole

Error at Block #481815 Reading the blockchain from Block #1 to the end

2018-03-19 Thread Olivér Zsámár
Hello! I'm new to bitcoinj, and before doing anything, I just want to try some easy stuff. I want to read the whole blockchain from Block #1, and doing some statistics. I have this program: https://pastebin.com/avszTeAK It doesn't suppose to do anything. The only thing it should do: just