@ -44,27 +44,18 @@ If you use any of these options for a pool, then **you must** set that option
@@ -44,27 +44,18 @@ 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
Overrides the default scrypt parameter N for a specific pool.
See `nfactor`.
### pool-intensity
Overrides intensity. See `intensity`.
### pool-xintensity
Overrides xintensity. See `xintensity`.
### pool-rawintensity
Overrides rawintensity. See `rawintensity`.
Options that can be configured have a `pool-` prefix and work the same as the
@ -16,7 +15,9 @@ such as (but not necessarily limited to) `thread-concurrency`, `intensity`,
@@ -16,7 +15,9 @@ such as (but not necessarily limited to) `thread-concurrency`, `intensity`,
A description of how to do this is available in `doc/MINING.md`.
### alexkarnew
### Scrypt kernels
#### alexkarnew
Alexey Karimov's optimised kernel, based on `ckolivas`. For Catalyst >=13.4.
@ -25,7 +26,7 @@ Only supports `vectors=1`.
@@ -25,7 +26,7 @@ Only supports `vectors=1`.
Bufius' optimised kernel, based on `ckolivas`. Merged from vertminer.
Only supports `vectors=1` and `lookup-gap` 2, 4 or 8.
### ckolivas
#### ckolivas
The original Colin Percival `scrypt` kernel, maintained for a long time by
Con Kolivas in `cgminer` and renamed to reflect the fact.
@ -49,14 +50,14 @@ Con Kolivas in `cgminer` and renamed to reflect the fact.
@@ -49,14 +50,14 @@ Con Kolivas in `cgminer` and renamed to reflect the fact.