Skip to content

Files

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

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 12, 2021
May 2, 2021
Apr 7, 2017
Feb 21, 2021
Dec 28, 2020
Mar 21, 2021
Sep 23, 2019
Apr 5, 2017
Mar 23, 2021
Sep 18, 2015
Jun 13, 2020
Mar 16, 2021
Mar 7, 2021
Dec 2, 2013
Mar 21, 2021
Dec 10, 2020
Mar 17, 2020
Nov 26, 2020
Mar 3, 2021
Apr 9, 2021
Mar 2, 2021
Mar 23, 2021
Feb 7, 2021
Apr 5, 2021
Oct 17, 2015
Apr 8, 2021
May 1, 2021
Mar 9, 2021
Sep 25, 2017
Jan 8, 2021
Feb 4, 2021
Apr 23, 2021
Jan 7, 2021
May 19, 2019
Mar 30, 2020
Jul 10, 2020
Apr 28, 2021
Apr 20, 2021
Jan 29, 2021
Dec 5, 2020
Feb 4, 2021
Apr 15, 2021
May 5, 2020
Sep 23, 2020

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.