Browse Source

Change recommendation to intensity 9 for dedicated miners.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
e95006c216
  1. 6
      README

6
README

@ -149,11 +149,11 @@ cgminer -o http://pool:port -u username -p password
Single pool, dedicated miner: Single pool, dedicated miner:
cgminer -o http://pool:port -u username -p password -I 8 cgminer -o http://pool:port -u username -p password -I 9
Multiple pool, dedicated miner: Multiple pool, dedicated miner:
cgminer -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password -I 8 cgminer -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password -I 9
--- ---
@ -223,7 +223,7 @@ I is current Intensity (changes in dynamic mode).
NOTE: Running intensities above 9 with current hardware is likely to only 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 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 starting baseline intensity to try on dedicated miners is 9. Higher values are
there to cope with future improvements in hardware. there to cope with future improvements in hardware.
--- ---

Loading…
Cancel
Save