]> Git Repo - VerusCoin.git/blob - contrib/README.md
Merge pull request #2645 from sipa/inlinesighash
[VerusCoin.git] / contrib / README.md
1 Contrib Index
2 ---------------------
3
4 ### [BitRPC](/contrib/bitrpc) ###
5 Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
6
7 ### [Debian](/contrib/debian) ###
8 Contains files used to package bitcoind/bitcoin-qt
9 for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
10
11 ### [Gitian-descriptors](/contrib/gitian-descriptors) ###
12 Gavin's notes on getting gitian builds up and running using KVM.
13
14 ### [Gitian-downloader](/contrib/gitian-downloader)
15 Various PGP files of core developers. 
16
17 ### [Linearize](/contrib/linearize) ###
18 Construct a linear, no-fork, best version of the blockchain.
19
20 ### [MacDeploy](/contrib/macdeploy) ###
21 Scripts and notes for Mac builds. 
22
23 ### [PyMiner](/contrib/pyminer) ###
24
25 This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and therefore very, very slow.  The purpose is to provide a reference implementation of a miner, for study.
26
27 ### [Qos](/contrib/qos) ###
28
29 A Linux bash script that will set up 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.
30
31 ### [Seeds](/contrib/seeds) ###
32 Utility to generate the pnSeed[] array that is compiled into the client.
33
34 ### [SpendFrom](/contrib/spendfrom) ###
35
36 Use the raw transactions API to send coins received on a particular
37 address (or addresses).
38
39 ### [TestGen](/contrib/testgen) ###
40 Utilities to generate test vectors for the data-driven Bitcoin tests.
41
42 ### [Test Patches](/contrib/test-patches) ###
43 These patches are applied when the automated pull-tester
44 tests each pull and when master is tested using jenkins.
45
46 ### [Verify SF Binaries](/contrib/verifysfbinaries) ###
47 This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.
48
49 ### [Wallet Tools](/contrib/wallettools) ###
50 Contains a wallet change password and unlock script.
This page took 0.026947 seconds and 4 git commands to generate.