Tag: transaction-input

8 How to retrieve the from and to wallet addresses of a transaction? 2016-12-26T01:24:37.073

7 How do transaction costs compare between Bech32 addresses and legacy Bitcoin addresses? 2017-11-06T05:13:01.513

5 How big is the input of a P2PKH transaction? 2016-08-26T20:40:56.093

4 What is the point of including the scriptCode of the input in the transaction digest of segwit? 2017-05-18T16:34:53.677

4 SegWit and previous hash: txid or wtxid, or either? 2017-07-06T19:44:51.860

4 Are all UTXOs locked by an address spent in a transaction? 2019-03-06T23:38:18.163

3 How come that there can be many transfers in a single Bitcoin transaction? 2017-09-21T14:36:11.713

3 What happens when two transactions send to the same address? 2017-10-03T13:05:24.920

3 Why do we refer to previous transactions in each transaction? 2017-12-23T21:13:43.823

3 multiple input and output addresses in bitcoin transactions 2018-04-16T07:33:51.950

3 How do virtual size, stripped size and raw size compare between legacy address formats and native segwit? 2019-01-25T19:22:41.297

3 Maximum number of inputs per transaction 2019-04-02T04:19:19.670

2 What order does Bitcoin Core place the inputs it spends in? 2015-08-13T02:27:23.377

2 How can I get the input addresses of a transaction in Java? 2015-09-16T10:53:14.857

2 Is it possible to get the public key from a transaction input that is a 'pay to public key' output? 2016-01-22T19:24:00.990

2 How to get fee in a transaction with unconfirmed inputs in bitcoinj? 2016-02-19T13:04:29.653

2 How to recognize which output is used as input for a new transaction 2016-05-26T08:19:43.467

2 How to track the bitcoins I spent? 2016-10-18T23:22:54.697

2 What would be the implications of limiting Bitcoin transactions to fifty inputs? 2017-06-02T16:34:47.287

2 Can a low fee unconfirmed transaction prevent confirmations of following transactions? 2017-12-08T00:18:56.937

2 If I reuse the same address can a previously used transaction be reused? 2018-07-17T09:22:50.850

2 How does fee split between senders in a transaction? 2018-08-17T06:25:51.980

1 send btc from specific input without running bitcoind 2016-10-05T04:46:58.300

1 What is the difference between transactioninput.getFromAddress() and transactioninput.getConnectedOutput().getAddressFromP2SH(networkparameter))? 2017-02-28T08:53:49.980

1 How to get address from CTxIn object 2017-06-16T09:16:14.153

1 How much does the weight of 2-of-3 multisignature inputs change between P2SH and P2SH-P2WSH? 2017-08-02T18:35:48.240

1 Submitted a raw tx that was already on the blockchain, to test it. I got 'missing inputs' instead of 'already exists'. Why? 2017-08-16T23:31:28.600

1 Processing multiple transactions very fast 2017-09-09T08:50:28.710

1 Do i need to sign each input in a raw transaction? 2017-12-01T11:22:00.327

1 Can you specify more than one output index in a transaction's input? 2017-12-15T06:21:23.447

1 Does input and output size vary by address type? 2018-01-03T06:28:33.310

1 How are 'excessive' numbers of inputs and outputs handled in bitcoin transactions? 2018-03-05T16:55:13.730

1 how to use multiple time specific address in input scripts with difference balances? 2018-03-31T07:21:04.327

1 How to read a transaction from a block? Who paid whom? 2018-04-27T16:55:19.880

1 what does it mean when a transaction contain multiple inputs? 2018-09-20T01:08:30.537

1 How many weight units does an input use? 2018-09-27T08:01:15.390

1 What to pass in Transaction Input using Bitcoinj library 2018-11-26T06:38:37.127

1 bitcoinj java library not decoding input addresses for some transactions 2019-01-08T14:05:49.467

1 What’s the purpose of checking for input overflow? 2019-04-21T15:40:43.850

1 What does is mean to have input from multiple wallet addresses? 2019-07-08T10:08:20.433

1 How to create a bitcoin transaction without inputs 2019-10-15T00:21:25.347

0 What is the memory usage for checking transaction inputs? 2016-04-26T06:18:40.097

0 Signing transactions with un/compressed key 2016-12-05T10:38:00.770

0 Transaction Input - previous hash size? 2017-02-23T22:55:50.413

0 Why does this non-coinbase transaction not have a sender address? 2017-03-01T08:52:36.113

0 Are there other ways to have more than one address involved in a SINGLE transaction input or a SINGLE transaction output? 2017-03-11T05:58:45.597

0 Is there a way to get the address of associated with a transaction input with bitcoinj? 2017-03-29T07:29:59.030

0 Determine inputs/outputs of a transaction before sending 2017-06-04T07:27:12.863

0 Sign transaction with multiple inputs using bitcoinj/peercoinj libraries 2017-11-14T16:45:28.067

0 Does using different addresses affect subsequent transaction size, given the same number of inputs? 2017-12-15T02:25:25.953

0 How to calculate scriptPubkey? 2017-12-19T10:15:54.310

0 Is there a way to get all addresses from an Wallet? 2018-01-12T00:08:10.687

0 what happens to UTXOs when a transaction output script is satisfied? 2018-01-30T13:49:23.773

0 Unable to decode input address 2018-01-31T07:32:56.893

0 Could someone explain how the TX operation here works? 2018-03-18T05:23:00.757

0 How get address from ScriptSig: PUSHDATA(N)? 2018-05-29T19:43:52.123

0 How get outpoint from txIn 2018-05-30T19:32:51.133

0 Sign Bitcoin transaction with several inputs using bitcoinj. Broadcasting of transaction failed 2018-08-05T18:07:50.427

0 Which values are GetValueIn() and GetValueOut() calculate? 2018-09-20T15:30:48.057

0 Why are the inputs of Bitcoin transactions signed? 2018-12-07T22:35:14.857

0 Reference an UTXO of a transaction that has not been yet mined 2019-01-15T14:53:50.130

0 How to manually sign a transaction with multiple inputs and multiple outputs? 2019-06-11T07:56:25.593

0 OP_EQUAL not working properly 2019-06-25T16:57:35.817

0 How to get input address and amount from vin using bitcoin core rpc 2019-07-18T10:33:01.337

0 Can addresses used in a single tx be assumed to be from the same wallet? 2019-09-30T01:08:19.060

0 Usage of PkScript as a part of Inputs of a Transaction 2019-11-24T09:41:30.733

0 Input of a transaction 2019-11-29T17:17:37.827

-1 How do these inputs/outputs make sense for this transaction? 2019-01-07T23:42:33.263