logoalt Hacker News

LiamPowelltoday at 5:14 AM1 replyview on HN

There is no script.


Replies

greyface-today at 6:01 AM

Of course there's a script; every bitcoin tx output has a script. These challenges use the standard P2PKH script, i.e.:

  scriptPubKey: OP_DUP OP_HASH160 <pubKeyHash> OP_EQUALVERIFY OP_CHECKSIG
  scriptSig: <sig> <pubKey>
https://en.bitcoin.it/wiki/Script
show 2 replies