What part of the transaction is scriptSig in?

1

1

I was reading this paper https://web.archive.org/web/20140331191527/http://bitcoinhistory.net/Technical_Papers/ProgrammingBitcoinTransactionScripts.pdf and I have the following question:

ScriptPubKey accompanies a transaction output and specifies under which conditions it can be claimed. ScriptSig accompanies a transaction input and is used to prove that the referenced output can be rightfully claimed.

So in page 2 the ScriptSig should be in Input TX and ScriptPubKey should be in output TX? Author says that scriptA is ScriptSig.

angel limneos

Posted 2014-07-02T13:18:53.637

Reputation: 331

1the link you posted is dead, at least for meDennis Kriechel 2014-07-02T15:00:31.263

Here's a mirror.Buge 2014-07-03T02:03:42.497

Answers

1

I was confused by that too. Here's the picture with some more labels on it.

labeled better

Buge

Posted 2014-07-02T13:18:53.637

Reputation: 361