I would greatly value your expertise in retrieving my wallet's public key for a given address.
What I currently understand:
- The scriptPubKey no longer contains the public key for Taproot addresses.
- The bitcoin-cli commands `validateaddress` and `getaddressinfo` no longer return the pubKey.
- The addresses in question have been receive addresses so far and have not submitted any transactions from which I could retrieve the pubKey.
The only way I can currently identify is to dump the private key from bitcoin-cli, import it into bitcoin-js, and then get the pubKey. But I really, really want to avoid this.
I appreciate any advice or hints.
Thanks a lot! BTC