Re: raw-dump file

2017-06-23 Thread Andreas Schildbach
I believe what you're seeing is the protobuf text format, as created by this mehod in com.google.protobuf.ByteString: public static String escapeBytes(ByteString input) Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.

Re: bitcoinj:0.14.4 stuck at kit.awaitRunning() when using regtest mode

2017-06-23 Thread Andreas Schildbach
I'm sorry, I have never used regtest mode. I always used testnet for testing. Can you give the DoubleSpend.java example a spin and see if it works for you (progresses past the "awaitRunning()" line)? On 06/23/2017 09:15 AM, Kunal Ransing wrote: > @Andreas Schildbach > Can you help me please ? >