Noel Maersk
0677b9564e
Merge branch 'master' into v5_0
...
Conflicts (resolved):
NEWS.md
sgminer.c
util.c
11 years ago
Noel Maersk
92d2256dda
Bump version to 4.2.2.
11 years ago
Noel Maersk
ae941268bd
tools: update_changelog.sh and entire ChangeLog.
11 years ago
ystarnaud
82518d6396
Merge pull request #291 from Elbandi/v5_0
...
Fix typo
11 years ago
Elbandi
cc699e1d37
Fix typo
11 years ago
ystarnaud
044bf70901
Nfactor fix
...
Sometimes the json parser, will read/apply nfactor before algorithm is set. When that is the case, set_algorithm() will reset nfactor to 10 preventing nscrypt from loading properly. Corrected the function to use previously set nfactor or default to 10.
11 years ago
Noel Maersk
78014ab0d5
work queue: verbose log as to why staged work is being discarded.
11 years ago
ystarnaud
7024d14c88
Fix high fan issue at startup/algo switch
...
Was setting fan speed to gpu_fan (which is the max) instead of min_fan on GPU settings change.
11 years ago
ystarnaud
f0527d3d43
Fix high fan issue at startup/algo switch
...
Was setting fan speed to gpu_fan (which is the max) instead of min_fan on GPU settings change.
11 years ago
ystarnaud
99082f4269
GPU initialization update
...
Undo 212009a48a
as it caused some issues with some pools and configs.
11 years ago
ystarnaud
212009a48a
GPU Initialization update
...
Moved the GPU initialization block to happen when a pool is actually switched to. Sometimes the first pool alive isn't the first pool switched to. This would result in unnecessary kernel loading if the first pool detected alive isn't used right away.
11 years ago
ystarnaud
76287736e2
Fixed GPU initialization
...
Fixed the GPU initialization to happen only after the first pool alive is switched to. This way no unnecessary kernels are loaded.
11 years ago
ystarnaud
e9b82991ec
60 second quit fix after algo switch
11 years ago
ystarnaud
b91f2d3501
60 second quit fix after algo switch
11 years ago
ystarnaud
3a728e65fb
Fix possible config issue
...
Fixing a possible problem where loading default profile would override global level options.
11 years ago
ystarnaud
416c6b68bf
Update AUTHORS.md
11 years ago
troky
c78f14d7e1
Update windows-build.txt
11 years ago
ystarnaud
0bdb7d340a
Fix issue compiling in mingw32
11 years ago
ystarnaud
4278c8773b
Fixed kernel problems under 13.12
...
Should address #284
11 years ago
ystarnaud
8dea195662
Merge pull request #281 from Elbandi/v5_0
...
Use macros in queue_talkcoin_mod_kernel
11 years ago
ystarnaud
707ddd6c4a
Merge pull request #282 from ystarnaud/x11mod
...
Updated x11 and x13 kernels
11 years ago
ystarnaud
ea1de3262a
Updated x11 kernel
11 years ago
Elbandi
2925ea0f65
Use macros in queue_talkcoin_mod_kernel
11 years ago
ystarnaud
1914cef959
Fixed x13 and other issues
...
Corrected the x13 errors and fixed a few issues with the config parser's
handling of the default_profile.
11 years ago
ystarnaud
298a752150
Merge remote-tracking branch 'upstream/v5_0' into x11mod
11 years ago
ystarnaud
f6adfd548e
Updated x13 kernel
11 years ago
troky
d7d387a214
MSVS fix for talkcoin commit.
11 years ago
ystarnaud
e96f279cf0
Sync with v5_0
11 years ago
ystarnaud
56055754eb
Whitespace and indentation fix
...
Fixed whitespace and indentation of lasybear's pull request #272 .
11 years ago
ystarnaud
056a9f754a
Merge pull request #272 from lasybear/v5_0
...
Add talkcoin-mod (NIST5 algo) by Issue #268 + AMD drivers v14.6 for Windows compatibility fix
11 years ago
ystarnaud
1fb86b3377
Update configuration.md
11 years ago
ystarnaud
5e8bba2af9
Update configuration.md
...
Added more details about the default profile, globals and profiles along with example configurations.
11 years ago
troky
1965131784
Moved strsep() implementation from winbuild.h to compat.h
11 years ago
ystarnaud
3975f0441f
Updated x13 kernel
11 years ago
Yann St. Arnaud
83b2ac9ec7
Compatibility update for MSVS
...
Added an implementation of strsep() that should work with MSVS.
Hopefully resolves issue #278
11 years ago
troky
3f83f221fb
Moved (reverted) some struct definitions to api.c. MSVS doesn't like them in .h
11 years ago
troky
85a6adf8fb
MSVS project update for config_parser commit
11 years ago
Noel Maersk
513307c790
config: remove commented-out old config-loading code.
11 years ago
Noel Maersk
76dd32a2c8
config: one less branching in load_default_profile(), some whitespace.
11 years ago
ystarnaud
ef722e697d
Fix to apply correct GPU engine clock or range
...
This addresses issue #265 . GPU engine clock will be the exact value or range specified, with the correct min/max.
11 years ago
Noel Maersk
5430d1ee91
config: be a little less cryptic on what's going on in load_default_profile().
11 years ago
Noel Maersk
0886740a5f
Merge branch 'config-parser' into v5_0
11 years ago
Noel Maersk
6228694100
config: conflict with v5_0 (develop) branch, opt_algorithm was changed from a pointer.
11 years ago
Noel Maersk
0b85c05c35
misc: update AUTHORS and NEWS with changes from branch config-parser (and a few others).
11 years ago
Noel Maersk
5309da57cc
config: remove unused variable.
11 years ago
ystarnaud
4021704e68
Update configuration.md
11 years ago
ystarnaud
3042745757
Update API.md (3 squashed commits).
11 years ago
ystarnaud
e7881ff9f7
Update configuration.md
11 years ago
ystarnaud
bd54c59ff0
Updated example.conf
11 years ago
ystarnaud
fae56ceeeb
Added API function to change pool profile
...
Added the API function changepoolprofile to change a pool's profile to
the specified profile name.
11 years ago