]> Git Repo - VerusCoin.git/blame - contrib/README.md
Auto merge of #2769 - syd0:rename-bitcoin-bash-completion, r=str4d
[VerusCoin.git] / contrib / README.md
CommitLineData
e71162e0
DH
1*** Warning: This document has not been updated for Zcash and may be inaccurate. ***
2
494cbf83 3Wallet Tools
0aa9851b 4---------------------
5
27e2d8bf 6### [BitRPC](/contrib/bitrpc) ###
14f870ce 7Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
8
494cbf83 9### [SpendFrom](/contrib/spendfrom) ###
10
11Use the raw transactions API to send coins received on a particular
12address (or addresses).
13
14Repository Tools
15---------------------
16
17### [Developer tools](/contrib/devtools) ###
18Specific tools for developers working on this repository.
19Contains the script `github-merge.sh` for merging github pull requests securely and signing them using GPG.
20
adaa5687
MC
21### [Verify-Commits](/contrib/verify-commits) ###
22Tool to verify that every merge commit was signed by a developer using the above `github-merge.sh` script.
23
494cbf83 24### [Linearize](/contrib/linearize) ###
25Construct a linear, no-fork, best version of the blockchain.
26
494cbf83 27### [Qos](/contrib/qos) ###
14f870ce 28
92b8587e 29A 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.
14f870ce 30
494cbf83 31### [Seeds](/contrib/seeds) ###
32Utility to generate the pnSeed[] array that is compiled into the client.
14f870ce 33
494cbf83 34Build Tools and Keys
14f870ce 35---------------------
27e2d8bf 36
0aa9851b 37### [Debian](/contrib/debian) ###
38Contains files used to package bitcoind/bitcoin-qt
39for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
40
41### [Gitian-descriptors](/contrib/gitian-descriptors) ###
42Gavin's notes on getting gitian builds up and running using KVM.
43
44### [Gitian-downloader](/contrib/gitian-downloader)
45Various PGP files of core developers.
46
27e2d8bf 47### [MacDeploy](/contrib/macdeploy) ###
0aa9851b 48Scripts and notes for Mac builds.
49
494cbf83 50Test and Verify Tools
51---------------------
0aa9851b 52
0aa9851b 53### [TestGen](/contrib/testgen) ###
27e2d8bf 54Utilities to generate test vectors for the data-driven Bitcoin tests.
55
56### [Test Patches](/contrib/test-patches) ###
57These patches are applied when the automated pull-tester
58tests each pull and when master is tested using jenkins.
59
60### [Verify SF Binaries](/contrib/verifysfbinaries) ###
61This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.
This page took 0.099937 seconds and 4 git commands to generate.