0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-12 11:19:08 -05:00
bitcoin-bitcoin-core/doc
2024-08-14 15:56:28 +01:00
..
design doc: Remove reference to resolved issue 2024-07-31 14:22:57 +02:00
man
policy [doc] update documentation for new mempoolfullrbf default 2024-08-07 10:19:52 +01:00
release-notes [doc] archive v26.2 release notes 2024-07-09 15:36:36 +01:00
.gitignore
assets-attribution.md
benchmarking.md
bips.md [doc] mention bip94 support 2024-08-14 15:56:28 +01:00
bitcoin-conf.md system: use %LOCALAPPDATA% as default datadir on windows 2024-04-30 11:03:04 -04:00
bitcoin_logo_doxygen.png
build-freebsd.md
build-netbsd.md doc: Update NetBSD Build Guide 2024-05-20 12:59:15 +01:00
build-openbsd.md doc: mention optional dependencies (qrencode, zmq) in OpenBSD build docs 2024-07-30 22:34:35 +02:00
build-osx.md doc: add LLVM instruction for macOS < 13 2024-04-29 10:33:21 +02:00
build-unix.md
build-windows.md Merge bitcoin/bitcoin#30580: doc: Add note about distro's g++-mingw-w64-x86-64-posix version 2024-08-12 11:40:22 +01:00
cjdns.md
dependencies.md build: Bump clang minimum supported version to 16 2024-06-26 18:48:05 +02:00
descriptors.md tests: improve wallet multisig descriptor test and docs 2024-05-19 19:59:38 -05:00
developer-notes.md Fix lint-spelling warnings 2024-07-22 13:59:42 +02:00
dnsseed-policy.md
Doxyfile.in
external-signer.md
files.md Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fix 2024-08-07 13:05:04 -04:00
fuzzing.md
guix.md
i2p.md
init.md Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (replace 26088) 2024-06-27 17:35:08 -04:00
JSON-RPC-interface.md minor: remove unnecessary semicolons from RPC content type examples 2024-06-07 10:47:24 -04:00
managing-wallets.md Merge bitcoin/bitcoin#27064: system: use %LOCALAPPDATA% as default datadir on windows 2024-05-23 12:11:55 -04:00
multiprocess.md
multisig-tutorial.md doc: remove obsolete mention and link to closed PR 2024-07-31 12:38:29 +02:00
offline-signing-tutorial.md
p2p-bad-ports.md
productivity.md doc: Update ccache website link 2024-08-11 16:19:57 +01:00
psbt.md
README.md build, test, doc: Temporarily remove Android-related stuff 2024-05-06 11:29:14 +01:00
README_doxygen.md
README_windows.txt
reduce-memory.md
reduce-traffic.md
release-28984.md Add release note for size 2 package rbf 2024-06-13 09:52:59 -04:00
release-notes-22729.md doc: add release notes for #22729 2024-07-31 11:24:44 +02:00
release-notes-27101.md doc: update and link for JSON-RPC 2.0 2024-06-07 09:26:50 -04:00
release-notes-27114.md
release-notes-27307.md wallet: update mempool conflicts tests + docs 2024-07-01 12:27:43 -04:00
release-notes-27375.md
release-notes-27679.md
release-notes-28052.md Add -blocksxor boolean option 2024-07-26 17:30:53 +02:00
release-notes-29091-29165.md build: Bump clang minimum supported version to 16 2024-06-26 18:48:05 +02:00
release-notes-29496.md [doc] add release note for TRUC 2024-07-02 12:20:12 +01:00
release-notes-29612.md doc: Add release notes for #29612 2024-05-24 12:42:06 +02:00
release-notes-29775.md doc: Add release notes for 29775 2024-08-09 00:08:22 +02:00
release-notes-29845.md rpc: return warnings as an array instead of just a single one 2024-05-01 14:44:57 +01:00
release-notes-29987.md guix: use glibc 2.31 2024-06-12 10:33:17 +01:00
release-notes-30058.md introduce and use the generalized node::Warnings interface 2024-06-13 11:20:48 +01:00
release-notes-30192.md build: remove --enable-lcov-branch-coverage 2024-05-30 10:36:55 +01:00
release-notes-30212.md doc: release note for 30212 2024-08-05 15:45:59 +01:00
release-notes-30275.md [doc]: add 30275 release notes 2024-08-02 15:40:43 +01:00
release-notes-30352.md Add release note for P2A output feature 2024-07-30 14:06:58 -04:00
release-notes-30482.md doc: Add release notes for two pull requests 2024-07-24 17:40:24 +02:00
release-notes-30493.md doc: add release notes for full-rbf 2024-08-02 20:22:20 +00:00
release-notes-empty-template.md
release-process.md testnet: Introduce Testnet4 2024-08-06 01:38:10 +02:00
REST-interface.md testnet: Introduce Testnet4 2024-08-06 01:38:10 +02:00
tor.md doc: tor.md: use -bind=127.0.0.1:8334=onion for the Tor bind 2024-08-02 09:45:16 +02:00
tracing.md
translation_process.md
translation_strings_policy.md
zmq.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.