Merge #12062: Increment MIT Licence copyright header year on files modified in 2017
[bitcoinplatinum.git] / doc / README.md
blob988019869e4387fe11362e29480761d827dcf85a
1 Bitcoin Core
2 =============
4 Setup
5 ---------------------
6 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.
8 To download Bitcoin Core, visit [bitcoincore.org](https://bitcoincore.org/en/releases/).
10 Running
11 ---------------------
12 The following are some helpful notes on how to run Bitcoin on your native platform.
14 ### Unix
16 Unpack the files into a directory and run:
18 - `bin/bitcoin-qt` (GUI) or
19 - `bin/bitcoind` (headless)
21 ### Windows
23 Unpack the files into a directory, and then run bitcoin-qt.exe.
25 ### OS X
27 Drag Bitcoin-Core to your applications folder, and then run Bitcoin-Core.
29 ### Need Help?
31 * See the documentation at the [Bitcoin Wiki](https://en.bitcoin.it/wiki/Main_Page)
32 for help and more information.
33 * Ask for help on [#bitcoin](http://webchat.freenode.net?channels=bitcoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=bitcoin).
34 * Ask for help on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Technical Support board](https://bitcointalk.org/index.php?board=4.0).
36 Building
37 ---------------------
38 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.
40 - [Dependencies](dependencies.md)
41 - [OS X Build Notes](build-osx.md)
42 - [Unix Build Notes](build-unix.md)
43 - [Windows Build Notes](build-windows.md)
44 - [OpenBSD Build Notes](build-openbsd.md)
45 - [Gitian Building Guide](gitian-building.md)
47 Development
48 ---------------------
49 The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
51 - [Developer Notes](developer-notes.md)
52 - [Release Notes](release-notes.md)
53 - [Release Process](release-process.md)
54 - [Source Code Documentation (External Link)](https://dev.visucore.com/bitcoin/doxygen/)
55 - [Translation Process](translation_process.md)
56 - [Translation Strings Policy](translation_strings_policy.md)
57 - [Travis CI](travis-ci.md)
58 - [Unauthenticated REST Interface](REST-interface.md)
59 - [Shared Libraries](shared-libraries.md)
60 - [BIPS](bips.md)
61 - [Dnsseed Policy](dnsseed-policy.md)
62 - [Benchmarking](benchmarking.md)
64 ### Resources
65 * Discuss on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Development & Technical Discussion board](https://bitcointalk.org/index.php?board=6.0).
66 * Discuss project-specific development on #bitcoin-core-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=bitcoin-core-dev).
67 * Discuss general Bitcoin development on #bitcoin-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=bitcoin-dev).
69 ### Miscellaneous
70 - [Assets Attribution](assets-attribution.md)
71 - [Files](files.md)
72 - [Fuzz-testing](fuzzing.md)
73 - [Reduce Traffic](reduce-traffic.md)
74 - [Tor Support](tor.md)
75 - [Init Scripts (systemd/upstart/openrc)](init.md)
76 - [ZMQ](zmq.md)
78 License
79 ---------------------
80 Distributed under the [MIT software license](/COPYING).
81 This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes
82 cryptographic software written by Eric Young ([eay@cryptsoft.com](mailto:eay@cryptsoft.com)), and UPnP software written by Thomas Bernard.