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
Hennadii Stepanov 332655cb52
build: Rename `PACKAGE_*` variables to `CLIENT_*`
1 week ago
..
design doc: multiprocess documentation improvements 1 month ago
man
policy
release-notes doc: Archive 28.0 release notes 1 month ago
CMakeLists.txt
Doxyfile.in build: Rename `PACKAGE_*` variables to `CLIENT_*` 1 week ago
JSON-RPC-interface.md
README.md doc: update IBD requirements in doc/README.md 1 month ago
README_doxygen.md
README_windows.txt
REST-interface.md
assets-attribution.md
assumeutxo.md
benchmarking.md doc: replace `-?` with `-h` for bench_bitcoin help 3 weeks ago
bips.md
bitcoin-conf.md doc: add testnet4 section header for config file 1 month ago
bitcoin_logo_doxygen.png
build-freebsd.md doc: remove mentions of UPnP 2 weeks ago
build-netbsd.md
build-openbsd.md doc: remove mentions of UPnP 2 weeks ago
build-osx.md doc: remove mentions of UPnP 2 weeks ago
build-unix.md doc: remove mentions of UPnP 2 weeks ago
build-windows-msvc.md docs: Fix minor typo 2 months ago
build-windows.md doc: remove dependency install instructions from win docs 3 weeks ago
cjdns.md
dependencies.md doc: remove mentions of UPnP 2 weeks ago
descriptors.md
developer-notes.md doc: Updating docs from autotools to cmake 2 months ago
dnsseed-policy.md
external-signer.md
files.md
fuzzing.md doc: fuzz: remove Honggfuzz NetDriver instructions 3 weeks ago
guix.md
i2p.md
init.md
managing-wallets.md
multiprocess.md doc: multiprocess documentation improvements 1 month ago
multisig-tutorial.md
offline-signing-tutorial.md
p2p-bad-ports.md
productivity.md
psbt.md
reduce-memory.md
reduce-traffic.md
release-notes-28358.md
release-notes-31130.md doc: add release note for #31130 2 weeks ago
release-notes-empty-template.md build: Bump minimum supported macOS to 13.0 3 weeks ago
release-process.md
tor.md doc: remove mentions of UPnP 2 weeks ago
tracing.md
translation_process.md doc: Updating docs from autotools to cmake 2 months ago
translation_strings_policy.md doc: Updating docs from autotools to cmake 2 months ago
zmq.md doc: correct the zmq automatic build info 1 month ago

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 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.