In bitcoin, each transaction's signature is signed with previous owner's private key. Then, how sign the first transaction's signature?
Asked
Active
Viewed 821 times
1
-
1related: What is the coinbase?, Where do bitcoins come from and what gives them their value? – Murch Aug 14 '16 at 22:33
1 Answers
0
See Bitcoin Wiki. Above image illustrates a byte-map of transaction with each type of TxIn and TxOut.
We should attention at "Coinbase/Generation" (Coinbase means the first transaction in a block). Codebase's script is a arbitary data. Yep, it is random.
Therefore the signature of first transaction of a block is not used.

signal
- 113
- 4