paint-brush
Bitcoin White Paper: 9. Combining and Splitting Valueby@BitcoinWhitePaper
344 reads
344 reads

Bitcoin White Paper: 9. Combining and Splitting Value

by BitcoinWhitePaperJune 27th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

It would be unwieldy to make a separate transaction for every cent in a transfer. To allow value to be split and combined, transactions contain multiple inputs and outputs. There is never the need to extract a complete standalone copy of a transaction's history. Fan-out, where a transaction depends on several transactions, is not a problem here. It should be noted that fan-out does not require a complete copy of the history of a payment history to be extracted from a single transaction.
featured image - Bitcoin White Paper: 9. Combining and Splitting Value
BitcoinWhitePaper HackerNoon profile picture

Although it would be possible to handle coins individually, it would be unwieldy to make a separate transaction for every cent in a transfer. To allow value to be split and combined, transactions contain multiple inputs and outputs. Normally there will be either a single input from a larger previous transaction or multiple inputs combining smaller amounts, and at most twooutputs: one for the payment, and one returning the change, if any, back to the sender.

It should be noted that fan-out, where a transaction depends on several transactions, and those transactions depend on many more, is not a problem here. There is never the need to extract a complete standalone copy of a transaction's history.