Misplaced Pages

Bitcoin: Difference between revisions

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.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 22:18, 25 July 2010 view sourceMessage From Xenu (talk | contribs)Pending changes reviewers, Rollbackers2,672 edits Acceptance: - RM red links← Previous edit Revision as of 09:18, 29 July 2010 view source Pratyeka (talk | contribs)Extended confirmed users8,789 edits External links: add recent blog of some insightNext edit →
Line 112: Line 112:
* *
* *
*'''', Modeled Behaviour blog.
* *
* *
* *
* *

] ]
] ]

Revision as of 09:18, 29 July 2010

An editor has nominated this article for deletion.
You are welcome to participate in the deletion discussion, which will decide whether or not to retain it.Feel free to improve the article, but do not remove this notice before the discussion is closed. For more information, see the guide to deletion.
Find sources: "Bitcoin" – news · newspapers · books · scholar · JSTOR%5B%5BWikipedia%3AArticles+for+deletion%2FBitcoin%5D%5DAFD
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.3 / July 25, 2010; 14 years ago (2010-07-25)
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 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.

Economical 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 July 2010 there are roughly 20 sites accepting payment via Bitcoin, most notably Link2VoIP.com and Bitcoin Market. The "F.A. Hayek Institute of Canada" accepts Bitcoins as a form of donation.

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. http://hayekinstitute.ca/donate.php
  14. 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

Categories: