1
mirror of https://github.com/bitcoin/bitcoin synced 2024-09-29 09:20:01 +02:00
bitcoin/doc
Wladimir J. van der Laan afae75fd3d
Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md
36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
2017-02-16 15:05:55 +01:00
..
gitian-building
man Add pruneblockchain RPC to enable manual block file pruning. 2017-01-10 08:14:50 -05:00
release-notes doc: Add historical release notes for 0.13.2 2017-01-03 11:52:31 +01:00
assets-attribution.md
benchmarking.md
bips.md
bitcoin_logo_doxygen.png
build-openbsd.md Update OpenBSD and FreeBSD build steps 2017-02-07 13:01:41 +01:00
build-osx.md [Doc] Install Protobuf v3 on OS X 2017-01-04 17:08:04 +08:00
build-unix.md Update OpenBSD and FreeBSD build steps 2017-02-07 13:01:41 +01:00
build-windows.md Update the Windows build notes 2016-12-29 23:54:14 -08:00
developer-notes.md Fix typo and spelling inconsistency in CONTRIBUTING.md 2017-02-09 11:56:44 +09:00
dnsseed-policy.md
Doxyfile
files.md
fuzzing.md doc: Add bare-bones documentation for fuzzing 2016-12-15 13:29:03 +01:00
gitian-building.md
init.md
README_osx.md
README_windows.txt
README.md doc: Add bare-bones documentation for fuzzing 2016-12-15 13:29:03 +01:00
reduce-traffic.md
release-notes.md Add fundrawtransactions new reserveChangeKey option to the release notes 2017-01-19 20:45:34 +01:00
release-process.md Introduce assumevalid setting to skip presumed valid scripts. 2017-01-13 15:42:24 +00:00
REST-interface.md
shared-libraries.md
tor.md
translation_process.md Fix typo and spelling inconsistency in CONTRIBUTING.md 2017-02-09 11:56:44 +09:00
translation_strings_policy.md
travis-ci.md
zmq.md Fix typo and spelling inconsistency in CONTRIBUTING.md 2017-02-09 11:56:44 +09:00

Bitcoin Core 0.13.99

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.