cgminer.c


Log

Author Commit Date CI Message
Con Kolivas 7c6090fb 2012-04-14T15:48:31 Cache the initial arguments passed to cgminer and implement an attempted restart option from the settings menu.
Con Kolivas f3e43056 2012-04-14T14:11:58 Disable per-device status lines when there are more than 8 devices since screen output will be corrupted, enumerating them to the log output instead at startup.
Con Kolivas dceaa71a 2012-04-14T00:56:31 Make sure to disable devices with any status not being DEV_ENABLED to ensure that thermal cutoff code works as it was setting the status to DEV_RECOVER.
Con Kolivas 0a4a2d9d 2012-03-31T14:39:40 Damping small changes in hashrate so dramatically has the tendency to always make the hashrate underread so go back to gentle damping instead.
Con Kolivas c99c09d3 2012-03-30T06:25:38 Merge pull request #161 from kanoi/master When using '-m' on linux, send the forked process a SIGTERM on exit
Con Kolivas 7f64adc4 2012-03-30T06:25:07 Merge pull request #160 from luke-jr/bugfix_realquiet_2 Bugfix: Skip enabling curses, if --real-quiet or listing devices
Kano f9af5acf 2012-03-30T14:57:18 When using '-m' on linux, send the forked process a SIGTERM on exit
Con Kolivas 88ff55e7 2012-03-29T21:02:42 Use a time constant 0.63 for when large changes in hashrate are detected to damp change in case the large change is an aliasing artefact instead of a real change.
Con Kolivas a1879c80 2012-03-29T20:53:16 Only increment stale counter if the detected stales are discarded.
ckolivas 35de9d1e 2012-03-29T09:35:48 Use slightly more damping on the decay time function in the never-ending quest to smooth off the hashmeter.
Con Kolivas eb4233d5 2012-03-28T04:26:20 Merge pull request #156 from luke-jr/ignore_redundant Ignore redundant-with-build options
Con Kolivas 7458927f 2012-03-28T04:25:54 Merge pull request #155 from luke-jr/no_curses Make curses TUI support optional at compile-time.
Con Kolivas 2beb3500 2012-03-28T04:24:41 Merge pull request #153 from kanoi/master Add API support for Icarus and Bitforce + Icarus fixes ++
Con Kolivas ef1eafa4 2012-03-28T21:58:04 Provide locking around updates of cgpu hashrates as well to prevent multiple threads accessing data fields on the same device.
Con Kolivas fa5e0675 2012-03-28T20:32:49 Display the beginning of the new block in verbose mode in the logs.
Kano eeec9809 2012-03-23T01:50:45 code changes for supporting a simple device history
Luke Dashjr c739d0dc 2012-03-13T13:11:55 Merge branch 'bugfix_realquiet' into bugfix_realquiet_2 Conflicts: cgminer.c
Luke Dashjr 03c94c02 2012-03-13T13:10:31 Bugfix: Skip enabling curses, if --real-quiet or listing devices
Luke Dashjr b6ae200d 2012-03-13T09:11:23 Ignore reduntant-with-build options --disable-gpu, --no-adl, and --no-restart
Luke Dashjr ed8382c8 2012-03-12T14:56:05 Make curses TUI support optional at compile-time.
Luke Dashjr 3a003b9a 2012-02-25T14:43:28 Bugfix: Allow enabling CPU even without OpenCL support
Con Kolivas daf1eff1 2012-02-26T00:46:19 Change failed-to-mine number of requested shares messge to avoid segfault on recursive calling of quit().
Con Kolivas 0412ac7c 2012-02-24T14:03:04 Only send out extra longpoll requests if we want longpolls.
Con Kolivas dbb04a69 2012-02-24T13:34:00 Increase the speed of hashrate adaptation.
Con Kolivas de944dfd 2012-02-24T14:03:04 Only send out extra longpoll requests if we want longpolls.
Con Kolivas 50a33aa6 2012-02-23T20:43:18 Consider extra longpoll work items as staged_extra so as to make sure we queue more work if queueing regular work items as longpolls.
Con Kolivas 553d53fc 2012-02-23T17:58:06 Reset all hash counters at the same time as resetting start times to get accurate hashrates on exiting which is mandatory for benchmarking.
Con Kolivas 88a9d83e 2012-02-23T17:54:27 Report thread in during getting of work in benchmark mode.
Con Kolivas 49ba3962 2012-02-23T17:52:01 Report thread out before it starts to avoid being flagged as sick when waiting for the first work item.
Con Kolivas f4df8c82 2012-02-22T21:56:48 Merge pull request #135 from kanoi/master API new commands enablepool and disablepool
Kano 60c5ac68 2012-02-23T16:10:17 API new commands enablepool and disablepool (version already incremented)
Kano 4458f3d5 2012-02-23T13:58:33 Modify cgminer.c pool control to allow API to call it
Con Kolivas 4dd6b649 2012-02-22T15:40:56 Merge pull request #131 from kanoi/master Allow configuration file to include another recursively
Kano ca2b2d9b 2012-02-23T01:44:41 Don't save 'include' when saving the configuration
Kano 915c72d8 2012-02-23T01:31:52 Allow configuration file to include another recursively
Con Kolivas 527e611b 2012-02-23T01:27:36 Fix !HAVE_OPENCL build.
ckolivas 0db998c5 2012-02-22T22:21:18 Add a --benchmark feature which works on a fake item indefinitely to compare device performance without any server or networking influence.
ckolivas d3ad87f5 2012-02-22T20:13:23 Allow writing of multiple worksizes to the configuration file.
ckolivas 1b1fa5cd 2012-02-22T20:08:29 Allow writing of multiple vector sizes to the configuration file.
ckolivas 994cd775 2012-02-22T20:01:09 Allow writing of multiple kernels to the configuration file.
ckolivas 93efb726 2012-02-22T19:38:01 Allow multiple different kernels to be chosen per device.
Con Kolivas 26c59fbf 2012-02-22T16:59:28 Allow the worksize to be set per-device.
Con Kolivas deff55c6 2012-02-22T16:54:06 Allow different vectors to be set per device.
Con Kolivas bca9814d 2012-02-22T11:50:35 Reset times after all mining threads are started to make estimating hashrates easier at startup.
Con Kolivas d1cddf8b 2012-02-21T22:23:07 Update licensing to GPL V3.
Con Kolivas 882e4d85 2012-02-21T03:14:20 Merge pull request #123 from xiangfu/icarus Add Icarus Support to Cgminer
Con Kolivas 2f3a4a47 2012-02-21T21:56:30 Reset the longpoll flag after it's been used once to prevent it restarting work again.
Con Kolivas 2ca8d38e 2012-02-21T02:49:25 Merge pull request #124 from kanoi/master API commits - IP 0/0 means all, add "Log Interval" to config, restrict access to modify commands
Con Kolivas 00290a3e 2012-02-21T21:31:31 Select diablo kernel on all but GCN+SDK 2.6.
Kano e3281c26 2012-02-21T20:03:13 When API shuts down cgminer don't kill itself
Con Kolivas af7368da 2012-02-21T16:43:24 Don't make rolled work from the longpoll be seen as other longpoll work items.
Con Kolivas f4284a21 2012-02-21T09:20:31 Set the lp_sent variable under lock since there will almost always be a race on setting this variable, potentially leading to multiple LPs being sent out.
Con Kolivas 89b32b17 2012-02-20T09:28:01 Officially support diakgcn in code and docs.
Con Kolivas fe4b5e1f 2012-02-20T08:24:41 Set the lp_sent bool earlier to minimise the number of extra longpolls sent out.
Xiangfu f46c2b28 2012-02-13T16:09:45 add icarus to cgminer.c
Con Kolivas 3cdac04f 2012-02-19T23:13:02 Flag the pool that is the longpoll thread to avoid sending multiple longpolls during the slight delays between requesting and setting the lp_sent flag.
Con Kolivas 56baa874 2012-02-19T22:19:59 Make sure to request on the lp url when requesting a longpoll indrectly via get upstream work.
Con Kolivas 79e95dd9 2012-02-19T22:15:55 Store whether a work item is the result of a longpoll or not in struct work and use it to help determine block changes directly from the work longpoll bool.
Con Kolivas 39906718 2012-02-19T22:07:31 Keep track of when a longpoll has been sent for a pool and if the current pool is requesting work but has not sent a longpoll request, convert one of the work items to a longpoll as we may have switched pools but still be using the longpoll from the previous pool.
Con Kolivas 4eca1aa0 2012-02-19T21:50:02 Store the longpoll url in the pool struct and update it from the pool_active test in case it changes. This is to allow further changes to longpoll management on switching pools.
Con Kolivas f85b85d2 2012-02-19T21:28:23 Re-check for a longpoll supporting pool every 30 seconds if none is found initially.
Con Kolivas b217cbee 2012-02-19T20:33:09 Report threads as busy waiting on getwork on startup to avoid them being flagged sick on startup during slow networking.
Con Kolivas 02295c69 2012-02-19T20:19:47 Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal temperatures and --no-restart has not been set.
Con Kolivas 810ad045 2012-02-18T23:16:08 More copyright updates.
Con Kolivas 17cc279a 2012-02-18T22:41:48 Always use a fresh connection for longpoll as prolonged persistent connections can fail for many reasons.
Con Kolivas 06721957 2012-02-18T16:34:06 Freeze the queues on all threads that are sent the pause message to prevent them trying to start up again with saved pings in their queues.
Con Kolivas f0e12fc5 2012-02-18T00:25:48 Consolidate all screen updates to the watchdog thread and touch both windows before refresh.
Con Kolivas d2b3fbc9 2012-02-17T23:11:50 Curses will be disabled in clean_up so don't do it early in kill_work, and disable_adl so that GPU settings may be restored to normal in case shutting down curses leads to instability on windows.
Con Kolivas 61328a42 2012-02-17T23:10:01 Stop the mining threads before trying to kill them.
Con Kolivas 1c211c5f 2012-02-17T22:55:33 Plain refresh() does not give reliably screen updates so get rid of all uses of it.
ckolivas 9a0e4f8f 2012-02-15T15:21:43 Move logwindow down once number of devices is known.
ckolivas c235c7e3 2012-02-15T14:35:13 Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
ckolivas e259a994 2012-02-15T13:53:26 Make curses display visible right from the beginning and fix the window sizes so the initial messages don't get lost once the status window is drawn.
ckolivas c531f1bd 2012-02-15T10:34:26 Use the max_hashes variable to determine when to abandon work.
monson 8047af5a 2012-02-14T14:20:50 fix strcpy NULL pointer if env HOME unset.
Con Kolivas 56907db2 2012-02-12T18:21:30 Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
Con Kolivas 11123848 2012-02-12T17:53:50 Fix missing field initialisers warnings.
Con Kolivas 18853748 2012-02-11T22:01:51 Merge pull request #112 from luke-jr/jansson_compat Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
Luke Dashjr fdadb0b5 2012-02-11T15:46:08 Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
zefir e0fec357 2012-02-11T19:31:34 modularized logging, support for priority based logging Functions related to logging are extracted into dedicated source files for better maintainability. The existing low-level logging API is extended with a generalized scheme providing log functions log_{error, warning, notice, info, debug} that log messages based on a global opt_log_level. opt_log_level for now is set to LOG_NOTICE and might be modified via command line options or config files in future releases.
zefir 713e8be6 2012-02-04T14:22:47 move CPU chipset specific optimization into device-cpu
Con Kolivas 405a2120 2012-02-11T20:11:18 Remove unnecessary check for opt_debug on every invocation of applog at LOG_DEBUG and place the check in applog().
Con Kolivas 81d4f620 2012-02-11T15:15:03 Various string fixes for reject reason.
Con Kolivas b706da93 2012-02-11T14:55:12 Merge branch 'reject_reason' of https://github.com/luke-jr/cgminer into reject
Luke Dashjr 543265d6 2012-01-24T14:34:17 Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
Con Kolivas 8c609579 2012-02-10T19:07:53 Merge pull request #107 from kanoi/master Allow API to restrict access by IP address + other commits
Con Kolivas d24ee782 2012-02-11T13:57:35 Change message from recovered to alive since it is used on startup as well as when a pool has recovered.
Con Kolivas 8e682a2c 2012-02-11T13:53:09 Start mining as soon as any pool is found active and rely on the watchpool thread to bring up other pools.
Con Kolivas 405fcd76 2012-02-11T13:35:30 Delayed responses from testing pools that are down can hold up the watchdog thread from getting to its device testing code, leading to false detection of the GPU not checking in, and can substantially delay auto gpu/auto fan management leading to overheating. Move pool watching to its own thread.
Con Kolivas 5ec684ce 2012-02-11T13:20:32 Space out retrieval of extra work according to the number of mining threads.
Con Kolivas 37374bb4 2012-02-11T13:11:56 Make shutdown more robust. Enable the input thread only after the other threads exist. Don't kill off the workio thread and use it to exit main() only if there is an unexpected problem. Use kill_work() for all anticipated shutdowns where possible. Remove unused thread entry.
ckolivas 95a989da 2012-02-10T13:18:16 Conflicting entries of cl_kernel may have been causing problems, and automatically chosen kernel type was not being passed on. Rename the enum to cl_kernels and store the chosen kernel in each clState.
ckolivas 02c94272 2012-02-10T13:18:16 Conflicting entries of cl_kernel may have been causing problems, and automatically chosen kernel type was not being passed on. Rename the enum to cl_kernels and store the chosen kernel in each clState.
Con Kolivas 6e3ad7ad 2012-02-09T22:40:33 Logic fail on queue request.
Con Kolivas d40979d1 2012-02-09T22:28:59 No point discarding a share even if opt_fail is enabled.
Con Kolivas 435e5c85 2012-02-09T22:27:20 Work items have a tendency to expire at exactly the same time and we don't queue extra items when there are plenty in the queue, regardless of age. Allow extra work items to be queued if adequate time has passed since we last requested work even if over the limit.
Con Kolivas ffbf15ad 2012-02-09T22:00:04 Discard work when failover-only is enabled and the work has come from a different pool.
Con Kolivas 5b476100 2012-02-09T21:54:23 Move from the thread safe localtime_r to regular localtime which is the only one supported on newer pthread libraries on mingw32 to make it compile with the newer ming. Thread safety is of no importance where localtime is used in this code.
Kano f19e67fe 2012-02-08T19:06:24 Allow API to restrict access by IP address
Luke Dashjr f7a9897e 2012-01-26T00:07:42 Display X-Reject-Reason, when provided