Misplaced Pages

Bitcoin

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Pratyeka (talk | contribs) at 10:40, 12 August 2010 (Technical basis). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 10:40, 12 August 2010 by Pratyeka (talk | contribs) (Technical basis)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Bitcoin" – news · newspapers · books · scholar · JSTOR (July 2010) (Learn how and when to remove this message)
Bitcoin
Developer(s)Satoshi Nakamoto
Stable release0.3.8 / August 9, 2010; 14 years ago (2010-08-09)
Written inC++
Operating systemWindows, Linux, Mac OS X
TypeElectronic money
LicenseMIT License
Websitewww.bitcoin.org

Bitcoin is an open source peer-to-peer electronic cash system developed by Satoshi Nakamoto. The system is decentralized with no central server or trusted parties. Bitcoin relies on cryptographic principles to create unique, unreproducible, and divisible tokens of value. Users hold the cryptographic keys to their own money and transact directly with each other, with the help of the network to check for double-spending.

Technical basis

Bitcoin uses a storage mechanism known as a distributed hash table to store information throughout its network.

Bitcoin is an implementation of Wei Dai's b-money proposal on Cypherpunks in 1998 and Nick Szabo's Bitgold proposal. The principles of the system are described in the Bitcoin White Paper.

Each coin of the Bitcoin system has its owner's public key on it. The owner can transfer it further by adding the recipient's public key on it, signing it with his private key and broadcasting the transaction to the network. This way, each coin contains its cryptographic ownership history from the creator of the coin to its current owner.

To prevent users from double-spending their coins (signing the same coin for many recipients), transactions are timestamped by the network with a proof-of-work system. The network collects and records new transactions into a chain of blocks. Nodes of the network are constantly racing to complete these blocks by finding a value, that summed up with the block and the hash of the previous block, produces an SHA-256 hash containing a certain amount of leading zero bits. The average work required by this operation can be calculated and used to timestamp the block's transactions, so that they cannot be invalidated by later double-spending.

The incentive to use CPU time for running the system is that new coins are created and assigned to the node that manages to complete the new block first. This method of coin creation "was designed to be a digital analogue to gold and silver mining". Once a node successfully creates a block, it broadcasts the block to the network. Other nodes receive the block, perform a proof-of-work check, and add it to their chain if it is valid. As more transactions occur, blocks are created and added ad infinitum. The longest proof-of-work block chain is acknowledged to be the oldest and most reliable account of the transaction history.

This mechanism is claimed to be virtually tamper-proof. For an attacker to manipulate the record, he must outpace all of the other nodes on the network to produce the longest proof-of-work. This becomes exponentially more difficult as time passes.

Bitcoin is a completely peer-to-peer network, and every node is able to enter or leave the network at will. When a node joins the network, the longest proof-of-work is automatically accepted as the most reliable one.

Economic aspects

The average rate of Bitcoin production is tapered such that over time the total number of Bitcoins will approach 21,000,000. After this point, no further Bitcoin production is possible. In this deflationary environment and in situations where large numbers of Bitcoins are either lost or destroyed, the electronic divisibility of Bitcoins is argued to be conducive to downward price adjustments with no practical limitations in the actual storage or transport of Bitcoin value. Rather than relying on the incentive of newly created Bitcoins to package transactions, nodes in this period will likely depend more heavily on their ability to competitively collect transaction fees to process Bitcoin transactions into blocks.

Monetary and financial benefits

Given the decentralized nature of Bitcoin and the hard coding of monetary rules within the software, various monetary and financial benefits to potential users exist:

  • Direct transfer of monetary value via the internet without a trusted middleman or financial processor.
  • Third parties cannot prevent or control transactions.
  • Transactions are practically free.
  • Bitcoin value is unconnected to possible instability caused by fractional reserve banking and poor central bank policy (see Austrian business cycle theory).
  • Corrupted transactions created by hacked or modified clients are rejected by honest clients.
  • The limited inflation of the Bitcoin system’s money supply is distributed evenly by CPU power throughout the network and programmatically created at a rate known to all parties in advance. Inflation cannot therefore be centrally manipulated to effect redistribution of Bitcoin value from general users.
  • Given the predetermined rate of Bitcoin creation, the system is further protected against wild swings in supply due to externalities sometimes seen with traditional commodity currencies (see Fall of the Rupee due to large discoveries of silver reserves in the New World).
  • Bitcoins are potentially divisible to eight decimal points. There are therefore no practical limitations to downward price adjustments in a deflationary environment.

According to the author, the design also supports a variety of possible transaction types that have yet to be implemented within the currently available client. These include escrow transactions, surety bond contracts, third party arbitration, and multi-party signatures.

Acceptance

As of August 2010 there are roughly 30 sites accepting payment via Bitcoin, spanning areas such as digital telephony services, currency trading systems, online games, physical goods, advertising services, auction systems, web hosting, computer security auditing and other online services.

Related Software

Nmap

Signatures for detecting Bitcoin services were added to Nmap with the Defcon Release on 16 July 2010.

See also

References

  1. Maymin, Phil (2010-07-08). "Is It Time For Digital-Only Dollars?". Hartford Advocate. Retrieved 2010-07-23.
  2. McAllister, Neil (2010-05-24). "Open source innovation on the cutting edge". InfoWorld. Retrieved 2010-07-23.
  3. Bitcoin author on external references
  4. ^ Bitcoin White Paper
  5. LewRockwell.com article: The FED’s Real Monetary Problem
  6. ^ Divisibility of Bitcoins
  7. Incentive to Collect Transactions
  8. Bitcoin FAQ
  9. Predicate Transactions
  10. List of sites accepting Bitcoin
  11. Link2VoIP (www.link2voip.com) accepts Bitcoin as payment.
  12. Bitcoin Trading System.
  13. "Bitcointo, a Bitcoin to physical goods conversion service".
  14. "A Tale in the Desert IV accepts Bitcoin as payment".
  15. "BitCoin Casino".
  16. "The Far Wilds, online game accepting Bitcoin as payment".
  17. "Quiggle extracts, online apothecary accepting bitcoins as payment".
  18. "The Odd Shot, a print photography business accepting bitcoins as payment".
  19. "Bitads, advertising system accepting Bitcoins as payment".
  20. "Bitlist, advertising system accepting Bitcoins as payment".
  21. "BiddingPond.com, a Bitcoin-powered auction system".
  22. "Privacy Shark, anonymous Bitcoin-based domain name and DNS hosting services".
  23. "Binary Security, Bitcoin only web application security auditing services".
  24. Lyon, Gordon (2010-07-16). "Nmap Defcon Release: Version 5.35DC1". Nmap Hackers (Mailing list). Retrieved 2010-07-21. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)

External links