|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
|
-This is a multi-threaded CPU and GPU miner for bitcoin.
|
|
|
+This is a multi-threaded multi-pool CPU and GPU miner for bitcoin.
|
|
|
|
|
|
License: GPLv2. See COPYING for details.
|
|
|
|
|
|
@@ -66,6 +66,22 @@ Native WIN32 build instructions (on mingw32, on windows):
|
|
|
|
|
|
Usage instructions: Run "cgminer --help" to see options.
|
|
|
|
|
|
+
|
|
|
+EXECUTIVE SUMMARY ON USAGE:
|
|
|
+
|
|
|
+Single pool, regular desktop:
|
|
|
+
|
|
|
+cgminer -o http://pool:port -u username -p password
|
|
|
+
|
|
|
+Single pool, dedicated miner:
|
|
|
+
|
|
|
+cgminer -o http://pool:port -u username -p password -I 8
|
|
|
+
|
|
|
+Multiple pool, dedicated miner:
|
|
|
+
|
|
|
+cgminer -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password -I 8
|
|
|
+
|
|
|
+
|
|
|
Also many issues and FAQs are covered in the forum thread
|
|
|
dedicated to this program,
|
|
|
http://forum.bitcoin.org/index.php?topic=28402.0
|
|
|
@@ -100,4 +116,4 @@ I is current Intensity (changes in dynamic mode).
|
|
|
NOTE: Running intensities above 9 with current hardware is likely to only
|
|
|
diminish return performance even if the hash rate might appear better. A good
|
|
|
starting baseline intensity to try on dedicated miners is 8. Higher values are
|
|
|
-there to cope with future improvements in hardware.
|
|
|
+there to cope with future improvements in hardware.
|