Re: How many Address can be create in Bitcoinj

2016-06-18 Thread Minh Le Quang
Thanks! Vào 21:57:41 UTC+7 Thứ Bảy, ngày 18 tháng 6 năm 2016, Andreas Schildbach đã viết: > > The limit is not so much dictated by address derivation but more simply > by keeping all the relevant transactions in your wallet. A bitcoinj > wallet can handle a couple of thousand (standard)

How to get Sender Address and Receive Address in BitcoinJ

2016-06-18 Thread Minh Le Quang
I'm create app with BitcoinJ lib. I have several address and I send them to my Friends, when my friend send money to me I don't know who is he. So I want to know what is sender bitcoin address and what is receive bitcoin address. I'm using this code to detect the address but it alway show all

Re: Disable retargeting for regtest

2016-06-18 Thread Andreas Schildbach
I prefer solution 2 as it is the simpler one, but it needs a code comment. On 06/09/2016 10:02 PM, Oscar Guindzberg wrote: > Hi, > > Retargeting is disabled on bitcoin core for regtest, but enabled on > bitcoinj for regtest. > > See

Re: Disable retargeting for regtest

2016-06-18 Thread Oscar Guindzberg
Ok, just updated https://github.com/bitcoinj/bitcoinj/pull/1274 . You can delete https://github.com/bitcoinj/bitcoinj/pull/1273 if you want. Oscar On Sat, Jun 18, 2016 at 5:38 AM, Andreas Schildbach wrote: > I prefer solution 2 as it is the simpler one, but it needs a code