Last active
May 23, 2016 16:36
-
-
Save AndyNovo/e6631f181afe11a38179ef07839a4e28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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