1 *** Warning: This document has not been updated for Zcash and may be inaccurate. ***
6 ### [BitRPC](/contrib/bitrpc) ###
7 Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
9 ### [SpendFrom](/contrib/spendfrom) ###
11 Use the raw transactions API to send coins received on a particular
12 address (or addresses).
17 ### [Developer tools](/contrib/devtools) ###
18 Specific tools for developers working on this repository.
19 Contains the script `github-merge.sh` for merging github pull requests securely and signing them using GPG.
21 ### [Verify-Commits](/contrib/verify-commits) ###
22 Tool to verify that every merge commit was signed by a developer using the above `github-merge.sh` script.
24 ### [Linearize](/contrib/linearize) ###
25 Construct a linear, no-fork, best version of the blockchain.
27 ### [Qos](/contrib/qos) ###
29 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.
31 ### [Seeds](/contrib/seeds) ###
32 Utility to generate the pnSeed[] array that is compiled into the client.
37 ### [Debian](/contrib/debian) ###
38 Contains files used to package bitcoind/bitcoin-qt
39 for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
41 ### [Gitian-descriptors](/contrib/gitian-descriptors) ###
42 Gavin's notes on getting gitian builds up and running using KVM.
44 ### [Gitian-downloader](/contrib/gitian-downloader)
45 Various PGP files of core developers.
47 ### [MacDeploy](/contrib/macdeploy) ###
48 Scripts and notes for Mac builds.
53 ### [TestGen](/contrib/testgen) ###
54 Utilities to generate test vectors for the data-driven Bitcoin tests.
56 ### [Test Patches](/contrib/test-patches) ###
57 These patches are applied when the automated pull-tester
58 tests each pull and when master is tested using jenkins.
60 ### [Verify SF Binaries](/contrib/verifysfbinaries) ###
61 This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.