Please describe the feature you’d like to see added.
RPC that allows generating addresses from a given silent payment address.
Is your feature related to a problem, if so please describe it.
This RPC could help application developers that use bitcoin core RPC in different projects to generate new addresses from a given silent payment address.
Describe the solution you’d like
getnewaddress
could have a new argument for silent payment address and it should generate new address from it.
Describe any alternatives you’ve considered
- Get multiple addresses
- Get XPUB
Couldn’t find any libraries that could help in generating bitcoin addresses from silent payment address.
Please leave any additional context
This pull request could help in adding this RPC: https://github.com/bitcoin/bitcoin/pull/28201