Merge pull request #5486
[bitcoinplatinum.git] / contrib / README.md
blob7d4b91e887f8e72fed16889c7d8a53c77d5cf5fc
1 Wallet Tools
2 ---------------------
4 ### [BitRPC](/contrib/bitrpc) ###
5 Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
7 ### [SpendFrom](/contrib/spendfrom) ###
9 Use the raw transactions API to send coins received on a particular
10 address (or addresses).
12 Repository Tools
13 ---------------------
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.
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.
22 ### [Linearize](/contrib/linearize) ###
23 Construct a linear, no-fork, best version of the blockchain.
25 ### [Qos](/contrib/qos) ###
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.
29 ### [Seeds](/contrib/seeds) ###
30 Utility to generate the pnSeed[] array that is compiled into the client.
32 Build Tools and Keys
33 ---------------------
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.
39 ### [Gitian-descriptors](/contrib/gitian-descriptors) ###
40 Gavin's notes on getting gitian builds up and running using KVM.
42 ### [Gitian-downloader](/contrib/gitian-downloader)
43 Various PGP files of core developers. 
45 ### [MacDeploy](/contrib/macdeploy) ###
46 Scripts and notes for Mac builds. 
48 Test and Verify Tools 
49 ---------------------
51 ### [TestGen](/contrib/testgen) ###
52 Utilities to generate test vectors for the data-driven Bitcoin tests.
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.
58 ### [Verify SF Binaries](/contrib/verifysfbinaries) ###
59 This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.