3
while trying to understand the address validation process, I fell upon this block : https://blockchain.info/tx/3d29f43a3278281192943276049c15e5f0d8c7e75d4d99a4cd6693113a948f48 In the outputs, the first two are regular pay-to-hash, but the last one is a pay-to-pubKey (the block was mentioned by the developers from blockchain.info as a bad solution to embed an ASCII message in the blockchain). My question is : as this pubKey is invalid, where does the address (1Du8MpTTV4VrQMHtgP4mG1Fq9q3ykb3L8h) come from ? I could not manage to get it by hashing the pubKey...
thanks
Thanks, and for the base 58 address, I was padding it with zeroes to get a standard ECDSA key but actually hashing it normally works... – user13404 – 2014-02-13T10:43:18.623