kevacoin/contrib
2020-04-12 22:25:16 -07: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
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
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
bitcoin-qt.pro Implemented GUI for Keva operations. 2020-04-12 22:25:16 -07:00
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py
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

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.