dogecoin/doc
Jonas Schnelli 53442af0aa
Merge #9412: build: Fix 'make deploy' for OSX
2fb98f6 Fix bug in dmg builder so that it actually reads in the configuration file (Don Patterson)
b01667c Mention RSVG dependency when creating the disk image on OSX (Jonas Schnelli)
09aefb5 build: Fix 'make deploy' for OSX (Cory Fields)
2017-01-02 09:43:15 +01:00
..
gitian-building
man
release-notes
assets-attribution.md
benchmarking.md
bips.md
bitcoin_logo_doxygen.png
build-openbsd.md
build-osx.md Mention RSVG dependency when creating the disk image on OSX 2016-12-23 10:09:49 +01:00
build-unix.md [Doc] Move comments above bash command 2016-11-23 02:22:59 -06:00
build-windows.md Update the Windows build notes 2016-12-29 23:54:14 -08:00
developer-notes.md Developer docs about existing subtrees. 2016-12-02 14:34:20 +00: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.md doc: Add bare-bones documentation for fuzzing 2016-12-15 13:29:03 +01:00
README_osx.md
README_windows.txt
reduce-traffic.md
release-notes.md Set DEFAULT_LIMITFREERELAY = 0 kB/minute 2016-11-18 00:23:25 +01:00
release-process.md
REST-interface.md
shared-libraries.md
tor.md
translation_process.md
translation_strings_policy.md
travis-ci.md
zmq.md

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.