elements/doc
2026-02-16 22:05:55 +00:00
..
design correct '-dbcache' to '-prune' 2024-03-25 01:39:22 -05:00
man
policy [doc] fix docs and comments from v3 2024-02-12 14:27:25 +00:00
release-notes doc: Missing additions to 26.0 release notes 2023-12-07 15:35:44 +00:00
.gitignore
assets-attribution.md
benchmarking.md
bips.md doc: document that BIP324 on by default for v27.0 2024-02-19 15:37:59 +00:00
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-android.md
build-freebsd.md
build-netbsd.md
build-openbsd.md doc: Update OpenBSD build docs to 7.4 2024-02-26 16:05:47 +00:00
build-osx.md Merge 1ad43f95b8 into merged_master (Bitcoin PR bitcoin/bitcoin#28881) 2025-11-10 13:46:07 +02:00
build-unix.md Merge 064919e00d into merged_master (Bitcoin PR bitcoin/bitcoin#28231) 2025-07-03 20:43:01 +02:00
build-windows.md doc: remove mingw-w64 install for "older" systems 2023-11-17 10:57:51 +00:00
cjdns.md
dependencies.md build, qt: bump Qt5 version to 5.15.3 2025-03-10 15:37:34 +00:00
descriptors.md
developer-notes.md doc: Wrap flags with code in developer-notes.md 2024-03-08 15:55:37 +07:00
dnsseed-policy.md
Doxyfile.in
elements-block-header-format.md
elements-confidential-transactions.md
elements-tx-format.md
elements-upstream-tracking.md
external-signer.md
files.md
fuzzing.md doc: remove references to disable-asm option now that it's gone 2024-02-29 19:10:31 +00:00
github-merge-script.md docs: add github-merge.py process for merging PRs 2026-01-23 12:09:21 +02:00
guix.md
i2p.md
init.md
JSON-RPC-interface.md
managing-wallets.md
multiprocess.md doc: Add multiprocess design doc 2023-12-22 16:23:33 -05:00
multisig-tutorial.md
offline-signing-tutorial.md doc: update signet faucet link in offline-signing-tutorial.md 2024-03-04 00:14:29 +07:00
p2p-bad-ports.md
productivity.md
psbt.md
pset.mediawiki
README.md Merge 4cebad4833 into merged_master (Bitcoin PR bitcoin/bitcoin#28363) 2025-11-06 09:07:37 +02:00
README_doxygen.md
README_windows.txt
reduce-memory.md
reduce-traffic.md doc: update/clarify max outbound connection count 2023-12-11 20:05:25 +01:00
release-notes-20861.md
release-notes-27114.md docs: add release notes for #27114 2024-02-28 10:05:56 -03:00
release-notes-27375.md doc: add release notes and help text for unix sockets 2024-03-01 14:47:29 -05:00
release-notes-empty-template.md doc: add minimum required Linux Kernel to release-notes 2023-12-07 13:53:41 +00:00
release-process.md doc: Add link to needs-release-notes label 2023-12-07 15:56:39 +01:00
REST-interface.md
shared-libraries.md libconsensus: deprecate 2024-01-30 23:19:02 +00:00
simplicity-c-code-update.md docs: add simplicity code update instructions 2026-01-12 12:53:09 +02:00
taproot-sighash.mediawiki
tapscript_opcodes.md Remove 'pops a' duplication 2025-10-02 13:47:29 +02:00
tor.md
tracing.md
translation_process.md doc: Update translation_process.md 2024-02-14 21:39:39 -03:00
translation_strings_policy.md
zmq.md validationinterface: only send zmq notifications for active 2023-09-30 06:38:47 -04:00

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/elementsd (headless)
  • bin/elements-qt (GUI)

Windows

Unpack the files into a directory, and then run elements-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.