Skip to content

Commit cdb4193

Browse files
committed
Merge pull request #4557
92b8587 Update README.md (elkingtowa)
2 parents 3bc4fd9 + 92b8587 commit cdb4193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Construct a linear, no-fork, best version of the blockchain.
2121

2222
### [PyMiner](/contrib/pyminer) ###
2323

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.
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 in order to study and develop other mining programs.
2525

2626
### [Qos](/contrib/qos) ###
2727

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.
28+
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.
2929

3030
### [Seeds](/contrib/seeds) ###
3131
Utility to generate the pnSeed[] array that is compiled into the client.

0 commit comments

Comments
 (0)