Re: Can BitcoinJ get many child pubKey by a parent extPubKey

2017-05-07 Thread Andreas Schildbach
If you just want to derive, you might want to use the class
HDKeyDerivation. But the Wallet does it all for you, if you want to have
a Wallet too. It just supports the "default account" path described in
the BIP32 spec right now.


On 04/24/2017 08:06 AM, wait.lin.hong...@gmail.com wrote:
> Like the BIP32, it defined that public parent key to public child key
> https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#public-parent-key--public-child-key
> Please tell me how to achieve that if it can solve in BitcoinJ. Thx :) .
> My BitcoinJ version is 0.14.4.
> 
> -- 
> 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.


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


Can BitcoinJ get many child pubKey by a parent extPubKey

2017-04-24 Thread wait . lin . hongjie
Like the BIP32, it defined that public parent key to public child key
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#public-parent-key--public-child-key
Please tell me how to achieve that if it can solve in BitcoinJ. Thx :) .
My BitcoinJ version is 0.14.4.

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