- Describe what Unspent Transaction Outputs (UTXO) are.
Unspent Transaction Output
Transaction Outputs from another wallet to a receiving wallet that the receiver has yet to transact.
2.What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
a) If you only have a single UTXO that is not large enough for the specific transaction then:
of course, you will not be able to make the transaction happen unless you have obtained enough for the transaction and the transaction fee.
b) otherwise; you will have to combine inputs to total more than what you need for the transaction so you can make the transaction while allotting for the amt of the transaction fee. - How would a bitcoin wallet specify the transaction fee when creating a transaction?
⦁ The transaction fee is the amount left when the total of the outputs is deducted from the total of the inputs.
4.How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Privacy can be increased by the change address in the output of a transaction being different to the address of the inputs. This way someone looking at the transaction cannot tell how much was spent by the origin address.