Browse Source

Update configuration.md

Added extra specifications on the algorithm parameters.
djm34
ystarnaud 11 years ago
parent
commit
171e5dd824
  1. 16
      doc/configuration.md

16
doc/configuration.md

@ -717,6 +717,8 @@ Set GPU lookup gap for scrypt mining. @@ -717,6 +717,8 @@ Set GPU lookup gap for scrypt mining.
*Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"lookup-gap":"<value>"`
*Command Line Syntax:* `--lookup-gap "<value>"` `--pool-lookup-gap "<value>"` `--profile-lookup-gap "<value>"`
@ -733,6 +735,8 @@ Overrides the default scrypt parameter N, specified as the factor of 2 (`N = 2^n @@ -733,6 +735,8 @@ Overrides the default scrypt parameter N, specified as the factor of 2 (`N = 2^n
*Available*: Global, Pool, Profile
*Algorithms*: `nscrypt`
*Config File Syntax:* `"nfactor":"<value>"`
*Command Line Syntax:* `--nfactor <value>` `--pool-nfactor <value>` `--profile-nfactor <value>`
@ -749,6 +753,8 @@ Sets SPH_HAMSI_EXPAND_BIG for X13 derived algorithms. Values `"4"` and `"1"` are @@ -749,6 +753,8 @@ Sets SPH_HAMSI_EXPAND_BIG for X13 derived algorithms. Values `"4"` and `"1"` are
*Available*: Global
*Algorithms*: `X13` `X14` `X15`
*Config File Syntax:* `"hamsi-expand-big":"<value>"`
*Command Line Syntax:* `--hamsi-expand-big <value>`
@ -765,6 +771,8 @@ Sets SPH_HAMSI_SHORT for X13 derived algorithms. Changing this may improve hashr @@ -765,6 +771,8 @@ Sets SPH_HAMSI_SHORT for X13 derived algorithms. Changing this may improve hashr
*Available*: Global
*Algorithms*: `X13` `X14` `X15`
*Config File Syntax:* `"hamsi-short":true`
*Command Line Syntax:* `--hamsi-short`
@ -777,10 +785,12 @@ Sets SPH_HAMSI_SHORT for X13 derived algorithms. Changing this may improve hashr @@ -777,10 +785,12 @@ Sets SPH_HAMSI_SHORT for X13 derived algorithms. Changing this may improve hashr
### shaders
Number of shaders per GPU for algorithm tuning.
Number of shaders per GPU for algorithm tuning. This is used to calculate `thread-concurrency` if not specified.
*Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"shaders":"<value>"`
*Command Line Syntax:* `--shaders "<value>"` `--pool-shaders "<value>"` `--profile-shaders "<value>"`
@ -797,6 +807,8 @@ Number of concurrent threads per GPU for mining. @@ -797,6 +807,8 @@ Number of concurrent threads per GPU for mining.
*Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"thread-concurrency":"<value>"`
*Command Line Syntax:* `--thread-concurrency "<value>"` `--pool-thread-concurrency "<value>"` `--profile-thread-concurrency "<value>"`
@ -813,6 +825,8 @@ Amount of work handled by GPUs per work request. @@ -813,6 +825,8 @@ Amount of work handled by GPUs per work request.
*Available*: Global, Pool, Profile
*Algorithms*: `all`
*Config File Syntax:* `"worksize":"<value>"`
*Command Line Syntax:* `--worksize "<value>"` `-w "<value>"` `--pool-worksize "<value>"` `--profile-worksize "<value>"`

Loading…
Cancel
Save