2
Here I'd like to generate the other address use xpub.
Is there any library (python) could help to derive the new address from extended key?
such as:
gen_new_pub(xpub, new_path) to get the derived public key.
Of course, the library supposes could support
gen_new_prv(xprv, new_path) to generate the corresponding private key according to the xprv and path.
Fantastic! Thanks very much! This library is easy to understand and use! If there is a function or other easy way could convert the mprv (extended private key) to the private key, that will be great! – Carpemer – 2019-01-21T14:35:36.577
you're right, at least some wif_from_xprv(xprv) similar to address_from_xpub should be implemented. Look for a library update in a week time... – Ferdinando M. Ametrano – 2019-01-22T23:56:11.627
Hi Ferdinando M. Ametrano, how is the progress, is there anything I can help? Do you have any manual for the algorithm? I could have a try to implement the code. – Carpemer – 2019-03-22T06:45:05.717