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