Skip to content

Files

Latest commit

61f238e · Apr 25, 2025

History

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

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 2, 2025
Aug 30, 2024
Jan 24, 2025
Apr 15, 2025
Sep 6, 2024
Oct 28, 2024
Jun 7, 2024
Oct 2, 2024
Sep 23, 2019
Apr 5, 2017
Nov 8, 2024
Sep 18, 2015
Sep 4, 2024
Mar 12, 2025
Oct 31, 2024
Feb 13, 2025
Dec 2, 2013
Apr 2, 2025
Apr 2, 2025
Apr 2, 2025
Apr 17, 2025
Apr 17, 2025
Feb 12, 2025
Mar 7, 2025
Jun 1, 2023
Apr 2, 2025
Mar 25, 2025
Apr 11, 2025
Apr 2, 2024
Apr 16, 2024
Aug 7, 2024
Apr 25, 2025
Jan 8, 2021
Apr 4, 2024
Jun 27, 2024
May 23, 2024
Apr 14, 2025
Feb 20, 2025
Feb 20, 2025
Mar 3, 2022
Aug 16, 2024
Nov 12, 2024
Mar 4, 2025
Dec 11, 2023
Mar 16, 2025
Feb 24, 2025
Apr 17, 2025
Mar 5, 2025
Mar 5, 2025
Oct 25, 2024
Mar 12, 2025
Apr 2, 2025
Sep 18, 2024
Mar 30, 2025

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 several hundred gigabytes or more of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to several days 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.