5
Both bitcoin and encrypted emailing are based on public key cryptography. However, they use different implementations, so I assume that a public PGP key cannot be used as a bitcoin address directly.
But would it be possible to convert a public PGP key to a bitcoin address in such a way that it can be accessed only with the corresponding private PGP key (or something derived from it)?
If such an algorithm existed it would allow for sending coins to people without them knowing anything about Bitcoin, as long as they have a PGP key (e.g. for giving someone a little incentive to learn something about Bitcoin).
Here is one attempt to use a secp256k1 GPG key as a Bitcoin address, however it is not exactly what you are asking for as it is all based on creating a bitcoin address from the private key. In the end, it didn't really work out as the author needed to export the private key from gpg to sign the Bitcoin tx.
– Jonathan Cross – 2019-08-28T20:24:59.947