You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
litecoin/doc
David Burkett cd1660afaf
Updating release notes
7 months ago
..
litecoin-release-notes Updating release notes 7 months ago
man v0.21.3: update version, release notes and manpages 8 months ago
mweb Segment & PMMR cleanup, plus some documentation 9 months ago
release-notes doc: Archive release notes, Add template for minor release 4 years ago
.gitignore
Doxyfile.in
JSON-RPC-interface.md
README.md
README_doxygen.md
README_windows.txt
REST-interface.md Litecoin: Branding 4 years ago
assets-attribution.md Litecoin: Branding 4 years ago
benchmarking.md
bips.md v0.21.3: update version, release notes and manpages 8 months ago
bitcoin-conf.md
bitcoin_logo_doxygen.png Lossless image optimization 11 years ago
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md docs: add libfmt as a required dependancy 2 years ago
build-unix.md Fix Broken Linux Compiling Dependancies Instruction 9 months ago
build-windows.md Litecoin: Branding 4 years ago
dependencies.md Litecoin: Branding 4 years ago
descriptors.md Litecoin: Branding 4 years ago
developer-notes.md
dnsseed-policy.md
files.md
fuzzing.md Litecoin: Branding 4 years ago
gitian-building.md
init.md fixing documentation to not require rpcpassword 5 years ago
multiprocess.md build: multiprocess autotools changes 5 years ago
productivity.md
psbt.md
reduce-memory.md
reduce-traffic.md Litecoin: Branding 4 years ago
release-notes-litecoin.md Updating release notes 7 months ago
release-notes.md fix v0.21.2 release-notes 3 years ago
release-process.md
shared-libraries.md
tor.md Litecoin: Branding 4 years ago
translation_process.md build: Factor out qt translations from build system 5 years ago
translation_strings_policy.md doc: Do not translate technical or extremely rare errors 5 years ago
zmq.md

README.md

Litecoin Core

Setup

Litecoin 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.

To download Litecoin Core, visit litecoin.org.

Running

The following are some helpful notes on how to run Litecoin Core on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/litecoin-qt (GUI) or
  • bin/litecoind (headless)

Windows

Unpack the files into a directory, and then run litecoin-qt.exe.

macOS

Drag Litecoin Core to your applications folder, and then run Litecoin Core.

Need Help?

Building

The 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.

Development

The Litecoin repo's root README contains relevant information on the development process and automated testing.

Resources

  • Discuss on the LitecoinTalk forums.
  • Discuss general Litecoin development on #litecoin-dev on Freenode. If you don't have an IRC client, use webchat here.

Miscellaneous

License

Distributed under the MIT software license.