Skip to content

Instantly share code, notes, and snippets.

@TOMOAKI12345
Last active August 26, 2015 17:41
Show Gist options
  • Select an option

  • Save TOMOAKI12345/5b41d78df73fcf81fb49 to your computer and use it in GitHub Desktop.

Select an option

Save TOMOAKI12345/5b41d78df73fcf81fb49 to your computer and use it in GitHub Desktop.
Bitcoin standard payment transaction

scriptSig is:

PUSHDATA
signature data (SIGHASH_ALL)
PUSHDATA
public key data

scriptPubKey is:

OP_DUP
OP_HASH160
PUSHDATA
Bitcoin address (public key hash)
OP_EQUALVERIFY
OP_CHECKSIG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment