Reading non wallet transactions

2017-09-22 Thread KG
Hi! I have been searching for an answer to my question for couple of hours both on the internet and in code base, but couldn't quite find it. Question is: can I use bitcoinj to retrieve *non-wallet* transaction data from blockstore database? For reference see this bitcoin core API to

Re: P2SH-P2WSH address creation

2017-11-15 Thread KG
I double checked everything address was generated successfully. On Tuesday, November 14, 2017 at 12:17:02 PM UTC+2, KG wrote: > > Hi I was attempting to create a 2of2 P2SH-P2WSH address using bitcoinj. > Since I couldn't properly sign(invalid private key from bitcoind) received &

Re: Facing issue in memory consumption in java web application when user keeps on increasing.

2017-11-14 Thread KG
I'd suggest looking for a different approach here. I don't what is the purpose of use here so it's hard to make a recommendation, but if memory serves then each wallet object probably consumes at least 300 MB of RAM due to blockchain related objects (which is why I ultimately moved to different