Bitcoin Core - Bitcoin Wiki (2024)

Bitcoin Core (formerly Bitcoin-Qt) is the third Bitcoin client, developed by Wladimir van der Laan based on the original reference code by Satoshi Nakamoto.[1][2] It has been bundled with bitcoind since version 0.5. Bitcoin-Qt has been rebranded to Bitcoin Core since version 0.9.0.[3]

Bitcoin Core can be used as a desktop client for regular payments or as a server utility for merchants and other payment services.

Contents

  • 1 Current version
  • 2 Features
  • 3 Naming Controversy
  • 4 Development
  • 5 Version history
  • 6 Bitcoin Improvement Proposals
  • 7 See also
  • 8 External Links
  • 9 References

Current version

Source code (and build instructions for supported platforms) can be found on the Bitcoin GitHub page.

Features

  • Most popular software implementation of a bitcoin full node. Provides trustless validation that all of bitcoin's consensus rules are being followed.
  • Has an RPC interface allowing developers to interface with Core and access the bitcoin currency trustlessly.
  • Has a GUI frontend, Bitcoin-Qt, allowing ordinary users to use bitcoin with full validation.
  • Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
  • All functionality of the original wxWidgets client
  • Asks for confirmation before sending coins
  • CSV export of transactions
  • Clearer transaction list with status icons and real-time filtering
  • Progress bar on initial block download
  • Languages: Dutch, English, German, Chinese and many more. Translations are being done by volunteers on Transifex.
  • Sendmany support in UI (send to multiple recipients in one transaction)
  • Multiple unit support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers (only decimal units)
  • Splash screen that details progress
  • Debug window
  • Payment requests (BIP 70)
  • Coin control
  • Bitcoin Core uses OpenTimestamps.org to timestamp merge commits.[4]
  • Checkpoints that have been hard coded into the client are used only to prevent Denial of Service attacks against nodes that are initially syncing the chain. For this reason, the checkpoints included are only as of several years ago.[5][6]
  • A network alert system was included by Satoshi Nakamoto as a way of informing users of important news regarding bitcoin.[7] In November 2016 it was retired. It had become obsolete as news on bitcoin is now widely disseminated.

Naming Controversy

Some people like Peter Todd, Luke-jr and Greg Maxwell warned against the renaming to Bitcoin Core because it implied a centralization.[8][9][10].

Bitcoin Core right now may be the most popular or "reference" full node implementation, but that status depends on the economic majority continuing to use it[11]. Should one day come where another implementation overtakes it economically, that implementation would become the reference implementation. In one situation in 2017 significant parts of the economy moved to the BIP148 UASF implementation[12] and then moved back to Core after BIP148 was successful. The point here is that Bitcoin Core does not control bitcoin and the naming "Core" is misleading in that respect.

On the other hand, many people are happy with the name Bitcoin Core and continue to use it. As long as it's emphasized that Bitcoin Core is just one possible software implementation of bitcoin that people are free to use or not use.

Development

The original creator of the bitcoin client has described their approach to the software's authorship as it being written first to prove to themselves that the concept of purely peer-to-peer electronic cash was valid and that a paper with solutions could be written. The lead developer is Wladimir J. van der Laan, who took over the role on 8 April 2014.[13] Gavin Andresen was the former lead maintainer for the software client. Andresen left the role of lead developer for bitcoin to work on the strategic development of its technology.[13] Bitcoin Core developers have been in charge of bitcoin's development since Satoshi Nakamoto left the project.[14] Bitcoin Core in 2015 was central to a dispute with Bitcoin XT, a competing client that sought to increase the blocksize.[15] Over a dozen different companies and industry groups fund the development of Bitcoin Core.[16]

Visualization of code changes during 2015

Version history

Bitcoin 0.1 was released on 9 January 2009 by Satoshi Nakamoto with only Windows supported. This was followed by some minor bug-fixing versions. On 16 December 2009 Bitcoin 0.2 was released. It included a Linux version for the first time and made use of multi-core processors for mining. In version 0.3.2 Nakamoto included checkpoints as a safeguard. After the release of version 0.3.9, Satoshi Nakamoto left the project and shortly after stopped communicating on online forums.

Between 2011 and 2013 new versions of the software were released at Bitcoin.org.[17] Developers wanted to differentiate themselves as creators of software rather than advocates for bitcoin and so now maintain bitcoincore.org for just the software.

Bitcoin-Qt version 0.5.0 was released on 1 November 2011. It introduced a front end that uses the Qt user interface toolkit.[18] The software previously used Berkeley DB for database management. Developers switched to LevelDB in release 0.8 in order to reduce blockchain synchronization time (initial block download, beware, a misnomer). The update to this release resulted in a minor blockchain fork on the 11 March 2013. The fork was resolved shortly afterward. Seeding nodes through Internet Relay Chat was discontinued in version 0.8.2. From version 0.9.0 the software was renamed Bitcoin Core. Transaction fees were reduced again by a factor of ten as a means to encourage microtransactions. Although Bitcoin Core does not use OpenSSL for the operation of the network, the software did use OpenSSL for remote procedure calls. Version 0.9.1 was released to remove the network's vulnerability to the Heartbleed bug.

Release 0.10 was made public on 16 February 2015. It introduced a consensus library which gave programmers easy access to the rules governing consensus on the network. In version 0.11.2 developers added a new feature which allowed transactions to be made unspendable until a specific time in the future.[19] Bitcoin Core 0.12.1 was released on April 15, 2016 and enabled multiple soft forks to occur concurrently.[20] Around 100 contributors worked on Bitcoin Core 0.13.0 which was released on 23 August 2016.

In July 2016, the CheckSequenceVerify soft fork was activated.[21]

In October 2016, Bitcoin Core’s 0.13.1 release featured the "Segwit" soft fork that included a scaling improvement aiming to optimize the bitcoin block size. The patch was originally finalized in April and 35 developers were engaged to deploy it. This release featured Segregated Witness (SegWit) which aimed to place downward pressure on transaction fees as well as increase the maximum transaction capacity of the network.[22] The 0.13.1 release endured extensive testing and research leading to some delays in its release date. SegWit prevents various forms of transaction malleability.[23]

In September 2018, a Bitcoin Cash developer discovered the vulnerability CVE 2018-17144 in the Bitcoin Core software that could allow an attacker to crash vulnerable Bitcoin Core nodes and exceed the 21 million coin limit.[24]

Bitcoin Improvement Proposals

A Bitcoin Improvement Proposal (BIP) is a design document, typically describing a new feature for Bitcoin with a concise technical specification of the feature and the rationale for it. Bitcoin Core implements some of these design documents.

See also

  • bitcoind
  • Full node
  • Bitcoin Knots
  • QBitcoin

External Links

References

  1. https://gavintech.blogspot.co.uk/2012/03/full-disclosure-bitcoin-qt-on-windows.html, Full disclosure: Bitcoin-Qt on Windows vulnerability, 21st October 2012
  2. https://nvd.nist.gov/vuln/detail/CVE-2012-4682, Vulnerability Summary for CVE-2012-4682, 21st October 2012
  3. "Bitcoin Core version 0.9.0 released". Bitcoin.org. https://bitcoin.org/en/release/v0.9.0. Retrieved 19 March 2014.
  4. "Bitcoin Core devtools README - Create and verify timestamps of merge commits". https://github.com/bitcoin/bitcoin/blob/ebd786b72a2a15143d7ef4ea2229fef121bd8f12/contrib/devtools/README.md#create-and-verify-timestamps-of-merge-commits. Retrieved May 5, 2018.
  5. "checkpoints.cpp". Repository source code. GitHub, Inc.. https://github.com/bitcoin/bitcoin/blob/master/src/checkpoints.cpp. Retrieved 13 November 2016.
  6. "bitcoin/chainparams.cpp". https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp. Retrieved 21 October 2018.
  7. "Alert System Retirement". Bitcoin Project. 1 November 2016. https://bitcoin.org/en/alert/2016-11-01-alert-retirement. Retrieved 16 November 2016.
  8. https://www.reddit.com/r/Bitcoin/comments/60jmq2/a_proposal_for_and_demo_of_a_new_bitcoin_address/df73k2h/
  9. https://www.reddit.com/r/Bitcoin/comments/60owl3/did_you_know_that_bitcoin_core_opposed_its_own/
  10. https://bitcoinfoundation.org/forum/index.php?/topic/95-new-name-for-bitcoin-qt-bitcoind/&
  11. https://bitcoinmagazine.com/articles/a-primer-on-bitcoin-governance-or-why-developers-aren-t-in-charge-of-the-protocol-1473270427/
  12. https://bitcoinmagazine.com/articles/long-road-segwit-how-bitcoins-biggest-protocol-upgrade-became-reality/
  13. 13.0 13.1 Bitcoin: The Hunt of Satoshi Nakamoto, Alex Preukschat, Josep Busquet, 2015, Europe Comics, ISBN 9791032800201, page 87 [1]
  14. Laura Shin (23 October 2017). "Will This Battle For The Soul Of Bitcoin Destroy It?". Forbes. https://www.forbes.com/sites/laurashin/2017/10/23/will-this-battle-for-the-soul-of-bitcoin-destroy-it/#62d19db23d3c. Retrieved 14 April 2018.
  15. Maria Bustillos (25 August 2015). "Inside the Fight Over Bitcoin’s Future". New Yorker. https://www.newyorker.com/business/currency/inside-the-fight-over-bitcoins-future. Retrieved 29 June 2020.
  16. "Who Funds Bitcoin Development?". BitMex Research. 2020-03-28. https://blog.bitmex.com/who-funds-bitcoin-development/.
  17. "About bitcoin.org". Bitcoin Project. https://bitcoin.org/en/about-us#sponsorship. Retrieved 14 November 2016.
  18. "Bitcoin-Qt version 0.5.0 released". Bitcoin Project. 1 November 2011. https://bitcoin.org/en/release/v0.5.0. Retrieved 13 November 2016.
  19. "Bitcoin Core version 0.11.2 released". Bitcoin Project. 13 November 2015. https://bitcoin.org/en/release/v0.11.2. Retrieved 14 November 2016.
  20. Kyle Torpey (15 April 2016). "Bitcoin Core 0.12.1 Released, Major Step Forward for Scalability". Bitcoin Magazine (NASDAQ.com). http://www.nasdaq.com/article/bitcoin-core-0121-released-major-step-forward-for-scalability-cm607209. Retrieved 7 November 2016.
  21. Mastering Bitcoin: Programming the Open Blockchain. Quote "BIP-68 and BIP-112 were activated in May 2016 as a soft fork upgrade to the consensus rules."
  22. "Bitcoin Core 0.13.1". Bitcoin Core. https://bitcoincore.org/en/releases/0.13.1/. Retrieved 25 October 2016.
  23. "Segregated Witness Benefits". Bitcoin Core. January 26, 2016. https://bitcoincore.org/en/2016/01/26/segwit-benefits/. Retrieved October 20, 2018.
  24. "CVE-2018-17144 Full Disclosure" (in en). Bitcoin Core. https://bitcoincore.org/en/2018/09/20/notice/.

Bitcoin Core documentation

User documentation

Alert systemBitcoin Core compatible devicesData directoryFallback NodesHow to import private keys in Bitcoin Core 0.7+Installing Bitcoin CoreRunning BitcoinTransaction feesVocabulary

Developer documentation

Accounts explainedAPI calls listAPI reference (JSON-RPC)Block chain downloadDump formatgetblocktemplateList of address prefixesProtocol documentationScriptTechnical background of version 1 Bitcoin addressesTestnetTransaction MalleabilityWallet import format

History & theory

Common Vulnerabilities and ExposuresDOS/STONED incidentEconomic majorityFull nodeOriginal Bitcoin clientValue overflow incident

Bitcoin Core - Bitcoin Wiki (2024)

FAQs

What is the Bitcoin Core? ›

Bitcoin Core is the free and open-source software that implements the Bitcoin protocol. It's considered the reference implementation of Bitcoin, meaning it defines the protocol and acts as a standard for the network as a whole. It is the original and most widely used Bitcoin client.

Who is behind Bitcoin Core? ›

Bitcoin Core
The start screen under Fedora Linux
Original author(s)Satoshi Nakamoto
Stable release27.0 (15 April 2024) [±]
Repositorygithub.com/bitcoin/bitcoin
Written inC++
7 more rows

Who funds Bitcoin Core? ›

Based on the data we have compiled, Blockstream and Lightning Labs are the largest contributors to open source development in the space, while as far as contributors to Bitcoin Core goes, Chaincode Labs is currently the largest financial supporter of development.

How big is the Bitcoin Core? ›

Bitcoin Core requires a one-time download of about 600GB of data plus a further 5-10GB per month. By default, you will need to store all of that data, but if you enable pruning, you can store as little as 10GB total without sacrificing any security.

Is Bitcoin Core a cold wallet? ›

Bitcoin Core can be run on an always-offline computer, creating an offline wallet (also called a cold wallet).

Is Bitcoin Core anonymous? ›

Bitcoin is designed to allow its users to send and receive payments with an acceptable level of privacy as well as any other form of money. However, Bitcoin is not anonymous and cannot offer the same level of privacy as cash.

Who is actually controlling Bitcoin? ›

Bitcoin was invented in 2009 by the mysterious Satoshi Nakamoto. It is decentralized, meaning it's not controlled by any person or entity.

Who is the secret owner of Bitcoin? ›

Bitcoin was created by an anonymous person or group using the pseudonym Satoshi Nakamoto. Nakamoto published a whitepaper titled "Bitcoin: A Peer-to-Peer Electronic Cash System," outlining the concept of a decentralized digital currency. 1 The true identity of Satoshi Nakamoto remains unknown to this day.

Who is really really behind Bitcoin? ›

Satoshi Nakamoto is the name used by the presumed pseudonymous person or persons who developed Bitcoin, authored the Bitcoin white paper, and created and deployed Bitcoin's original reference implementation.

Where is Bitcoin Core stored? ›

The data directory is the location where Bitcoin's data files are stored, including the wallet data file.

Is Bitcoin Core secure? ›

If your computer is safe and secure, then your Bitcoin Core should be, too. When using the software, all relevant safety measures must be taken. Currently, it is the most often used program for connecting to the Bitcoin network and running a node.

How do Bitcoin Core developers get paid? ›

Most people who work on Bitcoin Core do it because they want to, not for money. But there are ways they can get support: Bitcoin businesses or groups might give them money. Some get grants from non-profits or industry groups.

Who created the Bitcoin Core? ›

Bitcoin Core was created by Satoshi Nakamoto, and although ownership has been passed down and many upgrades have been added to the project, the latest version and Satoshi's original version are still compatible. Bitcoin Core is an open source project.

Which state uses Bitcoin most in the USA? ›

According to Coinbase, the top 5 US states with the most crypto users are:
  • California.
  • New Jersey.
  • Washington.
  • New York.
  • Colorado.
Sep 22, 2023

What is the price of 1 core of Bitcoin? ›

BTC to CORE Conversion Rates
AmountToday at 05:00:01 pm
1 BTC35,644.73 CORE
5 BTC178,223.63 CORE
10 BTC356,447.26 CORE
50 BTC1,782,236.30 CORE
4 more rows

Do I need Bitcoin Core? ›

While we don't recommend Bitcoin Core be used as your primary wallet, it can still be a great cheap way to run a Full Node without having to buy extra hardware. To install it simply go to https://bitcoincore.org (note the “. org” not “.com”) and download the files for your operating system.

What is the difference between Bitcoin Core and Bitcoin unlimited? ›

The Bitcoin Core client, from which Bitcoin Unlimited is forked, has a hard coded one megabyte block limit; Bitcoin Unlimited differs by allowing users to signal which block size limit they prefer, find the limit having a majority consensus and automatically track the largest proof-of-work, regardless of block size.

What is the difference between core and Bitcoin? ›

Core vs Bitcoin

Bitcoin was the first popular blockchain and the first blockchain to introduce proof-of-work. It has become the most decentralized chain but can only process seven transactions per second. According to Core, the Core blockchain improves Bitcoin with higher throughput.

Top Articles
Latest Posts
Article information

Author: Roderick King

Last Updated:

Views: 5981

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Roderick King

Birthday: 1997-10-09

Address: 3782 Madge Knoll, East Dudley, MA 63913

Phone: +2521695290067

Job: Customer Sales Coordinator

Hobby: Gunsmithing, Embroidery, Parkour, Kitesurfing, Rock climbing, Sand art, Beekeeping

Introduction: My name is Roderick King, I am a cute, splendid, excited, perfect, gentle, funny, vivacious person who loves writing and wants to share my knowledge and understanding with you.