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 ? >

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

2017-06-21 Thread Kunal Ransing
Hi, I am new to this. I am trying to create test program to create new address to receive payment. It *works well with "testnet"* mode but when using "regtest" code stuck at kit.awaitRunning(). For regtest mode before running code, I did below >bitcoind -regtest -debug -daemon After started