1Litecoin Core
2=============
3
4Setup
5---------------------
6Litecoin Core is the original Litecoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Litecoin transactions, which requires approximately 22 gigabytes of disk space. 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.
7
8To download Litecoin Core, visit [litecoin.org](https://litecoin.org/).
9
10Running
11---------------------
12The following are some helpful notes on how to run Litecoin Core on your native platform.
13
14### Unix
15
16Unpack the files into a directory and run:
17
18- `bin/litecoin-qt` (GUI) or
19- `bin/litecoind` (headless)
20
21### Windows
22
23Unpack the files into a directory, and then run litecoin-qt.exe.
24
25### macOS
26
27Drag Litecoin Core to your applications folder, and then run Litecoin Core.
28
29### Need Help?
30
31* See the documentation at the [Litecoin Wiki](https://litecoin.info/)
32for help and more information.
33* Ask for help on [#litecoin](http://webchat.freenode.net?channels=litecoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=litecoin).
34* Ask for help on the [LitecoinTalk](https://litecointalk.io/) forums, in the [Technical Support section](https://litecointalk.io/c/technical-support).
35
36Building
37---------------------
38The following are developer notes on how to build Litecoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
39
40- [Dependencies](dependencies.md)
41- [macOS Build Notes](build-osx.md)
42- [Unix Build Notes](build-unix.md)
43- [Windows Build Notes](build-windows.md)
44- [FreeBSD Build Notes](build-freebsd.md)
45- [OpenBSD Build Notes](build-openbsd.md)
46- [NetBSD Build Notes](build-netbsd.md)
47- [Gitian Building Guide (External Link)](https://github.com/bitcoin-core/docs/blob/master/gitian-building.md)
48
49Development
50---------------------
51The Litecoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
52
53- [Developer Notes](developer-notes.md)
54- [Productivity Notes](productivity.md)
55- [Release Notes](release-notes.md)
56- [Release Process](release-process.md)
57- [Translation Process](translation_process.md)
58- [Translation Strings Policy](translation_strings_policy.md)
59- [JSON-RPC Interface](JSON-RPC-interface.md)
60- [Unauthenticated REST Interface](REST-interface.md)
61- [Shared Libraries](shared-libraries.md)
62- [BIPS](bips.md)
63- [Dnsseed Policy](dnsseed-policy.md)
64- [Benchmarking](benchmarking.md)
65
66### Resources
67* Discuss on the [LitecoinTalk](https://litecointalk.io/) forums.
68* Discuss general Litecoin development on #litecoin-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=litecoin-dev.
69
70### Miscellaneous
71- [Assets Attribution](assets-attribution.md)
72- [bitcoin.conf Configuration File](bitcoin-conf.md)
73- [Files](files.md)
74- [Fuzz-testing](fuzzing.md)
75- [Reduce Traffic](reduce-traffic.md)
76- [Tor Support](tor.md)
77- [Init Scripts (systemd/upstart/openrc)](init.md)
78- [ZMQ](zmq.md)
79- [PSBT support](psbt.md)
80
81License
82---------------------
83Distributed under the [MIT software license](/COPYING).
84This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes
85cryptographic software written by Eric Young ([eay@cryptsoft.com](mailto:eay@cryptsoft.com)), and UPnP software written by Thomas Bernard.
86