Skip to content

Files

Latest commit

Mar 19, 2020
b492684 · Mar 19, 2020

History

History
This branch is 21268 commits behind bitcoin/bitcoin:master.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 18, 2019
Mar 9, 2020
Apr 7, 2017
Jan 28, 2020
Apr 15, 2019
Nov 25, 2019
Sep 23, 2019
Apr 5, 2017
Nov 1, 2019
Sep 18, 2015
Oct 8, 2019
Nov 5, 2019
Aug 19, 2019
Dec 2, 2013
Mar 17, 2020
Mar 17, 2020
Mar 17, 2020
Feb 20, 2020
Mar 7, 2020
Nov 1, 2019
Dec 29, 2019
Jan 31, 2020
Mar 11, 2020
Oct 17, 2015
Mar 9, 2020
Mar 9, 2020
Sep 25, 2017
Sep 17, 2019
May 15, 2019
May 19, 2019
Aug 19, 2019
Dec 17, 2019
May 13, 2019
Mar 19, 2020
Feb 12, 2020
Apr 7, 2019
Sep 12, 2019
Sep 29, 2019
Feb 8, 2019
Aug 19, 2019

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.