- Describe what Unspent Transaction Outputs (UTXO) are.
– Its outputs from transactions that has not been used as inputs yet in subsequent transactions. As soon as a UTXO are identified as input for a new transactions it becomes a spent outputs.
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
– Other smaller amount UTXOs would be summed together to make up your transaction. That is if you have enough UTXOs that has been “signed” by your private key to make up the transaction.
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
– Inputs = Output + Tx fee. Your wallet determines the fee based on current network conditions and the size of your transaction (not the amount though)
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
– You can generate multiple public addresses to make it hard to track your activity thus giving you more privacy.
[/quote]