(no title)
dekz | 2 years ago
Bitcoin uses a UTXO model, a recipient address is specified for the remaining funds that are not intended to be spent. Similar to how you pay for a $20 item with a $50 note, you (recipient) receive $30 in change.
dekz | 2 years ago
Bitcoin uses a UTXO model, a recipient address is specified for the remaining funds that are not intended to be spent. Similar to how you pay for a $20 item with a $50 note, you (recipient) receive $30 in change.
ivancho|2 years ago
beepboopboop|2 years ago
To fix your example, it’d be more like paying for a $20 item with $100MM worth of $50 notes, and receiving $100MM-20 in change.
TimJRobinson|2 years ago
It also allows for easier parallel processing because you can check many UTXO's in parallel without having some shared state they interacted with.
Only a few chains use this system - Bitcoin, Litecoin, Cardano, Fuel, maybe some others. Almost everything else uses an account based model, where everyone has an account balance, like how you'd imagine a blockchain whould work.
rpz|2 years ago
[deleted]
dang|2 years ago
If you'd please review https://news.ycombinator.com/newsguidelines.html and stick to the rules when posting here, we'd appreciate it.