You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/doc
merge-script 0c1e507278
Merge bitcoin/bitcoin#30871: build: Add more cmake presets
2 months ago
..
design Merge bitcoin/bitcoin#30802: doc: Clarify libbitcoin_consensus in design/libraries.md 2 months ago
man build: Remove Autotools-based build system 2 months ago
policy
release-notes
CMakeLists.txt cmake: add USE_SOURCE_PERMISSIONS to all configure_file usage 2 months ago
Doxyfile.in
JSON-RPC-interface.md
README.md
README_doxygen.md
README_windows.txt
REST-interface.md
assets-attribution.md
assumeutxo.md doc: fix assumeutxo design doc link 2 months ago
benchmarking.md
bips.md
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-freebsd.md doc: add with_bdb to unix build docs 2 months ago
build-netbsd.md
build-openbsd.md doc: remove extraneous install statement 2 months ago
build-osx.md doc: fix compiler flags for macOS configuration 2 months ago
build-unix.md Merge bitcoin/bitcoin#30779: doc: add `-DWITH_BDB=ON` to unix build docs 2 months ago
build-windows-msvc.md docs: Fix minor typo 2 months ago
build-windows.md doc: Drop `ctest` command from Windows cross-compiling instructions 2 months ago
cjdns.md
dependencies.md doc: replace Autotools with CMake 2 months ago
descriptors.md
developer-notes.md Merge bitcoin/bitcoin#30840: docs: Updated debug build instructions for cmake 2 months ago
dnsseed-policy.md
external-signer.md
files.md
fuzzing.md build: add more CMake presets (dev-mode, libfuzzer, libfuzzer-nosan) 2 months ago
guix.md
i2p.md
init.md
managing-wallets.md
multiprocess.md
multisig-tutorial.md doc: Prepend 'build/' to binary paths under 'src/' in docs 2 months ago
offline-signing-tutorial.md doc: Prepend 'build/' to binary paths under 'src/' in docs 2 months ago
p2p-bad-ports.md
productivity.md
psbt.md
reduce-memory.md
reduce-traffic.md
release-notes-empty-template.md
release-process.md
tor.md
tracing.md doc: Prepend 'build/' to binary paths under 'src/' in docs 2 months ago
translation_process.md
translation_strings_policy.md
zmq.md

README.md

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.