Browse Source

doc: update configuration.md with latest on --algorithm and --nfactor.

Should close https://github.com/veox/sgminer/issues/126
build-mingw
Noel Maersk 11 years ago
parent
commit
4ed13e44a3
  1. 18
      doc/configuration.md

18
doc/configuration.md

@ -10,9 +10,11 @@
Allows choosing between the few mining algorithms for incompatible Allows choosing between the few mining algorithms for incompatible
cryptocurrencies. cryptocurrencies.
Requires a string. *Argument:* string
Currently supported: *Default:* `default`
*Supported:*
* `adaptive-nfactor` - Vertcoin-style adaptive N-factor scrypt. * `adaptive-nfactor` - Vertcoin-style adaptive N-factor scrypt.
N-factor defaults to 11. N-factor defaults to 11.
@ -21,6 +23,14 @@ N-factor defaults to 11.
### nfactor ### nfactor
Overrides the default N-factor scrypt parameter. Overrides the default scrypt parameter N, specified as the factor of 2
(`N = 2^nfactor`).
*Argument:* whole number (>1).
*Default:* depends on `algorithm`; otherwise `10`.
## CLI-only options
Requires an unsigned integer. *TODO*

Loading…
Cancel
Save