Latest commit ea52530 Feb 16, 2016 @fanquake fanquake Fix duplicate names in release notes
Fixes #7547
Permalink
..
Failed to load latest commit information.
gitian-building Update gitian build guide for Debian 8.1 Sep 3, 2015
release-notes Fix various typos Dec 2, 2015
Doxyfile Bump version to 0.12.0 Dec 3, 2015
README.md Bump version to 0.12.0 Dec 3, 2015
README_osx.txt Correct spelling mistakes in doc folder Oct 17, 2015
README_windows.txt Bump version to 0.12.0 Dec 3, 2015
REST-interface.md Implement REST mempool API, add test and documentation. Aug 14, 2015
assets-attribution.md [doc] Merge doc/assets-attribution.md into contrib/debian/copyright Sep 18, 2015
bips.md doc/bips: Document BIP 125 support Jan 9, 2016
bitcoin_logo_doxygen.png Lossless image optimization Dec 2, 2013
build-openbsd.md Correct spelling mistakes in doc folder Oct 17, 2015
build-osx.md [doc] Update OS X build notes for new qt5 configure Nov 20, 2015
build-unix.md Add missing automake package to deb-based UNIX install instructions. Dec 3, 2015
build-windows.md build: Improve build instructions Nov 4, 2015
developer-notes.md [doc] Minor markdown fixes Nov 30, 2015
dnsseed-policy.md Correct spelling mistakes in doc folder Oct 17, 2015
files.md doc: update docs for Tor listening Nov 12, 2015
gitian-building.md build: Make networking work inside LXC builder in gitian-building.md Jan 20, 2016
init.md Merge pull request #6621 Oct 26, 2015
multiwallet-qt.md qt: remove awkward way of setting GUI pages Oct 19, 2013
reduce-traffic.md add documentation for exluding whitelistes peer from maxuploadtarget Nov 14, 2015
release-notes.md Fix duplicate names in release notes Feb 17, 2016
release-process.md [doc] Update release-process.md Feb 8, 2016
shared-libraries.md Mention PHP bindings to libbitcoinconsensus Oct 18, 2015
tor.md doc: update docs for Tor listening Nov 12, 2015
translation_process.md qt: Final translation update before 0.12 fork Dec 2, 2015
translation_strings_policy.md Init: Cleanup error and warning strings Oct 28, 2015
travis-ci.txt travis: add doc Aug 25, 2014
unit-tests.md [doc] Minor markdown fixes Nov 30, 2015
zmq.md Correct spelling mistakes in doc folder Oct 17, 2015

README.md

Bitcoin Core 0.12.0

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.

Running

The following are some helpful notes on how to run Bitcoin on your native platform.

Unix

You need the Qt4 run-time libraries to run Bitcoin-Qt. On Debian or Ubuntu:

sudo apt-get install libqtgui4

Unpack the files into a directory and run:

  • bin/32/bitcoin-qt (GUI, 32-bit) or bin/32/bitcoind (headless, 32-bit)
  • bin/64/bitcoin-qt (GUI, 64-bit) or bin/64/bitcoind (headless, 64-bit)

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.