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

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