Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
arg
on 04/07/2014, 01:32:48 UTC

Code:
echo -n "$1" | openssl dgst -sha256 -binary | tr -d '\n' | openssl dgst -sha256



The first hash is into hex, then the second hash is of the hex not the binary.