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
fanquake 9e54dde04c
Merge bitcoin/bitcoin#27719: doc: remove Tor link & generalize onion getnodeaddresses RPC
1 year ago
..
design
man
policy
release-notes
.gitignore
Doxyfile.in
JSON-RPC-interface.md
README.md
README_doxygen.md
README_windows.txt
REST-interface.md
assets-attribution.md [doc] Merge doc/assets-attribution.md into contrib/debian/copyright 9 years ago
benchmarking.md doc: update doc/benchmarking.md 3 years ago
bips.md
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-android.md build, qt: Use Android NDK r23 LTS 3 years ago
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md
build-unix.md
build-windows.md doc: Correct linked Microsoft URLs 2 years ago
cjdns.md doc: update getnodeaddresses for CJDNS, I2P and Tor and rm link 1 year ago
dependencies.md random: switch to using getrandom() directly 1 year ago
descriptors.md doc: correct deriveaddresses RPC name 2 years ago
developer-notes.md
dnsseed-policy.md Correct spelling mistakes in doc folder 9 years ago
external-signer.md
files.md Ignore banlist.dat 3 years ago
fuzzing.md doc: use arch agnostic clang path in fuzzing doc (macOS) 2 years ago
guix.md
i2p.md
init.md Remove `-sysperms` option 2 years ago
managing-wallets.md
multisig-tutorial.md doc: update multisig-tutorial.md to default wallet type 3 years ago
p2p-bad-ports.md
productivity.md doc: add distcc to productivity notes 2 years ago
psbt.md
reduce-memory.md doc: remove mention of glibc 2.10+ 1 year ago
reduce-traffic.md doc: Use precise permission flags where possible 4 years ago
release-notes-25158.md
release-notes-26076.md doc: clarify PR 26076 release note 2 years ago
release-notes-26094.md
release-notes-27302.md
release-notes-empty-template.md
release-process.md doc: Fix typo in doc/release-process.md URL 1 year ago
shared-libraries.md doc: libbitcoinconsensus: add missing error code description, fix NBitcoin link 4 years ago
tor.md Merge bitcoin/bitcoin#27719: doc: remove Tor link & generalize onion getnodeaddresses RPC 1 year ago
tracing.md
translation_process.md doc: Remove unnecessary steps from translations update process 3 years ago
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.