Homework on UTXO vs Account Model - Questions
The account model doesn’t require much space as the UTXO model, why is that a benefit?
The benefit is the blocks can include more transactions
Less space = more transactions can be done at the same time = better efficiency.
How is the account model not as great as the UTXO model for privacy?
The Account model
Simply a transfer from one account to another. Anyone can view the amounts and destinations for all transactions.
UTXO model
Combines transactions so that one transaction sends funds to multiple parties at the same time.
I.E You can send funds to friend A, friend B, friend C and yourself all at the same time.
Its possible to see that 4 transactions were outputted, but it’s harder to determine the transaction amount that was sent to which address or to whom the addresses belongs.