You can edit almost every page by Creating an account and confirming your email.

Bitcoin Network

From EverybodyWiki Bios & Wiki

The bitcoin network is a peer-to-peer payment network that operates on a cryptographic protocol. Users send and receive bitcoins, the units of currency, by broadcasting digitally signed messages to the network using bitcoin cryptocurrency wallet software.[1] Transactions are recorded into a distributed, replicated public database known as the blockchain, with consensus achieved by a proof-of-work system called mining. Satoshi Nakamoto, the designer of bitcoin, claimed that the design and coding of bitcoin began in 2007. The project was released in 2009 as open-source software.[2]

Transactions

A bitcoin is defined as a sequence of digitally signed transactions that began with the bitcoin's creation, as a block reward. The owner of a bitcoin transfers it by digitally signing it over to the next owner using a bitcoin transaction, much like endorsing a traditional bank check.[3] A payee can examine each previous transaction to verify the chain of ownership. Unlike traditional check endorsements, bitcoin transactions are irreversible, which eliminates the risk of chargeback fraud.

Mining

To form a distributed timestamp server as a peer-to-peer network, bitcoin uses a proof-of-work system. This work is often called bitcoin mining. Requiring a proof of work to accept a new block to the blockchain was Satoshi Nakamoto's key innovation.[4] The mining process involves identifying a block that, when hashed twice with SHA-256, yields a number smaller than the given difficulty target. While the average work required increases in inverse proportion to the difficulty target, a hash can always be verified by executing a single round of double SHA-256.[5]

Process

A rough overview of the process to mine bitcoins involves:[6]

  • New transactions are broadcast to all nodes.
  • Each miner node collects new transactions into a block.
  • Each miner node works on finding a proof-of-work code for its block.[7]
  • When a node finds a proof-of-work, it broadcasts the block to all nodes.
  • Receiving nodes validate the transactions it holds and accept only if all are valid.
  • Nodes express their acceptance by moving to work on the next block, incorporating the hash of the accepted block.

Security

Various potential attacks on the bitcoin network and its use as a payment system, real or theoretical, have been considered. The bitcoin protocol includes several features that protect it against some of those attacks, such as unauthorized spending, double spending, forging bitcoins, and tampering with the blockchain.[8] Other attacks, such as theft of private keys, require due care by users.

References