Con Kolivas
|
28796de72e
Merge https://github.com/geekmug/cgminer into gitmug
|
14 years ago |
Con Kolivas
|
4128b954a6
Add a --donation feature which reads a url/userpass from the author's site and contributes a percentage of getworks to the author, but default to off.
|
14 years ago |
Scott Dial
|
c54b0870a8
Assiging the bswap_{16,32,64} macros to __builtin_bswap{16,32,64}.
|
14 years ago |
Con Kolivas
|
21c2bc469f
Make it possible to set the intensity on a per-card basis, dynamic or static values.
|
14 years ago |
Con Kolivas
|
0ae3f71824
Check last temperature we reached and don't change fan speed if it's already correcting.
|
14 years ago |
Kano
|
ba14a6705e
Remove EOL spaces from stderr and curses
|
14 years ago |
Con Kolivas
|
b8ea0dd194
Update curses logging to allow LOG_WARNING and LOG_ERR messages to still go through while within the menu, and drop share message to LOG_NOTICE.
|
14 years ago |
Con Kolivas
|
67fe6ab726
Don't both with adapter speed set as it has no effect on mining speed.
|
14 years ago |
Con Kolivas
|
8e2becc12d
Change pth from being a pointer as we can dereference if we're unlucky on stopping longpoll.
|
14 years ago |
Con Kolivas
|
833e020dfd
Standardise the way all non-mining threads are destroyed to make sure we can safely cancel them, freeing ram and NULLifying pointers.
|
14 years ago |
Con Kolivas
|
dff1a81da7
Use a re-entrant value to store what fanspeed we're trying to set in case the card doesn't support small changes.
|
14 years ago |
Con Kolivas
|
d5fe2cfd7a
Flag devices that have never started and don't allow enabling of devices without restarting them.
|
14 years ago |
Con Kolivas
|
1917643dd0
Do away with the increasingly confusing and irrelevant total queued and efficiency measures per device.
|
14 years ago |
Con Kolivas
|
6c8341f133
Define max gpudevices in one macro.
|
14 years ago |
Con Kolivas
|
9b5cd61886
Implement accepting a range of engine speeds as well to allow a lower limit to be specified on the command line.
|
14 years ago |
Con Kolivas
|
3997f308a0
Add a thermal cutoff option as well and set it to 95 degrees by default.
|
14 years ago |
Con Kolivas
|
058303bcf3
Only reset values on exiting if we've ever modified them.
|
14 years ago |
Con Kolivas
|
b8be1e6c15
Ignore whether the display is active or not since only display enabled devices work this way, and we skip over repeat entries anwyay.
|
14 years ago |
Con Kolivas
|
2053de6d59
Add the directory name from the arguments cgminer was called from as well to allow it running from a relative pathname.
|
14 years ago |
Con Kolivas
|
5fc56a45ee
Force the speed to high on startup and restore it to whatever the setting was on exit.
|
14 years ago |
Con Kolivas
|
47f1a75924
Implement setting the GPU powertune value of all devices or each device as a comma separated value.
|
14 years ago |
Con Kolivas
|
bd292258d3
Add support for monitoring powertune setting.
|
14 years ago |
Con Kolivas
|
3a5663cac1
Implement setting the GPU fan speed of all devices or each device as a comma separated value.
|
14 years ago |
Con Kolivas
|
8ae273c56c
Implement setting the GPU voltage of all devices or each device as a comma separated value.
|
14 years ago |
Con Kolivas
|
54bc30ceec
Implement setting the GPU memory clock speed of all devices or each device as a comma separated value.
|
14 years ago |
Con Kolivas
|
ec8808d004
Implement setting the GPU engine clock speed of all devices or each device as a comma separated value.
|
14 years ago |
Con Kolivas
|
e9b5885ebe
Add a gpu autotune option which adjusts GPU speed to maintain a target temperature within the bounds of the default GPU speed and any overclocking set.
|
14 years ago |
Con Kolivas
|
dcc97e45db
Add an --auto-fan command line option to allow all GPUs to have autofan enabled from startup.
|
14 years ago |
Con Kolivas
|
495adcbf5f
Implement auto fanspeed adjustment to maintain a target temperature and fanspeed below 85%, with an overheat check that will speed the fan up to 100%.
|
14 years ago |
Con Kolivas
|
35ace46325
Enable changing of engine clock setting on the fly.
|
14 years ago |