Skip to content

Commit 4a102fa

Browse files
committed
Merge pull request #4047
494cbf8 /contrib index reorg (super3)
2 parents 8da64ca + 494cbf8 commit 4a102fa

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

contrib/README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
1-
Python Tools
1+
Wallet Tools
22
---------------------
33

44
### [BitRPC](/contrib/bitrpc) ###
55
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
66

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+
### [Linearize](/contrib/linearize) ###
20+
Construct a linear, no-fork, best version of the blockchain.
21+
722
### [PyMiner](/contrib/pyminer) ###
823

924
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.
1025

11-
### [SpendFrom](/contrib/spendfrom) ###
26+
### [Qos](/contrib/qos) ###
1227

13-
Use the raw transactions API to send coins received on a particular
14-
address (or addresses).
28+
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.
1529

16-
### WalletTools
17-
Removed. Please see [/contrib/bitrpc](/contrib/bitrpc).
30+
### [Seeds](/contrib/seeds) ###
31+
Utility to generate the pnSeed[] array that is compiled into the client.
1832

19-
Repository Tools
33+
Build Tools and Keys
2034
---------------------
2135

2236
### [Debian](/contrib/debian) ###
@@ -29,18 +43,11 @@ Gavin's notes on getting gitian builds up and running using KVM.
2943
### [Gitian-downloader](/contrib/gitian-downloader)
3044
Various PGP files of core developers.
3145

32-
### [Linearize](/contrib/linearize) ###
33-
Construct a linear, no-fork, best version of the blockchain.
34-
3546
### [MacDeploy](/contrib/macdeploy) ###
3647
Scripts and notes for Mac builds.
3748

38-
### [Qos](/contrib/qos) ###
39-
40-
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.
41-
42-
### [Seeds](/contrib/seeds) ###
43-
Utility to generate the pnSeed[] array that is compiled into the client.
49+
Test and Verify Tools
50+
---------------------
4451

4552
### [TestGen](/contrib/testgen) ###
4653
Utilities to generate test vectors for the data-driven Bitcoin tests.
@@ -51,8 +58,3 @@ tests each pull and when master is tested using jenkins.
5158

5259
### [Verify SF Binaries](/contrib/verifysfbinaries) ###
5360
This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.
54-
55-
### [Developer tools](/contrib/devtools) ###
56-
Specific tools for developers working on this repository.
57-
Contains the script `github-merge.sh` for merging github pull requests securely and signing them using GPG.
58-

0 commit comments

Comments
 (0)