mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 22:38:01 +00:00
add docs about new pool-specific options, and note about the current bad config parser
This commit is contained in:
parent
efe1ebd7ae
commit
0bbf5550a8
@ -26,12 +26,6 @@ option for that pool only. Otherwise sets the default.
|
|||||||
* everything else - currently defaults to `scrypt`, subject to change
|
* everything else - currently defaults to `scrypt`, subject to change
|
||||||
without warning.
|
without warning.
|
||||||
|
|
||||||
|
|
||||||
### pool-algorithm
|
|
||||||
|
|
||||||
Allows choosing the algorithm for a specific pool. See `algorithm`.
|
|
||||||
|
|
||||||
|
|
||||||
### nfactor
|
### nfactor
|
||||||
|
|
||||||
Overrides the default scrypt parameter N, specified as the factor of 2
|
Overrides the default scrypt parameter N, specified as the factor of 2
|
||||||
@ -44,12 +38,33 @@ option for that pool only. Otherwise sets the default.
|
|||||||
|
|
||||||
*Default:* depends on `algorithm`; otherwise `10`.
|
*Default:* depends on `algorithm`; otherwise `10`.
|
||||||
|
|
||||||
|
## Pool-specific configuration
|
||||||
|
|
||||||
|
If you use any of these options for a pool, then **you must** set that option
|
||||||
|
for every pool. This is necessary due to current poor implementation of
|
||||||
|
sgminer config parser.
|
||||||
|
|
||||||
|
### pool-algorithm
|
||||||
|
|
||||||
|
Allows choosing the algorithm for a specific pool. See `algorithm`.
|
||||||
|
|
||||||
### pool-nfactor
|
### pool-nfactor
|
||||||
|
|
||||||
Overrides the default scrypt parameter N for a specific pool.
|
Overrides the default scrypt parameter N for a specific pool.
|
||||||
See `nfactor`.
|
See `nfactor`.
|
||||||
|
|
||||||
|
### pool-intensity
|
||||||
|
|
||||||
|
Overrides intensity. See `intensity`.
|
||||||
|
|
||||||
|
### pool-xintensity
|
||||||
|
|
||||||
|
Overrides xintensity. See `xintensity`.
|
||||||
|
|
||||||
|
### pool-rawintensity
|
||||||
|
|
||||||
|
Overrides rawintensity. See `rawintensity`.
|
||||||
|
|
||||||
|
|
||||||
## CLI-only options
|
## CLI-only options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user