Comment by LiamPowell 7 hours ago There is no script. 4 comments LiamPowell Reply greyface- 6 hours ago 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 LiamPowell 1 hour ago You know what I mean, there's no clever on-chain reward script. tromp 4 hours ago Not every bitcoin tx output.With taproot (P2TR), scripts are optional, and outputs can be based solely on Schnorr signatures. greyface- 4 hours ago P2TR outputs have a script that always starts with OP_1. That script may or may not commit to a tapscript.
greyface- 6 hours ago 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 LiamPowell 1 hour ago You know what I mean, there's no clever on-chain reward script. tromp 4 hours ago Not every bitcoin tx output.With taproot (P2TR), scripts are optional, and outputs can be based solely on Schnorr signatures. greyface- 4 hours ago P2TR outputs have a script that always starts with OP_1. That script may or may not commit to a tapscript.
tromp 4 hours ago Not every bitcoin tx output.With taproot (P2TR), scripts are optional, and outputs can be based solely on Schnorr signatures. greyface- 4 hours ago P2TR outputs have a script that always starts with OP_1. That script may or may not commit to a tapscript.
greyface- 4 hours ago P2TR outputs have a script that always starts with OP_1. That script may or may not commit to a tapscript.
Of course there's a script; every bitcoin tx output has a script. These challenges use the standard P2PKH script, i.e.:
https://en.bitcoin.it/wiki/Script
You know what I mean, there's no clever on-chain reward script.
Not every bitcoin tx output.
With taproot (P2TR), scripts are optional, and outputs can be based solely on Schnorr signatures.
P2TR outputs have a script that always starts with OP_1. That script may or may not commit to a tapscript.