Last active
July 16, 2018 08:28
-
-
Save lemonlatte/e29651d281a21f6195298da093883abe to your computer and use it in GitHub Desktop.
OP_HASH160
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
echo -n '63a6142c5b442dcfd70ed65b9c90956844525527d9ab3c8876a9143aa29799bae62940f3235cc58e0420359aa0fdf867041b87c659b17576a91470d0975d5053bc3291e0bad4c08d88e41d9ef5366888ac' \ | |
| xxd -r -p | openssl dgst -sha256 | xxd -r -p | openssl dgst -ripemd160 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment