Jan Berdajs
2d66c44b42
Add debug-log documentation and enable it by default
2014-07-06 01:21:25 +02:00
ystarnaud
a96048e782
Update configuration.md
2014-07-04 23:41:15 -04:00
Jan Berdajs
30d0a9be78
Deprecating "difficulty-multiplier" setting
2014-07-03 19:30:47 +02:00
ystarnaud
171e5dd824
Update configuration.md
...
Added extra specifications on the algorithm parameters.
2014-07-02 15:17:24 -04:00
ystarnaud
b3d6e5bacb
Update configuration.md
...
Clarification on hamsi-expand-big
2014-07-02 09:50:59 -04:00
ystarnaud
d211d5b9bf
Update configuration.md
2014-07-01 09:27:44 -04:00
ystarnaud
2df1924688
Update configuration.md
...
Updated config file section for remote config files.
2014-07-01 09:26:40 -04:00
ystarnaud
16361a6f8e
Update configuration.md
...
Updated information about `includes` and `hamsi-short`.
2014-07-01 09:19:09 -04:00
Jan Berdajs
ba7c4892fb
Remove obsolete benchmark mode
...
This mode/setting is unusable left-over from SHA-256 cgminer. It does not work with Scrypt or other algorithms that are used in sgminer. Removed in single commit so it can be used as reference, if benchmark mode is added in the future.
2014-06-30 21:44:44 +02:00
ystarnaud
1fb86b3377
Update configuration.md
2014-06-21 04:47:31 -04:00
ystarnaud
5e8bba2af9
Update configuration.md
...
Added more details about the default profile, globals and profiles along with example configurations.
2014-06-21 04:46:05 -04:00
ystarnaud
4021704e68
Update configuration.md
2014-06-20 16:53:00 +03:00
ystarnaud
e7881ff9f7
Update configuration.md
2014-06-20 16:53:00 +03:00
ystarnaud
4c3352b8a0
Update configuration.md (19 squashed commits).
2014-06-20 16:52:42 +03:00
Jan Berdajs
ff787bcfbd
add docs about the new hamsi-expand-big setting
2014-06-08 20:42:59 +02:00
Jan Berdajs
2ec09155e6
per-pool gpu-fan
2014-05-30 00:00:36 +02:00
Jan Berdajs
33023de410
more documentation
2014-05-29 02:22:22 +02:00
Jan Berdajs
0bbf5550a8
add docs about new pool-specific options, and note about the current bad config parser
2014-05-27 04:19:26 +02:00
Noel Maersk
0dcb6ca498
doc: clarify algorithm
usage in a config file pool section.
2014-04-07 23:14:27 +03:00
Jan Berdajs
c2131df6aa
add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown)
2014-03-31 21:05:20 +02:00
Noel Maersk
ef14022929
misc: typo in doc/configuration.md
2014-03-15 17:39:20 +02:00
Noel Maersk
bf2ca7be0b
doc: update doc/configuration.md with algorithm
aliases.
2014-03-14 22:00:14 +02:00
Noel Maersk
4ed13e44a3
doc: update configuration.md with latest on --algorithm and --nfactor.
...
Should close https://github.com/veox/sgminer/issues/126
2014-03-07 02:35:57 +02:00
Noel Maersk
92b7770212
config: add --algorithm
option and documentation.
...
Doc in `doc/configuration.md` (has to be started sometime, no?).
Configuration function has to be lamely-named set_algo(), because
set_algorithm() is already declared in algorithm.h (prevent namespace
conflict).
algorithm has to be added as global variable due to the way the
callback is done (by CCAN/opt, which in itself is nice).
This can be cleaned up significantly by (at least) introducing a
global configuration struct, but there is no reason to do it now
just for this - better a wholesale manana.
2014-03-07 02:27:00 +02:00