- Describe what Unspent Transaction Outputs (UTXO) are.
A UTXO is input of the amount of bitcoin in a wallet.
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
The transaction would be rejected by the nodes and miners.
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
Total inputs minus Total outputs
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Once a transaction is sent, it uses the entire UTXO and results in a new address.