Check it

 The default lookahead zone is 100 keys, meaning if  the user hands out 
more than 100 addresses and receives payment on them before the chain is 
next scanned, some  transactions might be missed. 100 is a reasonable 
choice for consumer wallets running on CPU constrained devices.



To get more than 100 I think you should modify this value

https://github.com/bitcoinj/bitcoinj/blob/b131cc77384ed398b205d3e2e932d1d8228c4edb/core/src/main/java/org/bitcoinj/wallet/DeterministicKeyChain.java#L128





Java Example
https://gist.github.com/jestevez/35ff94bb625225b41de1fa153df3b296



El miércoles, 16 de mayo de 2018, 22:33:21 (UTC+2), Tyga escribió:
>
> can i derive all wallet addresses using bitcoinj just like this site 
> https://iancoleman.io/bip39/
> this site generates list of addresses along with address path pub key and 
> prv key.
> is bitcoinj support this, if yes then little code example will be helpfull.
>

-- 
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/optout.

Reply via email to