Post
Topic
Board Development & Technical Discussion
Topic OP
Help with hashes
by
allthatremains
on 29/10/2013, 18:21:47 UTC
Hi,

I used znort987's github blockchain parsing repo to get the following output on blocks:

3   \0\0\0\0‚µU‰£ýòÔºÿ@>o à5¥Ùt,®b•FDI   1231470173
4   \0\0\0\0NºÛUɢøˆ\   ÚYÀ֋"¨ŽH„J…   1231470988
5   \0\0\0\0›rb1]¿‡­6V\   {‰*¿ý•¡ "ø–õ3ü   1231471428
6   \0\0\0\001 ç75i Zò¤¾‚U;*·vûÓ¢܏w   1231471789
7   \0\0\0\0q–l+_ÔF±ä…²ÉÙYJÍ ̽TAÏȔD   1231472369

The middle column is a block's hash. How can I change this hash into alphanumeric characters? E.g.   "hash":"0000000000000001bfd57dad6bad2a345a47d6f3b4eb91925a6084016c1c19bc",


Thanks!