Permalink
..
Failed to load latest commit information.
gitian-building [doc] Increase recommended memory in gitian build guide Aug 1, 2016
man doc: Update manpages for 0.14.2 Jun 6, 2017
release-notes doc: clean out release notes Apr 22, 2017
Doxyfile build: bump version to 0.14.2 Jun 2, 2017
README.md build: bump version to 0.14.2 Jun 2, 2017
README_osx.md Merge #8617: Include instructions to extract Mac OS X SDK on Linux us… Aug 29, 2016
README_windows.txt build: bump version to 0.14.2 Jun 2, 2017
REST-interface.md Add default port numbers to REST doc Aug 23, 2016
assets-attribution.md [doc] Merge doc/assets-attribution.md into contrib/debian/copyright Sep 18, 2015
benchmarking.md [Doc] Add benchmarking notes May 29, 2016
bips.md [doc] Update doc/bips.md for BIP90 implementation Feb 28, 2017
bitcoin_logo_doxygen.png Lossless image optimization Dec 2, 2013
build-openbsd.md Update OpenBSD and FreeBSD build steps Feb 7, 2017
build-osx.md [Doc] Install Protobuf v3 on OS X Jan 4, 2017
build-unix.md Minor fix in build documentation for FreeBSD 11 May 29, 2017
build-windows.md Update the Windows build notes Dec 30, 2016
developer-notes.md Fix typo and spelling inconsistency in CONTRIBUTING.md Feb 9, 2017
dnsseed-policy.md Correct spelling mistakes in doc folder Oct 17, 2015
files.md Add mempool.dat to doc/files.md Oct 31, 2016
fuzzing.md doc: Add bare-bones documentation for fuzzing Dec 15, 2016
gitian-building.md Mention Gitian building script in doc. Sep 30, 2016
init.md Merge pull request #6621 Oct 26, 2015
reduce-traffic.md Remove maxuploadtargets recommended minimum Sep 13, 2016
release-notes.md Note preexisting bug in display of fee calculation in coin control Jun 14, 2017
release-process.md Introduce assumevalid setting to skip presumed valid scripts. Jan 13, 2017
shared-libraries.md Add NULLDUMMY verify flag in bitcoinconsensus.h Sep 30, 2016
tor.md Clarify `listenonion` Oct 24, 2016
translation_process.md Fix typo and spelling inconsistency in CONTRIBUTING.md Feb 9, 2017
translation_strings_policy.md Init: Cleanup error and warning strings Oct 28, 2015
travis-ci.md [doc] Rework docs Oct 4, 2016
zmq.md Fix typo and spelling inconsistency in CONTRIBUTING.md Feb 9, 2017

README.md

Bitcoin Core 0.14.2

Setup

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several 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.