Re: update to v0.15.1 no Sync Simple Wallet

2019-03-18 Thread jhkim
It works to me !! Thx , GBU -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com

Re: How do you recover a wallet when using a WalletAppKit?

2019-03-12 Thread jhkim
Same problem here. When restorefrom seed , my wallet losts child path. [image: 캡처.PNG] > -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@goo

When do forwarding BTC

2019-03-11 Thread jhkim
I tried to make forward system. in my wallet. when received 2 tx . my system will send 2 tx. but first one is successful. the problem is second one. the errror message is Received Reject: tx 590cd1952c11c386df776db905f161b8292d169f7e20d07d8bf7bec9c09659bc for reason 'txn-mempool-conflict' (18

Restore from seed wallet balance is 0

2019-03-09 Thread jhkim
and lost every path when restore from seed... what happens? -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. For more options

Re: Tx.getFee() is always null

2019-03-09 Thread jhkim
Thank you so much ! ^_^ 2019년 3월 6일 수요일 오후 4시 17분 39초 UTC+9, jh...@seekerslab.com 님의 말: > > Now, i am using bitcoinj 0.15-snapshot. > > And when i add CoinsReceived Listener, Tx is always null. (sometimes > tx.pending() is null too). > > This is a bug? > > and This is another question. > > public

Bitcoinj Can specific send from address?

2019-03-06 Thread jhkim
For example Think , My A wallet have 1 BTC. If i try to send 0.6 BTC from A wallet to another Wallet, my bitcoinj generate new B wallet. and change coin 0.4 will be sent to B wallet How can i send coin from specific address? and how can i keep change in my A wallet ? Thank to read. -- You

Re: Tx.getFee() is always null

2019-03-05 Thread jhkim
Tx.getFee() is null -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/opto

Tx.getFee() is always null

2019-03-05 Thread jhkim
Now, i am using bitcoinj 0.15-snapshot. And when i add CoinsReceived Listener, Tx is always null. (sometimes tx.pending() is null too). This is a bug? and This is another question. public void onCoinsReceived(Wallet wallet, *final **Transaction tx*, Coin prevBalance, Coin newBalance) Is it

Wallet contained duplicate transaction 0xxxxxxxxx

2019-02-27 Thread jhkim
I lost btc 30$.. Wallet contained duplicate transaction 0af302964bf3b6f2b59cff980d9c85a800498a35009f4763aeb201577f566c5c when i start bitcoinj , this error occur. The money lost in this way alone is over 50 dollars. If you solve my problem, I will send you my bit. please help me.. -- Yo

How to cancel pendingtransaction?

2019-02-27 Thread jhkim
``` WalletAppKit kit = UserWallet.getInstance(); Address toAddress = Address.fromBase58(UserWallet.getNetworkParameters(), masterWallet.freshReceiveAddress().toString()); / System.out.println(kit.wallet().getUnspents().size()); Transaction transaction = new Transaction(