Is your feature request related to a problem? Please describe. It is not possible to simply derive the wallet's addresses. I have a need to find the address inside the HD wallet at a given HD path.
Describe the solution you'd like
- Derive address using the node i.e.
derivewalletaddress(path)that returns the same asgetaddressinfo
Describe alternatives you've considered
- Export xpub - not possible
- Export the seed -
dumpwalletonly exports to file - cannot be used over network deriveaddresses- requires xpub/xprvlistaddressgroupings+getaddressinfofor every address and find byhdkeypath- This is way too intensive
Additional context Some context I found about xpub exporting explains that this is not possible: https://bitcoin.stackexchange.com/a/90149/106210