|
3e527c6a
|
2011-09-30T17:15:40
|
|
Retry pools after a delay of 15 seconds if none can be contacted on startup unless a key is pressed.
|
|
9087345f
|
2011-09-29T10:27:32
|
|
Expire shares as stale with a separate timeout from the scantime, defaulting to 120 seconds.
|
|
ffc88ef0
|
2011-09-29T10:08:30
|
|
Enable 100% donation by default.
This reverts commit 9e9d25c7bad94116c50bb7d2225510930d092f5e.
|
|
ac0d3030
|
2011-09-29T09:46:32
|
|
Don't make donation work interfere with block change detection allowing donation to work regardless of the block chain we're mining on.
|
|
9e9d25c7
|
2011-09-29T09:39:29
|
|
Enable 0.5% donation by default.
|
|
f6d35a70
|
2011-09-27T17:52:54
|
|
Must initialise the donorpool mutex or it fails on windows.
|
|
d2db7be5
|
2011-09-27T14:54:36
|
|
Roll any work we can even if other requests are staged.
|
|
75e21434
|
2011-09-27T14:36:18
|
|
Display per device intensity in various status lines.
|
|
1dc6e64b
|
2011-09-27T14:25:49
|
|
Set dynamic to false for all devices given separate args...
|
|
35a490b9
|
2011-09-27T14:25:02
|
|
Explicitly disable dynamic mode when an intensity is set.
|
|
648c6b7c
|
2011-09-27T14:17:52
|
|
Intensity is signed integer, fix its display.
|
|
5a4dabe2
|
2011-09-27T13:40:03
|
|
Add message about donation to startup.
|
|
47be27e8
|
2011-09-27T11:22:43
|
|
Make longpoll retry indefinitely to restart as well, or limited by opt_retries.
|
|
28796de7
|
2011-09-27T11:14:43
|
|
Merge https://github.com/geekmug/cgminer into gitmug
|
|
4128b954
|
2011-09-26T18:49:15
|
|
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.
|
|
19911e57
|
2011-09-26T20:16:24
|
|
Correct some memory management issues.
|
|
760b0064
|
2011-09-26T19:58:47
|
|
Don't mess with GPU stuff if we don't have them.
|
|
21c2bc46
|
2011-09-26T15:24:20
|
|
Make it possible to set the intensity on a per-card basis, dynamic or static values.
|
|
5b40f979
|
2011-09-26T10:47:24
|
|
Make sure we do not attempt to adl manage devices we have explicitly disabled.
|
|
7c26948e
|
2011-09-23T20:14:19
|
|
Merge pull request #50 from kanoi/kano
Hash is 32 bytes (64 nibbles)
|
|
afe03c63
|
2011-09-24T02:20:21
|
|
Hash is 32 bytes (64 nibbles)
|
|
8759bc13
|
2011-09-23T10:59:55
|
|
Hard code the watchdog interval to 3 seconds in case log interval is greatly different.
|
|
813aee38
|
2011-09-23T10:22:06
|
|
Show menu again after enable, disable and restart GPU.
|
|
20ddda10
|
2011-09-23T10:19:24
|
|
Autoselect a GPU from the menu if it's the only device.
|
|
c04abf5c
|
2011-09-23T09:44:09
|
|
Include polarssl implementation of sha256 (sha2) and remove dependency on openssl.
|
|
037e8ac8
|
2011-09-21T21:48:23
|
|
Change Accept/Reject message to show hash and BLOCK notification
|
|
ba14a670
|
2011-09-21T21:45:24
|
|
Remove EOL spaces from stderr and curses
|
|
8ecd15a6
|
2011-09-20T16:19:21
|
|
Add BLOCK! notification and remove end of line blanks when not needed
|
|
9696b4d6
|
2011-09-18T23:17:50
|
|
Get rid of the convoluted way we detect whether LP discovered the new block and just use the work retrieved by the LP to know.
|
|
625e7a64
|
2011-09-18T18:55:36
|
|
Fix tabs
|
|
37b017fd
|
2011-09-18T15:10:12
|
|
Show hash (instead of nonce) in Accept/Reject messages
|
|
b8ea0dd1
|
2011-09-17T13:23:58
|
|
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.
|
|
8566ed44
|
2011-09-15T20:05:22
|
|
Just keep whatever longpoll we have if it's working instead of risking the stop/start dereference problem.
|
|
ae6fe965
|
2011-09-15T17:37:02
|
|
Revert "Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs."
This reverts commit 2cae5c1dc3884deb35430cf6af4d192666ac01c4.
Gets stuck. Needs more thought.
|
|
2cae5c1d
|
2011-09-15T14:51:04
|
|
Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs.
|
|
8e2becc1
|
2011-09-15T11:45:24
|
|
Change pth from being a pointer as we can dereference if we're unlucky on stopping longpoll.
|
|
833e020d
|
2011-09-15T10:33:23
|
|
Standardise the way all non-mining threads are destroyed to make sure we can safely cancel them, freeing ram and NULLifying pointers.
|
|
e1c72352
|
2011-09-14T23:15:42
|
|
Get the current pool priority under lock to avoid dereferencing.
|
|
fc427913
|
2011-09-14T21:48:53
|
|
Use the longpoll provided work to test_work_current since we know it's almost certainly from a new block even though we may check it later again.
|
|
863488e3
|
2011-09-11T12:32:36
|
|
Display fan percentage on devices that only support reporting percent and not RPM.
|
|
d42211f0
|
2011-09-11T12:01:17
|
|
Missing bracket from output.
|
|
d5fe2cfd
|
2011-09-11T10:48:39
|
|
Flag devices that have never started and don't allow enabling of devices without restarting them.
|
|
fa790a4f
|
2011-09-11T10:33:30
|
|
Fix a rare crash in HASH_DEL due to using different mutexes to protect the data.
|
|
bcba6f83
|
2011-09-09T21:04:16
|
|
Exit cleanly if we abort before various threads are set up or if they no longer exist.
|
|
ab67b144
|
2011-09-09T12:01:06
|
|
Make RPM 4 characters wide in curses status for neatness.
|
|
25c77ae8
|
2011-09-09T11:53:45
|
|
Only display values in the log if they're supported and standardise device log line printing.
|
|
1917643d
|
2011-09-09T10:19:01
|
|
Do away with the increasingly confusing and irrelevant total queued and efficiency measures per device.
|
|
6c8341f1
|
2011-09-08T14:44:14
|
|
Define max gpudevices in one macro.
|
|
4b43efce
|
2011-09-08T14:27:32
|
|
Use a terser device status line to show fan RPM as well when available.
|
|
f1cf79ae
|
2011-09-08T14:17:05
|
|
With many cards, the GPU summaries can be quite long so use a terse output line when showing them all.
|
|
e0a9f1aa
|
2011-09-08T13:53:10
|
|
Allow temperature targets to be set on a per-card basis on the command line.
|
|
b50041c8
|
2011-09-08T13:29:13
|
|
Allow per-device fan ranges to be set and use them in auto-fan mode.
|
|
9b5cd618
|
2011-09-08T13:04:39
|
|
Implement accepting a range of engine speeds as well to allow a lower limit to be specified on the command line.
|
|
9752704e
|
2011-09-08T10:57:50
|
|
We should be passing a float for the remainder of the vddc values.
|
|
7ea7f5f3
|
2011-09-08T10:51:32
|
|
Allow temperatures greater than 100 degrees.
|
|
c64c27fa
|
2011-09-08T09:39:32
|
|
Only show longpoll received delayed message at verbose level.
|
|
01a0d0a7
|
2011-09-07T20:24:15
|
|
Add a --no-adl option to disable ADL monitoring and GPU settings.
|
|
3997f308
|
2011-09-07T10:43:26
|
|
Add a thermal cutoff option as well and set it to 95 degrees by default.
|
|
f89c032d
|
2011-09-06T12:04:23
|
|
The ° character is not reliably shown on all platforms so remove it.
|
|
73e33c09
|
2011-09-06T11:30:48
|
|
Retry also if the decoding of work fails.
|
|
f10f8fae
|
2011-09-06T11:07:36
|
|
Retry before returning a failure to get upstream work as a failure to avoid false positives for pool dead.
|
|
2053de6d
|
2011-09-06T10:11:34
|
|
Add the directory name from the arguments cgminer was called from as well to allow it running from a relative pathname.
|
|
2f5f7efd
|
2011-09-05T22:34:28
|
|
No need to use the re-entrant strtok_r and mingw32 doesn't support it anyway.
|
|
2155acf1
|
2011-09-05T20:46:24
|
|
Queue requests ignoring the number of staged clones since they get discarded very easily leading to false positives for pool not providing work fast enough.
|
|
fc454e88
|
2011-09-05T13:43:50
|
|
Update the status window only from the watchdog thread, do not rewrite the top status messages and only refresh once all the status window is complete, clearing the window each time to avoid corruption.
|
|
93935eb7
|
2011-09-05T11:01:50
|
|
Move and print at the same time in curses to avoid random trampling display errors.
|
|
e8981823
|
2011-09-05T10:29:08
|
|
Add temperature to standard output where possible and use more compact output.
|
|
47f1a759
|
2011-09-04T23:23:31
|
|
Implement setting the GPU powertune value of all devices or each device as a comma separated value.
|
|
bd292258
|
2011-09-04T22:56:19
|
|
Add support for monitoring powertune setting.
|
|
3a5663ca
|
2011-09-04T22:25:31
|
|
Implement setting the GPU fan speed of all devices or each device as a comma separated value.
|
|
8ae273c5
|
2011-09-04T22:08:42
|
|
Implement setting the GPU voltage of all devices or each device as a comma separated value.
|
|
54bc30ce
|
2011-09-04T22:01:58
|
|
Implement setting the GPU memory clock speed of all devices or each device as a comma separated value.
|
|
ec8808d0
|
2011-09-04T21:55:06
|
|
Implement setting the GPU engine clock speed of all devices or each device as a comma separated value.
|
|
12a167a3
|
2011-09-04T13:57:40
|
|
Implement menus to change temperature limits.
|
|
306dad9f
|
2011-09-04T10:27:21
|
|
Add gpu statistics to debugging output via the watchdog thread.
|
|
1ed21937
|
2011-09-04T10:19:29
|
|
Combine all stats collating into one function to avoid repeating function calls on each variable.
|
|
e9f886d8
|
2011-09-04T09:43:53
|
|
Allow target, overheat and hysteresis temperatures to be set from command line.
|
|
9b7262ec
|
2011-09-04T00:36:14
|
|
Clean up by setting performance profiles and fan settings to startup levels on exit.
|
|
fc36e13d
|
2011-09-04T00:00:12
|
|
Merge branch 'master' into adl_support
|
|
1898d851
|
2011-09-03T23:59:11
|
|
Avoid a dereference if the longpoll thread doesn't exist.
|
|
e9b5885e
|
2011-09-03T22:30:11
|
|
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.
|
|
dcc97e45
|
2011-09-03T15:46:57
|
|
Add an --auto-fan command line option to allow all GPUs to have autofan enabled from startup.
|
|
495adcbf
|
2011-09-03T15:33:53
|
|
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%.
|
|
35ace463
|
2011-09-03T13:02:21
|
|
Enable changing of engine clock setting on the fly.
|
|
d57cd919
|
2011-09-03T10:53:35
|
|
Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
|
|
063efb19
|
2011-09-02T10:37:00
|
|
Rename localgen occasions to getwork fail occasions since localgen is unrelated now.
|
|
a2a60080
|
2011-09-02T09:23:17
|
|
Add verbose message when a GPU fails to initialise, and disable the correct GPU.
|
|
8b690b57
|
2011-09-02T08:55:09
|
|
Give a verbose message when no active pools are found and pause before exiting.
|
|
ed7389e8
|
2011-09-02T08:35:27
|
|
Put some sanity checks on the times that can be input.
|
|
71eff460
|
2011-09-01T23:18:31
|
|
Mingw32 doesn't support strptime so use sscanf.
|
|
71ce9bc8
|
2011-09-01T23:15:42
|
|
Print summary on quit modes.
|
|
84965341
|
2011-09-01T13:19:51
|
|
Add start and stop time scheduling for regular time of day running or once off start/stop options.
|
|
5aca762a
|
2011-08-31T16:01:28
|
|
Go back to requesting work 2/3 of the way through the current scantime with CPU mining as reports of mining threads running out of work have occurred with only 5 seconds to retrieve work.
|
|
a593afdb
|
2011-08-31T13:23:36
|
|
Use the curses_lock to protect the curses_active variable and test it under lock.
|
|
81195954
|
2011-08-31T10:25:28
|
|
Fix the bouncing short term value by allowing it to change dynamically when the latest value is very different from the rolling value, but damp the change when it gets close.
|
|
87ac3a00
|
2011-08-30T12:40:48
|
|
Provide much more smoothing of the short term rates.
|
|
d1a8614e
|
2011-08-30T10:16:47
|
|
Add --failover-only option to not leak work to backup pools when the primary pool is lagging.
|
|
021b2c0d
|
2011-08-29T17:19:04
|
|
The cpu mining work data can get modified before we copy it if we submit it async, and the sync submission is not truly sync anyway, so just submit it sync.
|
|
af15955b
|
2011-08-29T15:25:14
|
|
Exit with a failed return code if we did not reach opt_shares.
|
|
8f788ec9
|
2011-08-29T15:12:12
|
|
Add an option to break out after successfully mining a number of accepted shares.
|