I actually see more problem with your response than the one I have with your statement.
"Your assumptions are mistaken." - I was asking for correction in case of mistakes are made, so no reminder
Pubkey is Person A's (senders) PUBKEY.
Are you saying Person A (sender) has pubkey? So your rationale i person A's pubkey is used to verify Digital Signature??
Well, dont tell me, sender's private key is used in this case??
Digital signature is constructed by:
E(H(Current.TX))
Current.TX is the serialized bytes of this transaction (inputs and outputs, without the signature of this input) being constructed by the sender.
I will give a more thought on that since I was not sry.
Below, you are challenging what i got from bitcoin.org, may be you can call out to 'em to correct their mistakes?
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
4 bytes - sequence No.
(Now at this point, for the B to receive he construct OUTPUT below to complete the transaction.
No.
The sender (Person A) constructs the OUTPUT.
The receiver will construct an INPUT later, when he wants to spend the output in some future transaction that he sends.
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
TX OUTPUT 0:
32 bytes - TxOutHash
Output does not contain a 32 byte hash
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
4 bytes - TxOutIndex
Output does not contain a 4 byte TxOutIndex
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
VI bytes - ScriptLen
ScriptPubkey - DUP HASH H(PUB) EQ SIGCHECK
Prior to the ScriptLen and the ScriptPubkey, the output contains:
4 bytes - value
Where value is a 4 byte integer representing the quantity of satoshis (0.00000001 BTC) being assigned to the output.
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
4 Seq No.
Outputs do not have a Seq No.
Quote from: ggbtctalk000 on September 09, 2017, 04:56:07 PM
Does it make sense?
"
I think you are still misunderstanding some of the basics of how bitcoin transactions work. You are hyper focused on the cryptography and have overlooked how inputs and outputs are used."
- I am hyper focused on how bitcoin works using my crypto's base understanding, I believe it is natural to have a sound base of cryptography since whole bitcoin operation involves various forms of crypto. I am not sure what are you saying that I am focusing on cryptography and not on bitcoin.