aesthetic terminal experience
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.
 
 
 
 
 
 
Zen 392f2dcd97 mid-fix 3 years ago
..
man mid-fix 3 years ago
release-notes mid-fix 3 years ago
.gitignore mid-fix 3 years ago
Doxyfile.in mid-fix 3 years ago
JSON-RPC-interface.md mid-fix 3 years ago
README.md mid-fix 3 years ago
README_doxygen.md mid-fix 3 years ago
README_windows.txt mid-fix 3 years ago
REST-interface.md mid-fix 3 years ago
assets-attribution.md mid-fix 3 years ago
benchmarking.md mid-fix 3 years ago
bips.md mid-fix 3 years ago
bitcoin-conf.md mid-fix 3 years ago
bitcoin_logo_doxygen.png mid-fix 3 years ago
build-android.md mid-fix 3 years ago
build-freebsd.md mid-fix 3 years ago
build-netbsd.md mid-fix 3 years ago
build-openbsd.md mid-fix 3 years ago
build-osx.md mid-fix 3 years ago
build-unix.md mid-fix 3 years ago
build-windows.md mid-fix 3 years ago
dependencies.md mid-fix 3 years ago
descriptors.md mid-fix 3 years ago
developer-notes.md mid-fix 3 years ago
dnsseed-policy.md mid-fix 3 years ago
external-signer.md mid-fix 3 years ago
files.md mid-fix 3 years ago
fuzzing.md mid-fix 3 years ago
gitian-building.md mid-fix 3 years ago
guix.md mid-fix 3 years ago
i2p.md mid-fix 3 years ago
init.md mid-fix 3 years ago
multiprocess.md mid-fix 3 years ago
productivity.md mid-fix 3 years ago
psbt.md mid-fix 3 years ago
reduce-memory.md mid-fix 3 years ago
reduce-traffic.md mid-fix 3 years ago
release-notes.md mid-fix 3 years ago
release-process.md mid-fix 3 years ago
shared-libraries.md mid-fix 3 years ago
tor.md mid-fix 3 years ago
translation_process.md mid-fix 3 years ago
translation_strings_policy.md mid-fix 3 years ago
zmq.md mid-fix 3 years 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 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.