6
2
bitcoin-qt has a "signature verification" feature where you can verify a signed message. All it needs is the bitcoin address of the signer, the message and a short signature. From what I understand about digital signatures, you would need the public key in order to verify a signature. A bitcoin address is just a hash of the public key. The public key may be in the blockchain but that would only be the case if the address had already claimed at least one output. If they haven't claimed any outputs, how can the signature be verified?
possible duplicate of How are public & private keys in an address created?
– Stephen Gornick – 2013-05-10T21:23:21.567http://crypto.stackexchange.com/a/18106/7243 provides a better answer than what's given here. – greatwolf – 2017-03-06T00:54:11.880