3 Public Key / Private Key Generation in a bash script (osx / ubuntu) 2013-09-26T07:39:24.423
3 In what respect is Bitcoin "programmable cash"? 2013-12-16T13:14:00.723
3 How to decode very huge (!) raw transactions? 2014-01-01T12:48:00.973
3 Which scripts are currently considered standard and therefore actually propagated? 2014-01-25T11:06:20.833
3 Why is an invalid pubkey accepted in the blockchain? 2014-02-12T17:19:52.217
3 What if the execution time for an alt coin script exceeds the block time? 2014-03-12T05:00:10.540
3 Is there any way to send an output to a script which can then only be sent to one of two addresses? 2014-03-20T18:34:47.553
3 How to get value of script? 2014-06-08T10:21:04.423
3 What new transactions are possible with 15 operations? 2014-06-28T00:22:49.953
3 Scripts within Scripts 2014-07-15T20:49:11.173
3 Bitcoin Script Execution - Must end with just `true`? 2014-10-26T12:27:49.650
3 Multisignature: what happens if the number of signatures exceeds the "threshold" number of public keys? 2014-12-12T19:11:57.090
3 Non standard Tx with obscure OP codes: examples 2015-02-09T04:14:52.580
3 What are these strange outputs in the Litecoin blockchain? 2015-05-01T16:14:31.177
3 OP_HASH256 of a negative number 2015-05-15T14:45:10.403
3 Maximum number of op_codes in script 2015-06-23T22:43:34.450
3 Does an OP_RETURN script always need another output within the transaction? 2015-07-07T13:41:47.943
3 Can contracts programmed in bitcoins be used to scam merchants? 2015-10-29T19:27:52.203
3 Any Innovations in altcoin tech for Bitcoin’s Script language? 2015-12-17T18:35:30.020
3 Creation of P2SH MultiSig Input Script 2016-01-05T17:42:23.807
3 How is nSequence interpreted with CHECKSEQUENCEVERIFY? 2016-02-29T21:17:59.897
3 Why are redeeming inputs themselves scripts? 2016-08-12T19:31:08.920
3 Confused by various apis scriptPubKey 2016-10-01T15:20:59.290
3 How can I store a redeem script in my wallet? 2016-10-04T16:02:56.333
3 OP_RETURN marks transaction or output as invalid 2016-10-28T20:28:07.797
3 What are concrete uses of Bitcoin script? 2017-02-23T22:10:17.880
3 Verifying a P2SH transaction script by hand. How should I concatenate OP CODES in order to hash the script? 2017-07-28T05:45:37.583
3 How does P2SH unlocking work? 2017-08-11T17:37:41.557
3 Missing public key in transaction input 2017-08-26T16:39:56.873
3 Why does pay to pubkey hash contain OP_CHECKSIG at the end instead of beginning? 2017-10-08T06:16:04.443
3 Is it possible to make an output only spendable to a specific address? 2018-01-03T14:06:04.137
3 Does the alternative stack make Script Turing complete? 2018-03-07T18:06:52.333
3 How does a P2SH script get executed? 2018-04-02T16:22:27.400
3 Same seed from Electrum but generate different Bitcoin addresses 2018-09-01T05:45:34.897
3 OP_CHECKLOCKTIMEVERIFY . Include / reject or will not included in block? 2018-11-09T12:04:46.310
3 Differences to CCompactSize and CVarInt 2019-04-20T17:04:42.967
3 Bitcoin script execution unsuccessful 2019-06-12T17:20:40.443
3 Is it possible to do a 3-of-5 OR 1 multi-sig for backup purposes? 2019-08-05T00:27:25.770
3 How does Elements integrate Simplicity? 2019-09-05T17:46:23.177
3 Clarification on execution of complex script with OP_CHECKLOCKTIMEVERIFY 2019-10-03T09:43:15.313
2 Script - OP_SIZE 2011-12-26T15:34:07.597
2 Will any of the proposed Scripts (OP_XXX) allow subscription/recurring type payments? 2012-01-24T20:47:02.570
2 What does script operation "OP_IFDUP" do? 2012-03-19T21:00:46.540
2 Custom validation logic for transactions/ custom script extensions 2012-07-06T19:17:29.533
2 Can a scriptPubKey have multiple addresses? 2012-09-13T12:14:42.767
2 How do I list all unique scripts from blockchain? 2013-03-05T05:02:28.597
2 An explanation of transaction scripts 2013-04-21T01:03:48.307
2 Script To Limit Transactions To Specific Wallets 2014-01-14T02:55:37.167
2 Completely confused with mutisig address and scripts 2014-01-15T12:03:22.557
2 Can the Bitcoin script make a Google search? 2014-01-21T16:54:53.960
2 Could the standard pay to address script be simpler? e.g. no compare of the HASH160? 2014-03-11T02:54:51.503
2 What node implementations and mining pools relay and process 'non-standard' scripts? 2014-03-12T20:17:47.883
2 What is the format of the standard claim script? 2014-04-28T06:52:12.320
2 Can Bitcoin scripting be used for double spending attacks? 2014-05-15T11:51:34.167
2 Problem with value after OP_HASH160 2014-06-06T21:53:20.940
2 Are there examples of scripthash transactions in the blockchain that do not use MultiSig destinations? 2014-07-09T20:43:49.693
2 What are the requirements for a ScriptPubKey to be valid? 2014-08-11T20:28:19.120
2 Bitcoin payout based on real-life event 2014-09-02T18:59:52.737
2 Multiple Addresses in one UTXO 2014-09-09T15:21:25.720
2 How much binary data (bytes) could I put in a transaction and how? 2014-09-26T08:14:10.557
2 Why is the scriptPubKey required when using signrawtransaction? 2014-10-27T04:31:01.477
2 Can new OP codes be added with a soft fork? 2014-11-02T20:34:09.083
2 Without using something like Bitcoin Script, how NEM verify the transaction? 2015-04-19T10:02:34.933
2 Is it possible to copy other scriptSig for using in different transaction? 2015-04-26T15:46:23.767
2 How is time encoded (BIP65) in scripts? 2015-08-17T10:49:11.383
2 Constructing, signing, and pushing a Bitcoin transaction by using pybitcointools with Python 2015-08-21T22:42:42.023
2 Where is the code making OP_RETURN a standard transaction type? 2015-08-27T16:51:46.827
2 CHECKSIG description from the wiki 2015-09-30T16:34:43.683
2 Save transaction space with economic Scripts 2016-03-26T12:48:07.113
2 A common criticism of Segregated Witness is that it is "unnecessarily complex". Why is it chosen over alternatives? 2016-04-24T11:59:12.650
2 Question regarding the number of bytes in an OP_RETURN transaction 2016-05-02T23:35:51.113
2 CHECKMULTISIGVERIFY with public key hashes? 2017-03-19T23:28:58.163
2 what is the difference between OP_CHECKMULTISIG and OP_CHECKMULTISIGVERIFY 2017-07-26T21:03:07.103
2 What are the parts of a Bitcoin Transaction "Input" script? 2017-08-05T20:21:24.797
2 How to tell which part of the previous tx I need to make the hash to sign for an old given tx? 2017-08-09T21:59:22.170
2 How can blockchain.info show the output address of a transaction when the output address has never been used in any other transaction? 2017-10-01T11:34:38.213
2 Multiple input/output transactions using golang btcd 2017-11-12T19:42:28.883
2 Why we must reference the entire txid for each output we want to spend? 2017-12-25T05:02:21.977
2 Why don't P2PK scripts have their own address? 2018-03-11T15:17:43.813
2 How do I fix my check-multisig if-else output script? 2018-03-25T02:10:58.770
2 Weird script stack entries at block #227837? 2018-04-07T18:25:12.233
2 Extract lightning network funding transactions with python bitcoin blockchain parser lib 2018-04-18T14:34:42.407
2 Lightning close-channel transaction example? 2018-05-04T04:03:02.770
2 Addresses field in ScriptPubkey 2018-05-11T07:06:34.033
2 How to let surplus go to fundraiser in ANYONECANPAY crowdfunding script? 2018-09-03T18:17:37.090
2 How is subscript computed for OP_CHECKMULTISIG? 2018-10-04T09:13:39.213
2 Finding Transactions with seldom used opcodes for testing 2018-10-22T03:08:12.440
2 scriptcode, scriptsig, pubkeyscript confusion 2018-11-06T20:15:59.150
2 Cant spend input with non-standart redeemscript (OP_CSV) 2018-11-14T11:38:46.467
2 Why is 20 the maximum public keys in a multisig transaction? 2018-11-20T18:50:13.877
2 Operation not valid with the current stack size 2018-12-07T20:08:44.607
2 Why CHECKLOCKTIMEVERIFY and CHECKSEQUENCEVERIFY opcodes have to be succeeded with DROP Opcode? 2019-03-20T13:09:34.830
2 How to disassemble a bitcoin script? 2019-03-27T23:26:11.210
2 Script and DER in P2PKH 2019-04-08T08:58:03.853
2 Bitcoin scripts that force disclosure of the private key 2019-04-09T08:50:12.563
2 Script Bitcoin represent number > 16 2019-04-11T16:11:14.303
2 How to make a homomorphic preimage/payment hash with current lightning network / Bitcoin implementations? 2019-04-24T10:05:41.373
2 How i can extract all bitcoin output addresses from tx message? 2019-05-19T07:02:35.827
1 Script - true and false values 2011-12-26T15:20:40.043