@ -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
*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.