Log

Author Commit Date CI Message
Con Kolivas a74554a2 2011-09-06T13:54:30 Bump version to 2.0.0
Con Kolivas a62b4e3e 2011-09-06T13:45:02 Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms.
Con Kolivas 8a1ae4a3 2011-09-06T13:34:28 Updated FAQ.
Con Kolivas 40750fc4 2011-09-06T13:25:02 Update README with extensive documentation about overclocking.
Con Kolivas 2e192a2a 2011-09-06T12:26:39 Update NEWS.
Con Kolivas f89c032d 2011-09-06T12:04:23 The ° character is not reliably shown on all platforms so remove it.
Con Kolivas a0a5858d 2011-09-06T12:00:40 Use the presence of X-Roll-Ntime in the header as a bool for exists unless N is found in the response.
Con Kolivas 73e33c09 2011-09-06T11:30:48 Retry also if the decoding of work fails.
Con Kolivas 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.
Con Kolivas 36a65e41 2011-09-06T10:24:05 Add a --disable-adl option to configure and only enable it if opencl support exists.
Con Kolivas 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.
Con Kolivas d3642bec 2011-09-06T09:49:30 Fix compilation warning on win32.
Con Kolivas fd23532b 2011-09-06T09:41:58 Make adl attempt to compile only on win32 or linux since there is no support for it on onther platforms, and fix sleep() definition on win32.
Con Kolivas 8d096bd3 2011-09-06T09:37:52 Include libgen.h in opt.c to fix win32 compilation warnings.
Con Kolivas 16aff37c 2011-09-06T09:36:42 Fix compilation errors on mingw32 to do with order of pulling in headers, curses.h and definition of bool.
Con Kolivas a1ba15fb 2011-09-06T09:01:24 Fix pacakaging missing adl headers and build failure without adl sdk headers installed.
Con Kolivas 2f5f7efd 2011-09-05T22:34:28 No need to use the re-entrant strtok_r and mingw32 doesn't support it anyway.
Con Kolivas 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.
Con Kolivas a2f6bb77 2011-09-05T19:36:12 Add new needed text files to distribution.
Con Kolivas 47f1a759 2011-09-04T23:23:31 Implement setting the GPU powertune value of all devices or each device as a comma separated value.
Con Kolivas b6a70393 2011-09-05T17:39:50 Bump version to 1.9.9 till completed as version 2.0.
Con Kolivas 9f618f4a 2011-09-05T17:14:09 Lower profile settings cannot be higher than higher profile ones so link any drops in settings.
Con Kolivas ca379355 2011-09-05T16:14:43 Ramp up the fan more if we're over target temperature.
Con Kolivas bc972440 2011-09-05T16:05:04 Provide locking around all adl calls to prevent races.
Con Kolivas 666d724b 2011-09-05T13:48:06 Set a safe starting fan speed if we're automanaging the speeds.
Con Kolivas 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.
Con Kolivas 93935eb7 2011-09-05T11:01:50 Move and print at the same time in curses to avoid random trampling display errors.
Con Kolivas e8981823 2011-09-05T10:29:08 Add temperature to standard output where possible and use more compact output.
Con Kolivas 5fc56a45 2011-09-05T09:36:43 Force the speed to high on startup and restore it to whatever the setting was on exit.
Con Kolivas cb29fb7d 2011-09-05T09:04:15 Remove the safety checks in speed setting since confirmation is done first in the menu, then show the new current values after a short pause.
Con Kolivas ee06a3ba 2011-09-05T08:33:00 Limit fanspeed to 85% properly when temperature is below overheat levels.
Con Kolivas 40491cd5 2011-09-05T08:32:31 Change default hysteresis to 3 degrees for lower average fanspeeds.
Con Kolivas 656bacc5 2011-09-04T23:14:36 Get the value of powertune in get_stats.
Con Kolivas 7711c6fb 2011-09-04T23:10:57 Implement changing of powertune value from the GPU change settings menu.
Con Kolivas bd292258 2011-09-04T22:56:19 Add support for monitoring powertune setting.
Con Kolivas 3a5663ca 2011-09-04T22:25:31 Implement setting the GPU fan speed of all devices or each device as a comma separated value.
Con Kolivas 8ae273c5 2011-09-04T22:08:42 Implement setting the GPU voltage of all devices or each device as a comma separated value.
Con Kolivas 54bc30ce 2011-09-04T22:01:58 Implement setting the GPU memory clock speed of all devices or each device as a comma separated value.
Con Kolivas ec8808d0 2011-09-04T21:55:06 Implement setting the GPU engine clock speed of all devices or each device as a comma separated value.
Con Kolivas 12a167a3 2011-09-04T13:57:40 Implement menus to change temperature limits.
Con Kolivas 306dad9f 2011-09-04T10:27:21 Add gpu statistics to debugging output via the watchdog thread.
Con Kolivas 1ed21937 2011-09-04T10:19:29 Combine all stats collating into one function to avoid repeating function calls on each variable.
Con Kolivas e9f886d8 2011-09-04T09:43:53 Allow target, overheat and hysteresis temperatures to be set from command line.
Con Kolivas 847adf68 2011-09-04T07:17:07 Add a small amount of hysteresis before lowering clock speed.
Con Kolivas 9b7262ec 2011-09-04T00:36:14 Clean up by setting performance profiles and fan settings to startup levels on exit.
Con Kolivas fc36e13d 2011-09-04T00:00:12 Merge branch 'master' into adl_support
Con Kolivas 1898d851 2011-09-03T23:59:11 Avoid a dereference if the longpoll thread doesn't exist.
Con Kolivas 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.
Con Kolivas dcc97e45 2011-09-03T15:46:57 Add an --auto-fan command line option to allow all GPUs to have autofan enabled from startup.
Con Kolivas 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%.
Con Kolivas 320a5f2a 2011-09-03T14:52:25 Make sure to read off the value in RPM only.
Con Kolivas bf2669b8 2011-09-03T14:45:37 Minor corrections to set fan speed by percentage.
Con Kolivas 07b847f7 2011-09-03T14:33:05 Implement fan speed setting.
Con Kolivas 3681ae84 2011-09-03T13:28:49 Implement changing memory speed and voltage on the fly.
Con Kolivas 35ace463 2011-09-03T13:02:21 Enable changing of engine clock setting on the fly.
Con Kolivas 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.
Con Kolivas 690ab487 2011-09-02T12:36:54 Bump version to 1.6.2.
Con Kolivas 65707516 2011-09-02T12:36:11 With no c++ code there is no point showing CXXFLAGS.
Con Kolivas dd78340c 2011-09-02T12:35:44 Update NEWS.
Con Kolivas 33c2eccb 2011-09-02T12:13:24 Update README.
Con Kolivas 063efb19 2011-09-02T10:37:00 Rename localgen occasions to getwork fail occasions since localgen is unrelated now.
Con Kolivas 062f937c 2011-09-02T10:30:48 Most people expect /usr/local when an unspecified prefix is used so change to that.
Con Kolivas 5d845f2f 2011-09-02T10:13:33 If curl does not have sockopts, do not try to compile the json_rpc_call_sockopt_cb function, making it possible to build against older curl libraries.
Con Kolivas d88ed358 2011-09-02T09:46:34 Get rid of poorly executed curl check.
Con Kolivas 1480ade2 2011-09-02T09:39:04 Cryptopp asm32 was not correctly updated to the incremental nonce code so the hash counter was bogus.
Con Kolivas a2a60080 2011-09-02T09:23:17 Add verbose message when a GPU fails to initialise, and disable the correct GPU.
Con Kolivas 8b690b57 2011-09-02T08:55:09 Give a verbose message when no active pools are found and pause before exiting.
Con Kolivas ed7389e8 2011-09-02T08:35:27 Put some sanity checks on the times that can be input.
Con Kolivas 71eff460 2011-09-01T23:18:31 Mingw32 doesn't support strptime so use sscanf.
Con Kolivas 71ce9bc8 2011-09-01T23:15:42 Print summary on quit modes.
Con Kolivas 84965341 2011-09-01T13:19:51 Add start and stop time scheduling for regular time of day running or once off start/stop options.
Con Kolivas 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.
Con Kolivas a593afdb 2011-08-31T13:23:36 Use the curses_lock to protect the curses_active variable and test it under lock.
Con Kolivas 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.
Con Kolivas e95006c2 2011-08-30T12:43:19 Change recommendation to intensity 9 for dedicated miners.
Con Kolivas 87ac3a00 2011-08-30T12:40:48 Provide much more smoothing of the short term rates.
Con Kolivas d1a8614e 2011-08-30T10:16:47 Add --failover-only option to not leak work to backup pools when the primary pool is lagging.
Con Kolivas 846e5fbc 2011-08-29T19:57:27 Bump version to 1.6.1.
Con Kolivas bc5b2cfa 2011-08-29T19:57:03 Readme updates.
Con Kolivas 7ebf1d43 2011-08-29T19:48:24 News update.
Con Kolivas 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.
Con Kolivas af15955b 2011-08-29T15:25:14 Exit with a failed return code if we did not reach opt_shares.
Con Kolivas 8f788ec9 2011-08-29T15:12:12 Add an option to break out after successfully mining a number of accepted shares.
Con Kolivas 510bcc3d 2011-08-29T12:21:37 Disable curses after inputting a pool if we requested no curses interface.
Con Kolivas 4cc08fe4 2011-08-29T12:15:24 Enable curses after the mining threads are set up so that failure messages won't be lost in the curses interface.
Con Kolivas 5c7ea9e5 2011-08-29T11:52:10 Display version information and add --version command line option, and make sure we flush stdout.
Con Kolivas 807ddd1c 2011-08-29T10:43:33 Give convenient summary at end of ./configure.
Con Kolivas fa91f6a6 2011-08-29T10:34:32 Add some defines to configure.ac to enable exporting of values and packaging, and clean up output.
Con Kolivas 4969162c 2011-08-29T10:12:34 Check for SSE2 before trying to build 32 bit SSE2 assembly version. Prevents build failure when yasm is installed but -msse2 is not specified.
Con Kolivas 7d34a6b6 2011-08-29T09:39:06 Statify tv_sort.
Con Kolivas f0cc2932 2011-08-29T01:22:05 Convert the opt queue into a minimum number of work items to have queued instead of an extra number to decrease risk of getting idle devices without increasing risk of higher rejects.
Con Kolivas 3aee066b 2011-08-29T01:07:57 Add options to explicitly enable CPU mining or disable GPU mining.
Con Kolivas ee5b4764 2011-08-29T00:49:04 Don't show value of intensity since it's dynamic by default.
Con Kolivas efa17318 2011-08-29T00:36:42 cgminer no longer supports default url user and pass so remove them.
Con Kolivas 5848c110 2011-08-29T00:16:58 Confusion over the variable name for number of devices was passing a bogus value which likely was causing the zero sized binary issue.
Con Kolivas 10ed8e9d 2011-08-28T23:49:17 Add a --disable-opencl configure option to make it possible to override detection of opencl and build without GPU mining support.
Con Kolivas 83bb4280 2011-08-28T23:15:29 Make pthread, libcurl and libcurses library checks mandatory or fail.
Con Kolivas fc46d57d 2011-08-28T22:45:33 Return -1 if no input is detected from the menu to prevent it being interpreted as a 0.
Con Kolivas 8d393116 2011-08-28T20:24:17 Reinstate minimum 1 extra in queue to make it extremely unlikely to ever have 0 staged work items and any idle time.
Con Kolivas 8a7b9acd 2011-08-28T14:46:21 Switching between redrawing windows does not fix the crash with old libncurses, so redraw both windows, but only when the window size hasn't changed.