bitcoin/doc
MarcoFalke fa050bbc0a
test: Update test README and lint script
2021-09-02 10:26:35 +02:00
..
man
release-notes
.gitignore
Doxyfile.in
JSON-RPC-interface.md
README.md release: remove gitian 2021-08-31 09:37:23 +08:00
README_doxygen.md
README_windows.txt
REST-interface.md
assets-attribution.md
benchmarking.md
bips.md
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-android.md
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md
build-unix.md doc: Add packages that provide Qt Wayland plugin for Linux 2021-08-05 11:49:16 +03:00
build-windows.md
dependencies.md
descriptors.md doc: mention bech32m/BIP350 in doc/descriptors.md 2021-08-30 13:45:22 -04:00
developer-notes.md
dnsseed-policy.md
external-signer.md
files.md
fuzzing.md test: Update test README and lint script 2021-09-02 10:26:35 +02:00
guix.md
i2p.md Improve doc/i2p.md regarding I2P router options/versions 2021-08-19 15:41:46 +02:00
init.md
managing-wallets.md Document about wallet backup and restoration 2021-08-17 09:40:47 -03:00
multiprocess.md
productivity.md
psbt.md
reduce-memory.md
reduce-traffic.md
release-notes.md Set regtest.BIP65Height = 111 to speed up tests 2021-08-26 11:08:24 +02:00
release-process.md doc: Mention the flat directory structure for uploads 2021-08-19 16:48:39 -04:00
shared-libraries.md
tor.md Update i2p.md and tor.md regarding -onlynet config option 2021-08-07 00:45:51 +02:00
tracing.md Remove GetAddrName 2021-08-26 10:44:26 +02:00
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.