On 05/16/2018 10:33 PM, Tyga wrote:
> 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.

After synching the wallet using the blockchain, all addresses are known
to the wallet. I suggest looking at Wallet.toString() and its call
hierarchy to learn how you could enumerate all wallet addresses.



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