kevacoin/contrib
2020-01-15 14:13:40 -08:00
..
debian Litecoin: Protocol and default settings 2018-03-04 18:13:23 -08:00
devtools Changed more litecoin to kevacoin. 2019-03-29 11:33:35 -07:00
gitian-descriptors More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -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 More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
macdeploy More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
qos More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
rpm Litecoin: Protocol and default settings 2018-03-04 18:13:23 -08:00
seeds Ready for mainnet. 2020-01-15 14:13:40 -08:00
testgen More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08: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 More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
zmq More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08: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 More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
install_db4.sh [contrib] Add --disable-replication to install_db4 2018-01-05 08:37:22 +08:00
README.md More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
tidy_datadir.sh More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08: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 Kevacoin network. This means one can have an always-on kevacoind instance running, and another local kevacoind/kevacoin-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 kevacoind/kevacoin-qt for Debian-based Linux systems. If you compile kevacoind/kevacoin-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 Kevacoin 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 Kevacoin tests.

Verify Binaries

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