The sum of all available UTXOs is the balance.
You can use multiple UTXOs as inputs to a new tx.
Not sure why making more txs would help. Not reusing addresses is sufficient.
The sum of all available UTXOs is the balance.
You can use multiple UTXOs as inputs to a new tx.
Not sure why making more txs would help. Not reusing addresses is sufficient.
Most modern wallets do this for you behind the scenes. Where this becomes important is in case you would like to create a raw tx yourself.
It does if he knows your address.
Government agencies can request access to these data if they need to.
1. Describe what Unspent Transaction Outputs (UTXO) are.
○ If you have inputs that are not spent - those are UTXOs
2. What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
○ You need to get more inputs in order to make the transaction
3. How would a bitcoin wallet specify the transaction fee when creating a transaction?
○ Inputs = outputs + txn fee
○ your wallet will check with the blockchain and propose a fee that would get the transaction into the blockchain in a reasonable time and reasonable cost.
4. How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
○Using multiple output addresses, where multiple can be your own.
Describe what Unspent Transaction Outputs (UTXO) are.
They are essentially the total sum of unspent funds allocated to your wallet.
What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
The transaction will not process if there is not enough UXTO to cover the transaction + fees.
How would a bitcoin wallet specify the transaction fee when creating a transaction?
It would show the sum of all inputs minus the output.
How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Since you are unable to see exactly who the output tx goes to personally, you can create any number of outputs to increase anonymity
a) Describe what Unspent Transaction Outputs (UTXO) are.
UTXO are unspent transactions
b) What would happen if you don’t have any single UTXO that is large enough to cover for your transaction? Rejected transaction will occur.
c) How would a bitcoin wallet specify the transaction fee when creating a transaction? The difference between input and outputs, the wallet will determine the proper fee.
d) How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?Using different addresses.
Describe what unspent transaction outputs (utxo) are
Utxo is the unspent incoming transactions which your wallet can use to create transactions
What would happen if you don’t have any single utxo that is large enough to cover for your transaction?
Your wallet will add more utxos until it can cover the output and send the change back to you
How would a bitcoin wallet specify the transaction fee when creating a transaction?
It looks at the recent transactions on the blockchain and calculates a fee which is high enough for you to get in the blockchain or with some wallets you can manually set the fee
Describe what Unspent Transaction Outputs (UTXO) are.
UTXO are your unspent incoming transactions or your “account” balance
What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
Your wallet would construct a transaction with multiple UTXOs to cover what is being sent out and then return any change to you.
How would a bitcoin wallet specify the transaction fee when creating a transaction?
A transaction fee would be the difference between the input and the output. Also could be manually selected or calculated off of current fees paid as to get on the blockchain faster.
How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Using multiple output addresses for recipients to include yourself could help add privacy to transactions.
You can use multiple UTXOs as inputs to a new tx. If you still don’t have enough then your tx would be declined.
Fee is not set based on the amount transfered. You can send large or small amounts with the same fee and would be treated with the same priority.
The fee is influenced based on the complexity of the transaction (or its size), for example if the tx contains more inputs or outputs than it would require more B (bytes) to be stored on the blockchain therefore require larger fee to get processed faster.
This is why miners pick transactions based on the sat/B ratio because a large amount of sats with a small B footprint tx would be most profitable based on the available block space.
Ah, yes. I wonder why they would need to… In case of suspected criminal activity?
1.- The UTXOs are outputs that you revievedm but you´re not using the value that you receive in the transaction.
2.- You can use many UTXOs to cover the amount if the transaction. If you still have less money ro cover the transaction, so the transaction will not be succesfull
3.- The fee are the difference between the output and the imput
4.- Use different adresses for every transaction
Describe what Unspent Transaction Outputs (UTXO) are.
UTXO are the input transaction of your crypto that you have not yet used as an output transaction.
What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
It would be rejected.
How would a bitcoin wallet specify the transaction fee when creating a transaction?
Fees are generated by looking at previous transaction fees and using the most reasonable fee to achieve a reasonably fast transaction.
How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
By creating multiple addresses, including other wallets of your own other than the one you’re sending from.
1- UTXOs = unspent transaction outputs from previous transaction.
2- The transaction would not go through.
3- Fee = input minus output.
4- A new address is created for each new transaction.
2.The miners will decline your transaction and it would be invalidated
Wallet will automatically calculate this.
Use several addresses to increase privacy