Bitcoin is a decentralized digital currency, which aims to enable peer-to-peer transactions without the need for intermediaries,such as a central bank or financial institution. It introduces a novel solution to the double-spending problem that has plagued previous digital currency systems. Double spending is the risk that a cryptocurrency can be used twice or more
Traditional financial systems have proven to have limitations, BTC tries to solve that problem with the need for a digital currency system that removes the reliance on centralized authorities.
While the whitepaper acknowledges that Bitcoin transactions are not inherently private, it suggests that pseudonyms can be used to protect user identities. It also mentions the potential for additional privacy enhancements.
Bitcoin is described as a chain of digital signatures, where transactions are broadcasted to the network and verified by network nodes through cryptography. The transactions are recorded on a public ledger called the blockchain. Bitcoin introduces the concept of proof-of-work (PoW) to validate transactions and secure the network. Miners compete to solve computationally-intensive puzzles to add new blocks to the blockchain, thus providing security against malicious attacks. Bitcoin incentivizes participants by providing newly minted bitcoins to miners who successfully mine new blocks. This process also creates a controlled supply of bitcoins, with a diminishing block reward over time. (Bitcoin Halving)
Symbol: BTC
Consensus Mechanism: Proof Of Work
Supply: 19799809 / 21m BTC
To prevent double-spending, Bitcoin uses a timestamp server that adds a time-stamp to each transaction, allowing the network to verify the order of transactions. The peer-to-peer nature of the Bitcoin network: Nodes connect to propagate transactions and blocks. Nodes can join and leave the network without affecting its operation.
Reclaiming Disk Space
The whitepaper explains a method to prune and compress the blockchain data to reduce storage requirements without compromising the security of the system.
Simplified Payment Verification (SPV)
It introduces the concept of SPV, allowing lightweight clients to verify transactions without downloading the entire blockchain, making Bitcoin more accessible for users with limited resources.
Splitting Value
The paper explains how Bitcoin can handle transactions involving multiple inputs and outputs, allowing users to combine and split the value in various ways.
The key features of Bitcoin strive to revolutionize the financial system by providing an open, decentralized, and censorship-resistant digital currency.