Skip to content

Files

This branch is 23828 commits behind bitcoin/bitcoin:master.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 8, 2019
Jun 11, 2019
Apr 7, 2017
Apr 5, 2017
Apr 15, 2019
Apr 5, 2019
Apr 5, 2017
Mar 22, 2019
Sep 18, 2015
Aug 2, 2018
Apr 6, 2019
Oct 18, 2018
Dec 2, 2013
Feb 15, 2019
Dec 13, 2018
Nov 5, 2018
Apr 12, 2019
Mar 3, 2019
May 3, 2019
May 3, 2019
Apr 6, 2019
Jun 20, 2019
Oct 17, 2015
Dec 11, 2018
Feb 13, 2019
Sep 25, 2017
Feb 4, 2019
May 15, 2019
May 19, 2019
May 13, 2019
Jun 21, 2019
Mar 15, 2019
May 10, 2019
May 28, 2019
May 14, 2019
Mar 9, 2019
Mar 19, 2019
Mar 24, 2019
May 2, 2019
Apr 29, 2019
Jun 14, 2019
Jun 14, 2019
Apr 7, 2019
Apr 11, 2019
Mar 2, 2019
Feb 8, 2019
Oct 19, 2018

Bitcoin Core

Setup

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Bitcoin transactions, which requires a few hundred gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download Bitcoin Core, visit bitcoincore.org.

Running

The following are some helpful notes on how to run Bitcoin Core on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/bitcoin-qt (GUI) or
  • bin/bitcoind (headless)

Windows

Unpack the files into a directory, and then run bitcoin-qt.exe.

macOS

Drag Bitcoin Core to your applications folder, and then run Bitcoin Core.

Need Help?

Building

The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Bitcoin repo's root README contains relevant information on the development process and automated testing.

Resources

Miscellaneous

License

Distributed under the MIT software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.