- Describe what Unspent Transaction Outputs (UTXO) are.
The remaining balance of the after executing a transaction.
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
You will need to combine your UTXO with other UTXOs. If you still do not have enough then your transaction will not go through.
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
Input - Output = Fees
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
You can have unlimited numbers of inputs and outputs. Supposedly there was a record with 20,000 inputs and 13,107 outputs