Skip to content

Instantly share code, notes, and snippets.

@nbidron
Created May 23, 2023 19:23
Show Gist options
  • Save nbidron/94e97be34f005f6a187ecc92f417cb03 to your computer and use it in GitHub Desktop.
Save nbidron/94e97be34f005f6a187ecc92f417cb03 to your computer and use it in GitHub Desktop.
NULL Data script fingerprints
OP_RETURN <data> #Standard NULL Data script
OP_0 OP_DATA_20 <data> #Arbitrary 20 bytes of data storage
OP_DUP OP_HASH160 OP_DATA_20 <data> OP_EQUALVERIFY OP_CHECKSIG #Script used for unintended purpose
OP_IFDUP OP_IF OP_2SWAP OP_VERIFY OP_2OVER OP_DEPTH #Use of OP-codes to spell "script" in ascii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment