Author

Topic: Generating public address (Read 185 times)

full member
Activity: 157
Merit: 113
December 12, 2017, 02:22:47 PM
#2
You're hashing the hex string instead of the binary data: https://bitcoin.stackexchange.com/questions/43347/how-to-generate-bitcoin-address/.
newbie
Activity: 19
Merit: 2
December 12, 2017, 09:12:09 AM
#1
Hi,

I'm trying to generate a public address from a public key. I've read the docs at https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses.

In step 2, it says to encrypt (sha256) the public key.
However, the result is 32511e82d56dcea68eb774094e25bab0f8bdd9bc1eca1ceeda38c7a43aceddce and not what they showed in step 2 (600FFE422B4E00731A59557A5CCA46CC183944191006324A447BDB2D98D4B408).
What am I missing here?
Jump to: