Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Last active May 23, 2016 16:36
Show Gist options
  • Save AndyNovo/e6631f181afe11a38179ef07839a4e28 to your computer and use it in GitHub Desktop.
Save AndyNovo/e6631f181afe11a38179ef07839a4e28 to your computer and use it in GitHub Desktop.
header = ("01000000" +
"81cd02ab7e569e8bcd9317e2fe99f2de44d49ab2b8851ba4a308000000000000" +
"e320b6c2fffc8d750423db8b1eb942ae710e951ed797f7affc8892b0f1fc122b" +
"c7f5d74d" +
"f2b9441a" +
"42a14695")
print hashlib.sha256(hashlib.sha256(binascii.unhexlify(header)).digest()).digest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment