Skip to main content

Questions tagged [transaction-input]

Questions about the mechanics of redeeming a UTXO in an input script.

0 votes
0 answers
42 views

I manually signed a commit transaction, which I then finalized and broadcast manually. The next step was a reveal transaction that I think needs to spend the UTXO from the commit transaction. ...
LoVid Hinkis-Lapidus's user avatar
0 votes
1 answer
123 views

I have been studying Bitcoin transaction signatures and noticed some interesting patterns when analyzing transactions involving the same address in different contexts. Here are my observations. Case ...
allexj's user avatar
  • 167
1 vote
1 answer
73 views

Is there a claim for the earliest multi-sender transaction? Maybe Satoshi and Hal tested it?
Archie's user avatar
  • 139
1 vote
1 answer
68 views

I am all new to bitcoin and would like to make some studies for a datascience project. I'm focussing on the visualization of some chains of transactions where I could visualize users by some color ...
Archie's user avatar
  • 139
0 votes
2 answers
94 views

When verifying a transaction, a Bitcoin node rebuilds the hash-preimage used to create each signature. After serializing the hash-preimage for each input, the next step is to double-hash it and verify ...
SalvaZ's user avatar
  • 43
1 vote
1 answer
85 views

When verifying a transaction, the Bitcoin node rebuilds the hash-preimage of it from the transaction that has received. With one-input transaction, it is easy to build the hash-preimage of it: Change ...
SalvaZ's user avatar
  • 43
0 votes
0 answers
52 views

Please explain how to sign input for raw transaction with privet key corresponding to 1st or 2nd public key in this script "asm": "OP_IF 1694275749 OP_CHECKLOCKTIMEVERIFY OP_DROP ...
alnostru's user avatar
0 votes
1 answer
173 views

I am trying to understand how btcdeb (Bitcoin script debugger from Bitcoin core) works. In the usecase of btcdeb --tx=<tx hex> --txin=<txin hex>, how does one obtain the hex of the input ...
Alec Matusis's user avatar
2 votes
2 answers
300 views

How to prevent selection of unspent transaction from UTXO's which is already used in another unconfirmed transaction ? I am fetching list of UTXO's from here - https://mempool.space/testnet/docs/api/...
coder123's user avatar
3 votes
1 answer
354 views

I was wondering if I can add dummy data into a coinbase transaction’s inputs. Is it possible to do this? Can you insert invalid input scripts into a coinbase transaction? Can you add multiple inputs ...
Haim Bender's user avatar
3 votes
1 answer
859 views

I've been trying to follow a transaction with hundreds of inputs from different addresses and hundreds of outputs. This is the transaction I'm looking into: https://www.blockchain.com/explorer/...
Nucklear's user avatar
  • 163
1 vote
1 answer
112 views

When a transaction is being checked for validity, is there a particular order that the inputs are evaluated for script correctness? This might be relevant when determining what consensus changes might ...
James O'Beirne's user avatar
2 votes
3 answers
444 views

I was revising for my upcoming exam and came across this slide, which I don't completely understand as I find it a bit confusing. Can someone please explain what the lecturer was trying to point out? ...
Goel77's user avatar
  • 23
10 votes
2 answers
457 views

Giacomo Zucco pointed out the oddity of there being one timelock field per transaction, but one sequence per input. Even for the original use of determining the order of replacement, it would seem ...
Murch's user avatar
  • 79.6k
8 votes
1 answer
1k views

What does the v in vin and vout stand for? And is it an instance of a more general naming scheme?
Casey Rodarmor's user avatar

15 30 50 per page
1
2 3 4 5
9