Bitcoinj support for SegWit / NYA?

2017-06-26 Thread 'Miles Suter' via bitcoinj
Hi Andreas - is bitcoinj fully prepared for Segwit? It seems unclear from this list :

Re: raw-dump file

2017-06-26 Thread Andreas Schildbach
I think bitcoinj serializes the secret bytes for these hierarchies: 0, 0/0, 0/1. All the signing keys are derived on the fly, when needed for signing. Actually the key you're quoting below should be an extended key. It's the parent of the internal keychain (which is used mostly for change

Re: Save Bitcoin Wallet object in database

2017-06-26 Thread Andreas Schildbach
Currently the only persistence mechanism supported is protobuf. You could probably save a protobuf blob to redis, if that's what you're looking for. On 06/26/2017 08:16 AM, Ajit Soman wrote: > Is there is any way to save bitcoin wallet object in database. I have > tried to save wallet object in

Re: raw-dump file

2017-06-26 Thread Stefano Pieri
I wrote an octave script to convert the protobuf raw text into priv and pub keys and I succeeded. > Ok now I have many priv keys more - but not the

Save Bitcoin Wallet object in database

2017-06-26 Thread Ajit Soman
Is there is any way to save bitcoin wallet object in database. I have tried to save wallet object in redis database. i got this exception: org.redisson.client.RedisException: Unexpected exception while processing command at org.redisson.command.CommandAsyncService.convertException(