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