example: a chicken for a bundle of lumber
allow for single medium of exchange
...
preferred because of their physical properties
instead of carrying physical commodities, people started using paper notes, token coins, credit cards, and electronic bank accounts to act as placeholders for actual money
instead of 1:1 relationship between paper notes and physical commodities, banks began to simply declare by government decree that the paper notes have value.
fiat money allows banks to create more placeholder money at will.
"What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party"
"We define an electronic coin as a chain of digital signatures. Each owner transfers the coin to the next by digitally signing a hash of the previous transaction and the public key of the next owner and adding these to the end of the coin. A payee can verify the signatures to verify the chain of ownership."
a bitcoin is defined as a chain of transactions.
"The problem of course is the payee can't verify that one of the owners did not double-spend the coin."
"The solution we propose begins with a timestamp server. A timestamp server works by taking a hash of a block of items to be timestamped and widely publishing the hash... The timestamp proves that the data must have existed at the time, obviously, in order to get into the hash. Each timestamp includes the previous timestamp in its hash, forming a chain, with each additional timestamp reinforcing the ones before it."
to prevent double spends, we must know every transaction of every coin.
"To implement a distributed timestamp server on a peer-to-peer basis, we will need to use a proof-of-work system... The proof-of-work involves scanning for a value that when hashed, such as with SHA-256, the hash begins with a number of zero bits. The average work required is exponential in the number of zero bits required and can be verified by executing a single hash."
"By convention, the first transaction in a block is a special transaction that starts a new coin owned by the creator of the block. This adds an incentive for nodes to support the network, and provides a way to initially distribute coins into circulation, since there is no central authority to issue them."
to start using bitcoin, you need a bitcoin wallet.
to acquire bitcoins, you need someone willing to trade bitcoins.
1 / 28