1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

Update configuration.md

Added extra specifications on the algorithm parameters.
This commit is contained in:
ystarnaud 2014-07-02 15:17:24 -04:00
parent 69ab3a8cf4
commit 171e5dd824

View File

@ -717,6 +717,8 @@ Set GPU lookup gap for scrypt mining.
*Available*: Global, Pool, Profile *Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"lookup-gap":"<value>"` *Config File Syntax:* `"lookup-gap":"<value>"`
*Command Line Syntax:* `--lookup-gap "<value>"` `--pool-lookup-gap "<value>"` `--profile-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
*Available*: Global, Pool, Profile *Available*: Global, Pool, Profile
*Algorithms*: `nscrypt`
*Config File Syntax:* `"nfactor":"<value>"` *Config File Syntax:* `"nfactor":"<value>"`
*Command Line Syntax:* `--nfactor <value>` `--pool-nfactor <value>` `--profile-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
*Available*: Global *Available*: Global
*Algorithms*: `X13` `X14` `X15`
*Config File Syntax:* `"hamsi-expand-big":"<value>"` *Config File Syntax:* `"hamsi-expand-big":"<value>"`
*Command Line 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
*Available*: Global *Available*: Global
*Algorithms*: `X13` `X14` `X15`
*Config File Syntax:* `"hamsi-short":true` *Config File Syntax:* `"hamsi-short":true`
*Command Line Syntax:* `--hamsi-short` *Command Line Syntax:* `--hamsi-short`
@ -777,10 +785,12 @@ Sets SPH_HAMSI_SHORT for X13 derived algorithms. Changing this may improve hashr
### shaders ### 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 *Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"shaders":"<value>"` *Config File Syntax:* `"shaders":"<value>"`
*Command Line Syntax:* `--shaders "<value>"` `--pool-shaders "<value>"` `--profile-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.
*Available*: Global, Pool, Profile *Available*: Global, Pool, Profile
*Algorithms*: `scrypt` `nscrypt`
*Config File Syntax:* `"thread-concurrency":"<value>"` *Config File Syntax:* `"thread-concurrency":"<value>"`
*Command Line Syntax:* `--thread-concurrency "<value>"` `--pool-thread-concurrency "<value>"` `--profile-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.
*Available*: Global, Pool, Profile *Available*: Global, Pool, Profile
*Algorithms*: `all`
*Config File Syntax:* `"worksize":"<value>"` *Config File Syntax:* `"worksize":"<value>"`
*Command Line Syntax:* `--worksize "<value>"` `-w "<value>"` `--pool-worksize "<value>"` `--profile-worksize "<value>"` *Command Line Syntax:* `--worksize "<value>"` `-w "<value>"` `--pool-worksize "<value>"` `--profile-worksize "<value>"`