• Reconciliation increases transaction costs • Possibility of reversal requires even more trust (fraud detection) • What if we could transact without a 3rd party ?
party • Fully peer-to-peer • Participants can be anonymous • Proof-of-work system that powers • Minting • Double-spending prevention • Based on the technology of digital signatures & hash functions
Proof-of-work mechanism • Hard to produce • Easy to verify • For tx: find nonce, so that hash(tx + nonce) has x trailing zeros • Useful properties • Voting scheme based on CPU • Adjustable difficulty of validation • *Transactions collected in blocks
2. Each node collects new transactions into a block 3. Each node works on finding a difficult proof-of-work for its block 4. When a node finds a proof-of-work, it broadcasts the block to all nodes 5. Nodes accept the block only if all transactions in it are valid and not already spent 6. Nodes express their acceptance of the block by working on creating the next block in the chain, using the hash of the accepted block as the previous hash * The longest chain dominates
powerful than the rest of the network (51% attack) • Computing power can be leveraged more efficiently mining coins • Performing double-spending undermines the wealth of the attacker itself (proof-of-stake)