• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H29-Apr-2020-157140

devtools/H29-Apr-2020-2,1971,617

gitian-descriptors/H29-Apr-2020-643578

gitian-keys/H03-May-2022-3524

init/H29-Apr-2020-358265

linearize/H29-Apr-2020-581446

macdeploy/H03-May-2022-1,7971,408

qos/H29-Apr-2020-6926

seeds/H03-May-2022-335251

testgen/H29-Apr-2020-379301

verify-commits/H29-Apr-2020-829749

verifybinaries/H29-Apr-2020-221149

windeploy/H29-Apr-2020-7261

zmq/H29-Apr-2020-177138

README.mdH A D29-Apr-20202 KiB4932

bitcoin-cli.bash-completionH A D29-Apr-20204.7 KiB155138

bitcoin-qt.proH A D29-Apr-2020756 2220

bitcoin-tx.bash-completionH A D29-Apr-20201.6 KiB5849

bitcoind.bash-completionH A D29-Apr-20201.6 KiB5749

filter-lcov.pyH A D29-Apr-2020950 2620

gitian-build.pyH A D29-Apr-202013.6 KiB234192

install_db4.shH A D29-Apr-20202.4 KiB8862

valgrind.suppH A D29-Apr-20201.2 KiB4443

README.md

1Repository Tools
2---------------------
3
4### [Developer tools](/contrib/devtools) ###
5Specific tools for developers working on this repository.
6Contains the script `github-merge.py` for merging GitHub pull requests securely and signing them using GPG.
7
8### [Verify-Commits](/contrib/verify-commits) ###
9Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.
10
11### [Linearize](/contrib/linearize) ###
12Construct a linear, no-fork, best version of the blockchain.
13
14### [Qos](/contrib/qos) ###
15
16A 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.
17
18### [Seeds](/contrib/seeds) ###
19Utility to generate the pnSeed[] array that is compiled into the client.
20
21Build Tools and Keys
22---------------------
23
24### Packaging ###
25The [Debian](/contrib/debian) subfolder contains the copyright file.
26
27All other packaging related files can be found in the [bitcoin-core/packaging](https://github.com/bitcoin-core/packaging) repository.
28
29### [Gitian-descriptors](/contrib/gitian-descriptors) ###
30Files used during the gitian build process. For more information about gitian, see the [the Bitcoin Core documentation repository](https://github.com/bitcoin-core/docs).
31
32### [Gitian-keys](/contrib/gitian-keys)
33PGP keys used for signing Litecoin Core [Gitian release](/doc/release-process.md) results.
34
35### [MacDeploy](/contrib/macdeploy) ###
36Scripts and notes for Mac builds.
37
38### [Gitian-build](/contrib/gitian-build.py) ###
39Script for running full Gitian builds.
40
41Test and Verify Tools
42---------------------
43
44### [TestGen](/contrib/testgen) ###
45Utilities to generate test vectors for the data-driven Litecoin tests.
46
47### [Verify Binaries](/contrib/verifybinaries) ###
48This script attempts to download and verify the signature file SHA256SUMS.asc from litecoin.org.
49