1.It account model (ethereum) isfaster to show balance and do transactions because there are no input and output saved showing all transactions
account model allows you to see the actual accounts involved in the transactions instead of UTXOs
1.It account model (ethereum) isfaster to show balance and do transactions because there are no input and output saved showing all transactions
account model allows you to see the actual accounts involved in the transactions instead of UTXOs
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Saving a blockchain space is a benefit, so it can store more transactions.
How is the account model not as great as the UTXO model for privacy?
Account model makes it easier for public to follower every transaction. UTXO model is hard for public to tell because one transaction could have multiple outputs.
As the blocks are smaller those can include more transactions and so can be processed very fast due to the low amount of data being transferred.
Because you can always track the address of the recipient which is always different from the sender.
The account model doesn’t require much space as the UTXO model, why is that a benefit?
The more space in this model gives the benefit of faster transactions as well as more TXs to be completed per each block.
How is the account model not as great as the UTXO model for privacy?
On Ethereum the account model shows the transfer from one account to another account. It does not allow the ‘doing so’ of two TX’s being sent at the same time. If two people own a business and are to receive compensation at the same time 2 transactions would have to be made instead of one with two address sends like the UTXO model.
More transactions will fit on a block
With UTXO model transactions can not be traced like the account model.
Homework on UTXO vs Account Model - Questions
Excellent answers, It’s easy to understand. Please keep them like that
Carlos Z.
You can store more transactions per block because you don’t need to store inputs and outputs because you just update numbers in the database.
Because you can track all utxo’s all the way back to its creation and by doing that you can see the history of a utxo and in ethereum you can’t do that at a ‘‘coin’’ level.
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Answer: Because the account model doesn’t require as much space as the UTXO model, there is more space in a block for more transactions and smart contract code.
How is the account model not as great as the UTXO model for privacy?
Answer: The account model is not as great as the UTXO model for privacy because anyone can view the transaction history of a particular ethereum address. On the other hand, the UTXO model allows a user to sensor their transactions by sending to multiple recipients in one transaction, which could include an address owned by the sender. This can make it more difficult to trace a particular BTC address.
Response:
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Fungibility and space-saving is better than UTXO
How is the account model not as great as the UTXO model for privacy?
Higher degree of privacy for new addresses, the coin does not have an owner
Because then txs are smaller (in size) and therefore faster processed, because of low data size.
Because you can not send money back to yourself. From the outside you can see exactly how much money you sent (spend) and to witch address
2. How is the account model not as great as the UTXO model for privacy?
I do not understand quite well the answer, could you please explain a little bit ?
If you have any more questions, please let us know so we can help you!
Carlos Z.
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Because each block can hold more transactions, it increases scalability
How is the account model not as great as the UTXO model for privacy?
Because each transaction has record of who sent, how much, to who