Bitcoin

Posted on at


Bitcoin logo.svg

Bitcoin[note 5] is a payment system invented by Satoshi Nakamoto,[note 6] who published the invention in 2008[11] and released it as open-source software in 2009.[12] The system is peer-to-peer; users can transact directly without needing an intermediary.[13]:4 Transactions are verified by network nodes and recorded in a public distributed ledger called theblock chain.[14] The ledger uses its own unit of account, also called bitcoin.[note 7] The system works without a central repository or single administrator, which has led the US Treasury to categorize it as a decentralized virtual currency.[1]Bitcoin is often called the first cryptocurrency,[18][19][20] although prior systems existed.[note 8] Bitcoin is more correctly described as the first decentralized digital currency.[13][23] It is the largest of its kind in terms of total market value.[24]

Bitcoins are created as a reward for payment processing work in which users offer their computing power to verify and record payments into the public ledger. This activity is called mining and the miners are rewarded with transaction fees and newly created bitcoins.[13] Besides mining, bitcoins can be obtained in exchange for different currencies,[25]products, and services.[26] Users can send and receive bitcoins for an optional transaction fee.[27]

Bitcoin as a form of payment for products and services has grown,[26] and merchants have an incentive to accept it because fees are lower than the 2–3% typically imposed by credit card processors.[28] Unlike credit cards, any fees are paid by the purchaser, not the vendor. The European Banking Authority[29] and other sources[13]:11 have warned that bitcoin users are not protected by refund rights or chargebacks. Despite a big increase in the number of merchants accepting bitcoin, the cryptocurrency doesn’t have much momentum in retail transactions.[30]

The use of bitcoin by criminals has attracted the attention of financial regulators,[31] legislative bodies,[32] law enforcement,[33] and media.[34] Criminal activities are primarily centered around black markets and theft, though officials in countries such as the United States also recognize that bitcoin can provide legitimate financial services.

Design[edit]

Block chain[edit]

The block chain is a public ledger that records bitcoin transactions. A novel solution accomplishes this without any trusted central authority: maintenance of the block chain is performed by a network of communicating nodes running bitcoin software.[13] Transactions of the form payer X sends Y bitcoins to payee Z are broadcast to this network using readily available software applications. Network nodes can validate transactions, add them to their copy of the ledger, and then broadcast these ledger additions to other nodes.[9]:ch. 8 The block chain is a distributed database; in order to independently verify the chain of ownership of any and every bitcoin (amount), each network node stores its own copy of the block chain. Approximately six times per hour, a new group of accepted transactions, a block, is created, added to the block chain, and quickly published to all nodes. This allows bitcoin software to determine when a particular bitcoin amount has been spent, which is necessary in order to prevent double-spending in an environment without central oversight. Whereas a conventional ledger records the transfers of actual bills orpromissory notes that exist apart from it, the block chain is the only place that bitcoins can be said to exist in the form of unspent outputs of transactions.[9]:ch. 5

Units[edit]

The unit of account of the bitcoin system is bitcoin. As of 2014, symbols used to represent bitcoin are BTC,[note 2] XBT,[note 3] and BitcoinSign.svg.[note 4][36]:1 Small amounts of bitcoin used as alternative units are millibitcoin (mBTC), microbitcoin (µBTC), and satoshi. Named in homage to bitcoin's creator, a satoshi is the smallest amount within bitcoin representing 0.00000001 bitcoin, one hundred millionth of a bitcoin.[4] A millibitcoin equals to 0.001 bitcoin, which is one thousandth of bitcoin.[37] Onemicrobitcoin equals to 0.000001 bitcoin, which is one millionth of bitcoin. A microbitcoin is sometimes referred to as a bit.

On 7 October 2014, the Bitcoin Foundation disseminated a plan to apply for an ISO 4217 currency code for bitcoin,[5] and mentioned BTC and XBT as the leading candidates.[38]

Ownership[edit]

 
Simplified chain of ownership.[11] In reality, a transaction can have more than one input and more than one output.

Ownership of bitcoins implies that a user can spend bitcoins associated with a specific address. To do so, a payer mustdigitally sign the transaction using the corresponding private key. Without knowledge of the private key the transaction cannot be signed and bitcoins cannot be spent. The network verifies the signature using the public key.[9]:ch. 5 If the private key is lost, the bitcoin network will not recognize any other evidence of ownership;[13] the coins are then unusable, and thus effectively lost. For example, in 2013 one user said he lost 7,500 bitcoins, worth $7.5 million at the time, when he discarded a hard drive containing his private key.[39]

Transactions[edit]

See also: Bitcoin network

A transaction must have one or more inputs. For the transaction to be valid, every input must be an unspent output of a previous transaction. Every input must be digitally signed. The use of multiple inputs corresponds to the use of multiple coins in a cash transaction. A transaction can also have multiple outputs, allowing one to make multiple payments in one go. A transaction output can be specified as an arbitrary multiple of satoshi. As in a cash transaction, the sum of inputs (coins used to pay) can exceed the intended sum of payments. In such case, an additional output is used, returning the change back to the payer. Any input satoshis not accounted for in the transaction outputs become the transaction fee.[9]:ch. 5

To send money to a bitcoin address, users can click links on webpages; this is accomplished with a provisional bitcoin URI scheme using a template registered withIANA. Bitcoin clients like Electrum and Armory support bitcoin URIs. Mobile clients recognize bitcoin URIs in QR codes, so that the user does not have to type the bitcoin address and amount in manually. The QR code is generated from the user input based on the payment amount. The QR code is displayed on the mobile device screen and can be scanned by a second mobile device.[40]

Mining[edit]

 
Relative mining difficulty from 9 January 2009 to 31 December 2014 (the difficulty scale is logarithmic).[41]Relative mining difficulty is defined as the ratio between the difficulty target on 9 January 2009 and the current difficulty target.
 
ASICMiner Block Erupter, a type of mining hardware used in 2013.[42]

Mining is a record-keeping service.[note 9] Miners keep the block chain consistent, complete, and unalterable by repeatedly verifying and collecting newly broadcast transactions into a new group of transactions called a block. A new block contains information that "chains" it to the previous block thus giving the block chain its name. It is a cryptographic hash of the previous block, using the SHA-256 hashing algorithm.[9]:ch. 7

In order to be accepted by the rest of the network, a new block must contain a so-called proof-of-work. The proof-of-work requires miners to find a number called a nonce, such that when the block content is hashed along with the nonce, the result is numerically smaller than the network's difficulty target.[9]:ch. 8 This proof is easy for any node in the network to verify, but extremely time-consuming to generate, as for a secure cryptographic hash miners must try many different nonce values (usually the sequence of tested values is 0, 1, 2, 3, ...[9]:ch. 8) before meeting the difficulty target.

Every 2016 blocks (approximately 14 days), the difficulty target is adjusted based on the network's recent performance, with the aim of keeping the average time between new blocks at ten minutes. In this way the system automatically adapts to the total amount of mining power on the network.[9]:ch. 8 For example, between 1 March 2014 and 1 March 2015, the average number of nonces miners had to try before creating a new block increased from 16.4 quintillion to 200.5 quintillion.[44]

The proof-of-work system, alongside the chaining of blocks, makes modifications of the block chain extremely hard as an attacker must modify all subsequent blocks in order for the modifications of one block to be accepted. As new blocks are mined all the time, the difficulty of modifying a block increases as time passes and the number of subsequent blocks (also called confirmations of the given block) increases.[45]

Practicalities[edit]

It has become common for miners to join organized mining pools,[46] which combine the computational resources of their members in order to increase the frequency of generating new blocks. The reward for each block is then split proportionately among the members, creating a more predictable stream of income for each miner without necessarily changing their long-term average income,[47] although a fee may be charged for the service.[48][49]

The rewards of mining have led to ever-more-specialized technology being utilized. The most efficient mining hardware makes use of custom designed application-specific integrated circuits, which outperform general purpose CPUs while using less power.[50] As of 2015, a miner who is not using purpose-built hardware is unlikely to earn enough to cover the cost of the electricity used in their efforts,[51] even if they are a member of a pool.[51]

As of 2015, even if all miners used energy efficient processes, the combined electricity consumption would be 1.46 terawatt-hours per year—equal to the consumption of about 135,000 American homes.[52] In 2013, electricity use was estimated to be 0.36 terawatt-hours per year or the equivalent of powering 31,000 US homes.[53]

Supply[edit]

 
Total bitcoins in circulation.[41]Horizontal axis: date ranging from 9 January 2009 to 31 December 2014.

The successful miner finding the new block is rewarded with newly created bitcoins and transaction fees.[54] As of 28 November 2012,[55] the reward amounted to 25 newly created bitcoins per block added to the block chain. To claim the reward, a special transaction called a coinbase is included with the processed payments.[9]:ch. 8 All bitcoins in circulation can be traced back to such coinbase transactions. The bitcoin protocol specifies that the reward for adding a block will be halved approximately every four years. Eventually, the reward will be removed entirely when an arbitrary limit of 21 million bitcoins is reached c. 2140, and record keeping will then be rewarded by transaction fees solely.[56]

Transaction fees[edit]

Paying a transaction fee is optional, but may speed up confirmation of the transaction.[57] Payers have an incentive to include such fees because doing so means their transaction is more likely to be added to the block chain sooner; miners can choose which transactions to process[27] and prioritize those that pay higher fees. Fees are based on the storage size of the transaction generated, which in turn is dependent on the number of inputs used to create the transaction. Furthermore, priority is given to older unspent inputs.[58]

Wallets[edit]

See also: Digital wallet
 
Electrum bitcoin wallet
 
Bitcoin paper wallet generated at bitaddress.org
 
Trezor hardware wallet

wallet stores the information necessary to transact bitcoins. While wallets are often described as a place to hold[59] or store bitcoins,[60] due to the nature of the system, bitcoins are inseparable from the block chain transaction ledger. Perhaps a better way to describe a wallet is something that "stores the digital credentials for your bitcoin holdings"[60] and allows you to access (and spend) them. Bitcoin uses public-key cryptography, in which two cryptographic keys, one public and one private, are generated.[61] At its most basic, a wallet is a collection of these keys.

There are several types of wallet. Software wallets connect to the network and allow spending bitcoins in addition to holding the credentials that prove ownership.[62] Internet services called online wallets like Blockchain.infoCircle, or Coinbase offer similar functionality but may be easier to use; in essence, bitcoin credentials are stored with the online wallet provider rather than on the user's hardware.[63][64] Physical wallets also exist and are more secure, as they store the credentials necessary to spend bitcoins offline.[60] Examples combine a novelty coin with these credentials printed on metal,[65] wood, or plastic. Others are simply paper printouts. Another type of wallet called a hardware wallet keeps credentials offline while facilitating transactions.[66]

Reference implementation[edit]

The first wallet program was released in 2009 by Satoshi Nakamoto as open-source code and was originally called bitcoind.[67] Sometimes referred to as the "Satoshi client," this is also known as the reference client because it serves to define the bitcoin protocol and acts as a standard for other implementations.[62] In version 0.5 the client moved from thewxWidgets user interface toolkit to Qt, and the whole bundle was referred to as Bitcoin-Qt.[62] After the release of version 0.9, Bitcoin-Qt was renamed Bitcoin Core.[68]

Privacy[edit]

Privacy is achieved by not identifying owners of bitcoin addresses while making other transaction data public. Bitcoin users are not identified by name, but transactions can be linked to individuals and companies.[69] Additionally, bitcoin exchanges, where people buy and sell bitcoins for fiat money, may be required by law to collect personal information.[70] To maintain financial privacy, a different bitcoin address for each transaction is recommended.[71] Transactions that spend coins from multiple inputs can reveal that the inputs may have a common owner. Users concerned about privacy can use so-called mixing services that swap coins they own for coins with different transaction histories.[72] It has been suggested that bitcoin payments should not be considered more private than credit card payments.[73]

Fungibility[edit]

Wallets and similar software technically handle bitcoins as equivalent, establishing the basic level of fungibility. Researchers have pointed out that the history of every single bitcoin is registered and publicly available in the block chain ledger, and that some users may refuse to accept bitcoins coming from controversial transactions, which would harm bitcoin's fungibility.[74] Projects such as Zerocoin and Dark Wallet aim to address these privacy and fungibility issues.[75][76]

History[edit]

Main article: History of bitcoin
 
Number of bitcoin transactions per month (logarithmic scale).

Bitcoin was invented by Satoshi Nakamoto,[note 6] who published the invention on 31 October 2008 in a research paper called "Bitcoin: A Peer-to-Peer Electronic Cash system".[11] It was implemented as open source code and released in January 2009. Bitcoin is often called the first cryptocurrency[18][19][20] although prior systems existed.[note 8] Bitcoin is more correctly described as the first decentralized digital currency.[13][23]

One of the first supporters, adopters, contributor to bitcoin and receiver of the first bitcoin transaction was programmer Hal Finney. Finney downloaded the bitcoin software the day it was released, and received 10 bitcoins from Nakamoto in the world's first bitcoin transaction.[77][78]

Other early supporters were Wei Dai, creator of bitcoin predecessor b-money, and Nick Szabo, creator of bitcoin predecessor bit gold.[79]

In 2010, an exploit in an early bitcoin client was found that allowed large numbers of bitcoins to be created.[80] The artificially created bitcoins were removed when another chain overtook the bad chain.[81]

Based on bitcoin's open source code, other cryptocurrencies started to emerge in 2011.[24]

In March 2013, a technical glitch caused a fork in the block chain, with one half of the network adding blocks to one version of the chain and the other half adding to another. For six hours two bitcoin networks operated at the same time, each with its own version of the transaction history. The core developers called for a temporary halt to transactions, sparking a sharp sell-off.[82] Normal operation was restored when the majority of the network downgraded to version 0.7 of the bitcoin software.[82]

In 2013 some mainstream websites began accepting bitcoins. WordPress had started in November 2012,[83] followed by OKCupid in April 2013,[84] Atomic Mall in November 2013,[85] TigerDirect[86] and Overstock.com in January 2014,[87] Expedia in June 2014,[88] Newegg and Dell in July 2014,[89] and Microsoft in December 2014.[90][note 10] Certain non-profit or advocacy groups such as the Electronic Frontier Foundation accept bitcoin donations.[92] (The organization started accepting bitcoins in January 2011,[93] stopped accepting them in June 2011,[94] and began again in May 2013.[92])

In May 2013, the Department of Homeland Security seized assets belonging to the Mt. Gox exchange.[95] The U.S. Federal Bureau of Investigation (FBI) shut down the Silk Road website in October 2013.[96]

In October 2013, Chinese internet giant Baidu had allowed clients of website security services to pay with bitcoins.[97] During November 2013, the China-based bitcoin exchange BTC China overtook the Japan-based Mt. Gox and the Europe-based Bitstamp to become the largest bitcoin trading exchange by trade volume.[98]On 19 November 2013, the value of a bitcoin on the Mt. Gox exchange soared to a peak of US$900 after a United States Senate committee hearing was told by the FBI that virtual currencies are a legitimate financial service.[99] On the same day, one bitcoin traded for over RMB¥6780 (US$1,100) in China.[100] On 5 December 2013, the People's Bank of China prohibited Chinese financial institutions from using bitcoins.[101] After the announcement, the value of bitcoins dropped,[102] and Baidu no longer accepted bitcoins for certain services.[103] Buying real-world goods with any virtual currency has been illegal in China since at least 2009.[104]

The first bitcoin ATM was installed in October 2013 in Vancouver, British Columbia, Canada.[105]

With about 12 million existing bitcoins in November 2013,[106] the new price increased the market cap for bitcoin to at least US$7.2 billion.[107] By 23 November 2013, the total market capitalization of bitcoin exceeded US$10 billion for the first time.[108]

In the US two men were arrested in January 2014 on charges of money-laundering using bitcoins; one was Charlie Shrem, the head of now defunct bitcoin exchange BitInstant and a vice chairman of the Bitcoin Foundation. Shrem allegedly allowed the other arrested party to purchase large quantities of bitcoins for use on black-market websites.[109]

In early February 2014, one of the largest bitcoin exchanges, Mt. Gox,[110] suspended withdrawals citing technical issues.[111] By the end of the month, Mt. Gox had filed for bankruptcy protection in Japan amid reports that 744,000 bitcoins had been stolen.[112] Originally a site for trading Magic: The Gathering cards,[113] Mt. Gox had once been the dominant bitcoin exchange but its popularity had waned as users experienced difficulties withdrawing funds.[114]

On June 18, 2014, it was announced that bitcoin payment service provider BitPay would become the new sponsor of St. Petersburg Bowl under a two-year deal, renamed the Bitcoin St. Petersburg Bowl. Bitcoin was to be accepted for ticket and concession sales at the game as part of the sponsorship, and the sponsorship itself was also paid for using bitcoin.[115]

Less than one year after the collapse of Mt. Gox, Bitstamp announced that the exchange would be taken offline while they investigate a hack which resulted in about 19,000 bitcoins (equivalent to roughly US$5 million at that time) being stolen from their hot wallet.[116] The exchange remained offline for several days amid speculation that customers had lost their funds. Bitstamp resumed trading on January 9 after increasing security measures and assuring customers that their account balances would not be impacted.[117]

The bitcoin exchange service Coinbase launched the first regulated bitcoin exchange in 25 US states on January 26, 2015. At the time of the announcement, CEO Brian Armstrong stated that Coinbase intends to expand to thirty countries by the end of 2015.[118] A spokesperson for Benjamin M. Lawsky, the superintendent of New York state’s Department of Financial Services, stated that Coinbase is operating without a license in the state of New York. Lawsky is responsible for the development of the so-called 'BitLicense', which companies need to acquire in order to legally operate in New York.[119]

Economics[edit]

Classification[edit]

According to the director of the Institute for Money, Technology and Financial Inclusion at the University of California-Irvine there is "an unsettled debate about whether bitcoin is a currency".[120] Bitcoin is commonly referred to with terms like: digital currency,[13]:1 digital cash,[121] virtual currency,[4] electronic currency,[15] orcryptocurrency.[120] Its inventor, Satoshi Nakamoto, used the term electronic cash.[11] Bitcoins have three useful qualities in a currency, according to the Economistin January 2015: they are "hard to earn, limited in supply and easy to verify".[122]

Economists define money as a store of value, a medium of exchange, and a unit of account and agree that bitcoin has some way to go to meet all these criteria.[123]It does best as a medium of exchange.[note 11] Th



About the author

bitlanders890

Am a student

Subscribe 0
160