- Describe what Unspent Transaction Outputs (UTXO) are.
These are transactions that you have previously recieved and can spend
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
After your wallet checks on the blockchain your amount of UNTXO and if there’s no one of them which is is large enough to cover your transaction, the transaction won’t be spent.
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
It would check all the previous transactions fees and will propose a value accordingly
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
By having a different Private keys per transaction and because these are not linked it would be really hard to track them down to one identity