mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-18 06:08:18 +00:00
commit
627a003d43
@ -17,7 +17,7 @@ Each bitcoin transaction is therefore an _atomic state change_ applied to the UT
|
||||
To make things easier for bitcoin users to understand, we say that someone is "sending" bitcoin. But in practice, bitcoin is not transmitted. Instead, a transaction simultaneously consumes outputs (perhaps those controlled by one user's wallet), while creating outputs (which may be controlled by a different user's wallet). As such, there is no time in which bitcoin is "in transit" between users or accounts. A transaction either happens, instantaneously changing the state of outputs, or it doesn't.
|
||||
****
|
||||
|
||||
==== Balances, Accounts and Outputstcoin ccooiinn sssystem yysstteemm iiss tthis t
|
||||
==== Balances, Accounts and Outputs
|
||||
|
||||
Balances and accounts are abstractions created by wallets. A wallet counts all the unspent outputs that are controlled by the keys it contains. That sum of outputs is the "wallet balance". But nowhere in the bitcoin system is there any concept of balance, account, wallet or user.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user