Bitcoin Forum
July 31, 2024, 01:23:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Wallet Address hash generation on: July 11, 2014, 07:43:24 AM
Thanks you so much for your help guys!
2  Bitcoin / Development & Technical Discussion / Wallet Address hash generation on: July 11, 2014, 04:24:22 AM
Hi, im using this tutorial https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses#How_to_create_Bitcoin_Address to understand how to creat bitcoin wallet addresses.

But, for example, if u start from step 5 and hash this string 445C7A8007A93D8733188288BB320A8FE2DEBD2AE1B47F0F50BC10BAE845C094 with sha 256 again the result is:

7760845DCFD8C366AE89620BE2F368D255D710BC7493628CA0DCDED9CA476E5A and not D61967F63C7DD183914A4AE452C9F6AD5D462CE3D277798075B107615C1A8A30 like the step 6 shows.

Where is my error? I cant' figure this out.


To hash with sha 256 im using: http://www.xorbin.com/tools/sha256-hash-calculator
or

NodeJS: var hash = crypto.createHash('sha256').update(p).digest('hex');

(same results)

Thanks in advance!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!