35 My raw transaction destroyed 0.0284377 BTC. What did I do wrong? 2017-12-01T17:24:17.253
22 Redeeming a raw transaction step by step example required 2014-11-20T04:36:43.433
13 How to sign a transaction with multiple inputs? 2015-11-03T20:31:23.260
10 How do I spend bitcoins from multiple wallets in a single transaction? 2017-07-28T17:37:12.770
9 Can an unconfirmed transaction that only Blockchain.info shows be manually re-broadcast? 2013-05-24T08:54:39.410
8 Is there a user-friendly tool for creating and signing raw transactions? 2013-08-30T21:10:03.927
7 Is it possible to create a transaction in pure python without needing to run bitcoin locally? 2014-09-17T05:31:33.677
7 How to decode raw tx hex programmatically 2016-01-22T14:11:01.120
7 What does a segregated witness transaction look like? 2016-10-20T18:02:27.657
7 Can I send almost 1MB transaction? 2019-03-05T12:44:44.633
6 How to do mass payouts in my application to multiple addresses at once, or very quickly? 2013-09-23T22:16:46.933
6 How to sign non-standard transaction 2014-01-08T08:40:38.343
6 OP_RETURN data transaction 2014-03-04T10:50:23.777
6 To combine or not to combine 2014-03-20T20:26:52.140
6 Working example of raw transaction utilising Boolean (OP_IF, OP_ENDIF) scripting REQUIRED 2015-03-23T07:50:11.867
6 What are the hex and asm field values in the JSON decoded from a raw transactions? 2017-02-12T02:56:41.933
5 Are timestamps in transactions trustable? 2013-11-26T23:14:57.137
5 Double spend transactions flag the node as "bad"? 2014-06-26T06:48:24.673
5 What is meant by "relaxed standards" for P2SH redeem scripts in Bitcoin Core 0.10.0? 2015-02-26T09:39:13.993
5 Calculating "total received" and balance by an address 2015-04-30T19:25:51.617
5 Problem with sendrawtransaction 2015-06-08T20:09:11.610
5 How do you spend a P2SH transaction? 2015-08-31T02:27:47.803
5 Is it possible to combine two separate transactions into one transaction by only using their signatures? 2016-05-25T18:59:14.933
5 How to sign raw transaction given a private key and SHA hash (in java) 2017-01-04T23:55:23.997
5 What is the exact difference between a Bitcoin and Bitcoin Cash raw transaction to address sighash_forkid? 2017-08-13T10:43:13.473
5 How would this normal raw transaction appear if it was a raw segwit transaction? 2018-03-02T17:13:55.027
5 HTLC (Hash Time Lock Contract) using bitcoin-qt 2018-05-04T21:37:32.687
5 How to extract addresses from input in raw transaction 2018-09-08T11:08:57.350
4 How are transaction fees calculated in raw-transactions? 2013-09-17T04:40:41.337
4 Code sample to sign a transaction 2013-12-19T15:11:26.677
4 How widespread is OP_RETURN forwarding and mining (as of February 2014)? 2014-02-14T01:27:24.960
4 Why do my transactions show I received 1 satoshi? 2014-02-23T20:42:17.887
4 Transaction's maximum size 2014-05-12T17:17:14.830
4 Broadcast raw transaction without input validation 2014-05-27T10:18:33.897
4 How do I find the txid and vout values for an input I want to spend? 2014-11-28T20:27:17.093
4 Creating a raw transaction using Bitcoin Core v0.10.0 bitcoin-tx / createrawtransaction 2015-02-20T03:46:05.850
4 Signing a raw transaction with Python ECDSA (or OpenSSL) 2015-03-13T01:08:48.713
4 How does the variable length integer work? 2015-09-08T18:15:09.137
4 2of2 multisig - redeem script required 2017-02-20T23:52:39.923
4 what's the point of "n" in "vout"? getrawtransaction 2018-07-31T19:39:51.490
3 How can I tell what input address sent me coin? 2013-07-25T02:37:29.890
3 How can I create a transaction that collects inputs from many addresses and sends them to one address in bitcoind? 2013-09-16T11:58:25.253
3 How exactly can I generate a transaction id? 2013-09-28T23:31:21.107
3 getrawtransaction in Bitcoin-Qt (0.8.5) 2013-11-28T16:00:10.893
3 sendrawtransaction creates hash but does not propogate to the network 2013-11-28T17:32:04.033
3 How can I specify transaction fee size when creating a raw transaction? 2013-12-03T06:46:55.163
3 How to decode very huge (!) raw transactions? 2014-01-01T12:48:00.973
3 Why I cannot get transaction from genesis block 2014-01-09T15:16:03.657
3 Transaction with OP_RETURN rejected by bitcoind 0.9 2014-05-03T14:51:07.030
3 Tracking outgoing transactions & malleability attack 2014-06-02T13:11:33.363
3 How to detect a rejected transaction? 2014-08-30T17:13:48.990
3 Error -25 when bitcoind sendrawtransaction 2014-12-28T15:05:54.323
3 Receiving `error: {"code":-25,"message":""}` on sendrawtransaction with v0.9.3 2015-01-13T23:33:01.923
3 How to send money to set of recipients using bitcoinj 2016-06-11T18:34:37.127
3 What's going on with address 1NZ9kxxUykiNSe61ZRNPLqWeVHVRnirGry? 2017-03-03T08:48:02.690
3 What happened to the "time" (and blocktime) field of raw transactions? 2017-03-28T09:22:44.740
3 Building Signed Bitcoin Transaction in Java 2017-03-29T16:36:24.580
3 ZMQ Raw TX doesn't include all transactions 2017-05-22T17:34:28.357
3 Parsing a SegWit transaction - what is the size of witness data? 2017-07-04T19:54:31.630
3 Reading Bitcoin Raw Transaction 2017-12-04T21:28:39.133
3 How to push a raw transaction using BitcoinJS (and Request)? 2018-02-05T12:47:59.247
3 Unable to construct a correct raw transaction for bitcoin cash testnet 2018-05-08T09:24:37.190
3 16: bad-txns-vin-empty. Code:-26 2018-06-05T12:14:39.710
3 Could a transaction hex on testnet theoretically be valid on mainnet? 2019-04-08T23:35:29.607
3 Can a node broadcast a valid signed raw transaction while still syncing? 2019-11-21T01:48:28.863
2 SignRawTransaction - What is scriptPubKey and redeemScript? [SOLVED] 2014-02-20T09:41:02.233
2 How to validate raw transactions using bitcoind and/or bitcoin-cli (preferably offline)? 2014-04-04T15:32:59.543
2 What is the format of the standard claim script? 2014-04-28T06:52:12.320
2 Cannot transmit raw bitcoin transaction 2014-04-30T10:22:22.303
2 Is the change address always at the same position in the vout array of a raw transaction? 2014-05-22T07:49:55.020
2 signrawtransaction hex 2014-06-02T12:07:13.090
2 Help me work out a transaction fee 2014-06-09T20:00:44.653
2 What is the maximum number of multisigaddresses you can create? 2014-08-20T05:20:35.950
2 Create OP_RETURN tx with Bitcoinjs-lib 2014-10-05T11:02:32.007
2 "value" field in raw transaction: Rounded Bitcoins (float) or Satoshis? 2015-01-07T10:23:18.210
2 on testnet: 'transaction already in blockchain'.. but it isn't 2015-03-24T06:20:08.070
2 Is it possible to change an output of a partially signed transaction? 2015-04-01T15:09:16.960
2 How to sign a transaction using BitcoinJ 2015-04-29T17:23:15.187
2 How to check if raw transaction is signed? 2015-05-09T18:00:52.930
2 Bitcore.io Create a raw tx hex (signed) to push to the blockchain 2015-06-22T17:52:23.203
2 sendrawtransaction without downloading blockchain 2015-06-23T14:25:07.693
2 Are there any Python modules that decode raw transaction data? 2015-07-09T02:21:19.100
2 64: non-mandatory-script-verify-flag (No error) (-26) 2015-11-05T11:00:03.547
2 Why do web wallets using multi-signature need 1 of N keys? 2015-11-08T06:47:51.590
2 Bitcoin raw transaction hash signing 2015-11-09T20:11:17.107
2 How does one submit a transaction to the network using the blockchain.info API? 2015-12-09T10:29:09.623
2 Can Bitcore decode a raw tx? 2015-12-15T12:54:31.607
2 How can I set the transaction fee when creating a transaction through Bitcoin-cli commands? 2016-04-27T23:08:13.537
2 How to recognize which output is used as input for a new transaction 2016-05-26T08:19:43.467
2 How do you create a transaction from a UTXO in BitcoinJ? 2016-08-23T11:55:26.287
2 When does transaction output become usable? 2016-11-03T13:42:50.640
2 Signing tx with OpenSSL, but fails when sending with bitcoin qt. How to debug? 2016-11-16T00:44:43.410
2 How do I get the addresses of input transactions using bitcoin-cli? 2017-02-18T02:24:43.230
2 How to correctly sign a transaction? Error: 64: scriptsig-not-pushonly 2017-03-14T16:20:21.897
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 In manual raw tx creation, how do you specify the amount of the bitcoin to be sent? 2017-08-11T21:31:11.867
2 What does "16: mandatory-script-verify-flag-failed (Non-canonical DER signature)" error mean? 2017-08-16T21:11:16.287
2 Python testnet raw transaction creation error 2017-11-20T17:43:05.423
2 how to spend an utxo when the corresponding scriptsig is longer than 256 bytes? 2017-12-02T20:42:07.743