kevacoin/contrib
2018-06-17 19:01:58 -07:00
..
debian Litecoin: Protocol and default settings 2018-03-04 18:13:23 -08:00
devtools Merge remote-tracking branch 'bitcoin/0.16' 2018-06-17 18:55:26 -07:00
gitian-descriptors Litecoin: Update gitian descriptors 2018-02-26 18:57:17 -08:00
gitian-keys Litecoin: Developer gpg keys 2018-02-26 18:57:17 -08:00
init Merge #11676: contrib/init: Update openrc-run filename 2017-11-13 17:01:46 -05:00
linearize Litecoin: Branding 2018-03-15 15:25:31 -07:00
macdeploy Litecoin: Branding 2018-03-15 15:25:31 -07:00
qos Litecoin: Protocol and default settings 2018-03-04 18:13:23 -08:00
rpm Litecoin: Protocol and default settings 2018-03-04 18:13:23 -08:00
seeds Litecoin: Update hardcoded seeds 2018-03-15 15:25:39 -07:00
testgen Litecoin: M prefix added for script addresses 2018-03-15 16:47:12 -07:00
verify-commits Fix CVE-2018-12356 by hardening the regex. (#503) 2018-06-17 18:56:01 -07:00
verifybinaries Fix incorrect quoting of quotes (the previous quotes had no effect beyond unquoting) 2017-10-18 17:10:23 +02:00
windeploy Litecoin: Update windeploy cert and timestamping server 2018-03-15 15:57:24 -07:00
zmq Litecoin: Branding 2018-06-17 19:01:58 -07:00
bitcoin-cli.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoin-qt.pro Rename rpcconsole.ui => debugwindow.ui 2015-09-23 10:27:39 +02:00
bitcoin-tx.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoind.bash-completion Fix inconsistencies and grammar in various files 2017-06-27 19:59:07 +12:00
filter-lcov.py Filter subtrees and and benchmarks from coverage report 2017-06-12 15:53:30 -07:00
gitian-build.sh Litecoin: Update gitian descriptors 2018-02-26 18:57:17 -08:00
install_db4.sh [contrib] Add --disable-replication to install_db4 2018-01-05 08:37:22 +08:00
README.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
tidy_datadir.sh Litecoin: Branding 2018-03-15 15:25:31 -07:00
valgrind.supp contrib: Add Valgrind suppressions file 2017-08-16 21:39:31 +02:00

Repository Tools

Developer tools

Specific tools for developers working on this repository. Contains the script github-merge.py for merging GitHub pull requests securely and signing them using GPG.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the above github-merge.py script.

Linearize

Construct a linear, no-fork, best version of the blockchain.

Qos

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Litecoin network. This means one can have an always-on litecoind instance running, and another local litecoind/litecoin-qt instance which connects to this node and receives blocks from it.

Seeds

Utility to generate the pnSeed[] array that is compiled into the client.

Build Tools and Keys

Debian

Contains files used to package litecoind/litecoin-qt for Debian-based Linux systems. If you compile litecoind/litecoin-qt yourself, there are some useful files here.

Gitian-descriptors

Files used during the gitian build process. For more information about gitian, see the the Bitcoin Core documentation repository.

Gitian-keys

PGP keys used for signing Litecoin Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

RPM

RPM spec file for building blitecoin-core on RPM based distributions.

Gitian-build

Script for running full Gitian builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Litecoin tests.

Verify Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from litecoin.org.