bitcoin/doc
2018-02-01 00:41:03 -08:00
..
man doc: Update manpages to 0.16.99 2018-01-30 14:24:59 +01:00
release-notes Remove the ending slashes from RPC URI format. 2018-01-08 10:11:02 +08:00
.gitignore
assets-attribution.md
benchmarking.md Updating benchmarkmarking.md with an updated sample output and help options 2018-01-19 11:41:56 -06:00
bips.md [Doc] Fix link for bip 159 pull request 2018-01-11 11:39:10 +09:00
bitcoin_logo_doxygen.png
build-netbsd.md [doc] Create build-netbsd.md 2018-01-30 07:47:27 +08:00
build-openbsd.md doc: Update OpenBSD build instructions for 6.2 2017-12-22 10:08:53 +01:00
build-osx.md remove brew c++ flag 2017-12-26 14:23:58 -03:00
build-unix.md Organise Linux build instructions to be categorised by distro 2018-01-30 21:55:31 +00:00
build-windows.md Remove suggestion to make cloned repository world-writable for Windows build. 2018-02-01 00:41:03 -08:00
dependencies.md [depends] ZeroMQ 4.2.2 2017-11-29 19:31:50 +08:00
developer-notes.md Typo fix 2017-12-16 13:29:26 +01:00
dnsseed-policy.md
Doxyfile.in
files.md Update files.md for new wallets/ subdirectory 2017-12-13 23:36:43 +13:00
fuzzing.md
gitian-building.md
init.md
README_osx.md
README_windows.txt
README.md Add NetBSD build instruction links 2018-01-30 21:03:58 +00:00
reduce-traffic.md
release-notes.md build: Bump version to 0.16.99 2018-01-30 14:08:53 +01:00
release-process.md doc: Explain how to update chainTxData in release process 2018-01-31 12:30:09 +01:00
REST-interface.md
shared-libraries.md
tor.md
translation_process.md
translation_strings_policy.md
travis-ci.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 is currently more than 100 GBs); 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 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.

OS X

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 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. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.