zcash_script/depend/zcash/contrib
teor b9123c6968 Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
..
bitrpc Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
ci-builders Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
ci-workers Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
debian Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
devtools Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
docker Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
gitian-descriptors Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
gitian-downloader Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
linearize Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
macdeploy Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
metrics Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
qos Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
seeds Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
simulations Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
testgen Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
zmq Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
README.md Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
zcash-cli.bash-completion Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
zcash-tx.bash-completion Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
zcashd.bash-completion Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00

README.md

*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

Wallet Tools

BitRPC

Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.

Repository Tools

Developer tools

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

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 Bitcoin network. This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-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 bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

Gitian-descriptors

Gavin's notes on getting gitian builds up and running using KVM.

Gitian-downloader

Various PGP files of core developers.

Test and Verify Tools

TestGen

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