- Describe what Unspent Transaction Outputs (UTXO) are.
UTXO is the balance of a wallet, available to be spend
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
wallet will combine single UTXOs into one TX until required ammount, which is then sent to receiver and remaining amount is sent back to a sender
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
wallet will pick the one it thinks is the best after checking recent TXs, some wallet allow this to be adjusted but most will propose the fee by it self
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
simply by having one input and 3 outputs its difficult to tell which output is a payment for something and which output is the change back to original input, this becomes even more complex and private if there are multiple inputs, even tho we can tract all transaction we can always only guess which input belongs to which output if we dont have acces to the private keys to check on, where the input has been sent to