BitcoinPrivate-legacy/doc
Wladimir J. van der Laan 6c31ac019f
Merge pull request #6825
af6edac *: alias -h for --help (Daniel Cousens)
131d7f9 Change URLs to https in debian/control (Matt Corallo)
7ce2c91 Update debian/changelog and slight tweak to debian/control (Matt Corallo)
4fbfebe Correct spelling mistakes in doc folder (Mitchell Cash)
e42bf16 Clarification of unit test build instructions. (Eric Lombrozo)
54f9dee Update bluematt-key, the old one is long-since revoked (Matt Corallo)
bfc6154 [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
9e45157 build: disable -Wself-assign (Wladimir J. van der Laan)
33d6825 Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) (Luke Dashjr)
87a797a build: Remove dependency of bitcoin-cli on secp256k1 (Wladimir J. van der Laan)
a33cd5b [trivial] Fix rpc message "help generate" (MarcoFalke)
6fd0019 Drop "with minimal dependencies" from description (Zak Wilcox)
2394f4d Split bitcoin-tx into its own package (Zak Wilcox)
1e672ae Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox)
b3eaa30 [Qt] Raise debug window when requested (MarcoFalke)
01878c9 Fix locking in GetTransaction. (Alex Morcos)
9b9acc2 Fix spelling of Qt (Diego Viola)
2015-11-06 14:08:06 +01:00
..
gitian-building Add gitian build guide 2014-04-02 21:59:45 +02:00
release-notes Merge pull request #6825 2015-11-06 14:08:06 +01:00
Doxyfile Bump version to 0.11.1 2015-10-09 18:18:16 +02:00
README.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
README_osx.txt Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
README_windows.txt Bump version to 0.11.1 2015-10-09 18:18:16 +02:00
REST-interface.md doc: Remove recommendation to add old repos for libd4.8* 2015-07-15 09:23:11 +02:00
assets-attribution.md Merge pull request #6369 2015-07-03 09:37:52 +02:00
bips.md Bugfix: Grammar fixes 2015-05-01 11:21:27 +00:00
bitcoin_logo_doxygen.png Lossless image optimization 2013-12-02 10:10:22 +01:00
build-osx.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
build-unix.md doc: Remove recommendation to add old repos for libd4.8* 2015-07-15 09:23:11 +02:00
developer-notes.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
dnsseed-policy.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
files.md Add missing files to files.md 2015-09-22 00:43:13 +00:00
gitian-building.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
init.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
multiwallet-qt.md qt: remove awkward way of setting GUI pages 2013-10-19 17:51:26 +02:00
release-notes.md doc: Add Luke Dashjr to credits in release notes 2015-10-12 20:58:31 +02:00
release-process.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
tor.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
translation_process.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
translation_strings_policy.md Correct spelling mistakes in doc folder 2015-10-23 03:22:52 +00:00
travis-ci.txt travis: add doc 2014-08-25 11:48:31 -04:00
unit-tests.md Fix filename for testing QT. 2015-02-14 12:07:40 +07:00

README.md

Bitcoin Core 0.11.1

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-Qt to your applications folder, and then run Bitcoin-Qt.

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.