Kevacoin source tree
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.
 
 
 
 
 
 
Adrian Gallagher 4c20019d30
Merge remote-tracking branch 'bitcoin/0.16'
6 years ago
..
litecoin-release-notes Litecoin: Add 0.15.1 to historic release notes 6 years ago
man Litecoin: Update man pages 6 years ago
release-notes Remove the ending slashes from RPC URI format. 7 years ago
.gitignore Ignore Doxyfile generated from Doxyfile.in template. 7 years ago
Doxyfile.in doc: Make build system insert version in Doxyfile 7 years ago
README.md Litecoin: Basic changes for v0.16 release (#482) 6 years ago
README_osx.md Litecoin: Branding 6 years ago
README_windows.txt Litecoin: Branding 6 years ago
REST-interface.md Litecoin: Branding 6 years ago
assets-attribution.md Litecoin: Branding 6 years ago
benchmarking.md Litecoin: Branding 6 years ago
bips.md List support for BIP173 in bips.md 6 years ago
bitcoin_logo_doxygen.png Lossless image optimization 11 years ago
build-netbsd.md Litecoin: Branding 6 years ago
build-openbsd.md Litecoin: Branding 6 years ago
build-osx.md Litecoin: Basic changes for v0.16 release (#482) 6 years ago
build-unix.md Litecoin: Branding 6 years ago
build-windows.md Merge remote-tracking branch 'bitcoin/0.16' 6 years ago
dependencies.md Litecoin: Branding 6 years ago
developer-notes.md Litecoin: Branding 6 years ago
dnsseed-policy.md Litecoin: Branding 6 years ago
files.md Litecoin: Branding 6 years ago
fuzzing.md Litecoin: Branding 6 years ago
gitian-building.md doc: move gitian building to external repo 7 years ago
init.md Update init.md: Fix section numbering. 7 years ago
reduce-traffic.md Litecoin: Branding 6 years ago
release-notes-litecoin.md Litecoin: Amend release notes (#484) 6 years ago
release-notes.md doc: Last-minute edits to 0.16.1 release notes 6 years ago
release-process.md Litecoin: Branding 6 years ago
shared-libraries.md Add NULLDUMMY verify flag in bitcoinconsensus.h 8 years ago
tor.md Litecoin: Branding 6 years ago
translation_process.md Fix typo and spelling inconsistency in CONTRIBUTING.md 7 years ago
translation_strings_policy.md Init: Cleanup error and warning strings 9 years ago
travis-ci.md Litecoin: Branding 6 years ago
zmq.md Litecoin: Branding 6 years ago

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 is currently more than 7 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 Litecoin Core, visit litecoin.org.

Running

The following are some helpful notes on how to run Litecoin 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.

OS X

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