You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/README.md
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,36 @@
1
-
Python Tools
1
+
Wallet Tools
2
2
---------------------
3
3
4
4
### [BitRPC](/contrib/bitrpc) ###
5
5
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
6
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
+
### [Linearize](/contrib/linearize) ###
20
+
Construct a linear, no-fork, best version of the blockchain.
21
+
7
22
### [PyMiner](/contrib/pyminer) ###
8
23
9
24
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.
10
25
11
-
### [SpendFrom](/contrib/spendfrom) ###
26
+
### [Qos](/contrib/qos) ###
12
27
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.
15
29
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.
18
32
19
-
Repository Tools
33
+
Build Tools and Keys
20
34
---------------------
21
35
22
36
### [Debian](/contrib/debian) ###
@@ -29,18 +43,11 @@ Gavin's notes on getting gitian builds up and running using KVM.
Construct a linear, no-fork, best version of the blockchain.
34
-
35
46
### [MacDeploy](/contrib/macdeploy) ###
36
47
Scripts and notes for Mac builds.
37
48
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
+
---------------------
44
51
45
52
### [TestGen](/contrib/testgen) ###
46
53
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.
51
58
52
59
### [Verify SF Binaries](/contrib/verifysfbinaries) ###
53
60
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.
0 commit comments