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 th

Help with importing bitcoinj library as module in android studio

2018-04-03 Thread rohan agarwal
Hello, I wanted to modify the bitcoinj library to support my signing through my hardware wallet, but I am unable to import the project as a module since this is maven build. Plus the it is throwing error while converting maven to gradle. Any help will be appreciated. Thanks in advance. -- You

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 11:47): > Hi, do you solv

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 thi