4
Some simplified explanations of Bitcoin say, that the Bitcoin address is the public key, and anybody can easily verify that a signed transaction is valid since it was signed with corresponding private key.
But in reality, the address is the hash of another hash of the public key.
So, it's not possible to derive the public key from the address alone.
How do miners obtain my public key, then? Is the public key included in the transaction I am sending ?
Possible duplicate: http://bitcoin.stackexchange.com/questions/20718/how-to-export-public-key-for-an-address-in-bitcoin-qt
– Nick ODell – 2015-10-06T08:15:11.3031@Nick ODell - the linked question explains how the owner can get public key from the private key. But it does not explain how the miners get public key corresponding to my address. Therefore, I believe my question is not a duplicate. – Martin Vegter – 2015-10-06T08:25:46.247