|
d1cddf8b
|
2012-02-21T22:23:07
|
|
Update licensing to GPL V3.
|
|
882e4d85
|
2012-02-21T03:14:20
|
|
Merge pull request #123 from xiangfu/icarus
Add Icarus Support to Cgminer
|
|
2f3a4a47
|
2012-02-21T21:56:30
|
|
Reset the longpoll flag after it's been used once to prevent it restarting work again.
|
|
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
|
|
00290a3e
|
2012-02-21T21:31:31
|
|
Select diablo kernel on all but GCN+SDK 2.6.
|
|
e3281c26
|
2012-02-21T20:03:13
|
|
When API shuts down cgminer don't kill itself
|
|
af7368da
|
2012-02-21T16:43:24
|
|
Don't make rolled work from the longpoll be seen as other longpoll work items.
|
|
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.
|
|
89b32b17
|
2012-02-20T09:28:01
|
|
Officially support diakgcn in code and docs.
|
|
fe4b5e1f
|
2012-02-20T08:24:41
|
|
Set the lp_sent bool earlier to minimise the number of extra longpolls sent out.
|
|
f46c2b28
|
2012-02-13T16:09:45
|
|
add icarus to cgminer.c
|
|
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.
|
|
56baa874
|
2012-02-19T22:19:59
|
|
Make sure to request on the lp url when requesting a longpoll indrectly via get upstream work.
|
|
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.
|
|
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.
|
|
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.
|
|
f85b85d2
|
2012-02-19T21:28:23
|
|
Re-check for a longpoll supporting pool every 30 seconds if none is found initially.
|
|
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.
|
|
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.
|
|
810ad045
|
2012-02-18T23:16:08
|
|
More copyright updates.
|
|
17cc279a
|
2012-02-18T22:41:48
|
|
Always use a fresh connection for longpoll as prolonged persistent connections can fail for many reasons.
|
|
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.
|
|
f0e12fc5
|
2012-02-18T00:25:48
|
|
Consolidate all screen updates to the watchdog thread and touch both windows before refresh.
|
|
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.
|
|
61328a42
|
2012-02-17T23:10:01
|
|
Stop the mining threads before trying to kill them.
|
|
1c211c5f
|
2012-02-17T22:55:33
|
|
Plain refresh() does not give reliably screen updates so get rid of all uses of it.
|
|
9a0e4f8f
|
2012-02-15T15:21:43
|
|
Move logwindow down once number of devices is known.
|
|
c235c7e3
|
2012-02-15T14:35:13
|
|
Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
|
|
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.
|
|
c531f1bd
|
2012-02-15T10:34:26
|
|
Use the max_hashes variable to determine when to abandon work.
|
|
8047af5a
|
2012-02-14T14:20:50
|
|
fix strcpy NULL pointer if env HOME unset.
|
|
56907db2
|
2012-02-12T18:21:30
|
|
Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
|
|
11123848
|
2012-02-12T17:53:50
|
|
Fix missing field initialisers warnings.
|
|
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)
|
|
fdadb0b5
|
2012-02-11T15:46:08
|
|
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
|
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.
|
|
713e8be6
|
2012-02-04T14:22:47
|
|
move CPU chipset specific optimization into device-cpu
|
|
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().
|
|
81d4f620
|
2012-02-11T15:15:03
|
|
Various string fixes for reject reason.
|
|
b706da93
|
2012-02-11T14:55:12
|
|
Merge branch 'reject_reason' of https://github.com/luke-jr/cgminer into reject
|
|
543265d6
|
2012-01-24T14:34:17
|
|
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
8c609579
|
2012-02-10T19:07:53
|
|
Merge pull request #107 from kanoi/master
Allow API to restrict access by IP address + other commits
|
|
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.
|
|
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.
|
|
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.
|
|
5ec684ce
|
2012-02-11T13:20:32
|
|
Space out retrieval of extra work according to the number of mining threads.
|
|
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.
|
|
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.
|
|
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.
|
|
6e3ad7ad
|
2012-02-09T22:40:33
|
|
Logic fail on queue request.
|
|
d40979d1
|
2012-02-09T22:28:59
|
|
No point discarding a share even if opt_fail is enabled.
|
|
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.
|
|
ffbf15ad
|
2012-02-09T22:00:04
|
|
Discard work when failover-only is enabled and the work has come from a different pool.
|
|
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.
|
|
f19e67fe
|
2012-02-08T19:06:24
|
|
Allow API to restrict access by IP address
|
|
f7a9897e
|
2012-01-26T00:07:42
|
|
Display X-Reject-Reason, when provided
|
|
e0540bd4
|
2012-02-06T21:23:20
|
|
Revert "Rewrite the convoluted get_work() function to be much simpler and roll work as much as possible with each new work item."
This reverts commit dec99ab739d16f2dd4f48482e713a25ebaef8e66.
This seems to cause a race on work in free_work(). Presumably other threads are still accessing the structure.
|
|
de4c6c29
|
2012-02-06T18:12:22
|
|
Provide support for the submitold extension on a per-pool basis based on the value being detected in a longpoll.
|
|
dec99ab7
|
2012-02-06T17:36:51
|
|
Rewrite the convoluted get_work() function to be much simpler and roll work as much as possible with each new work item.
|
|
a3e77937
|
2012-02-06T16:11:53
|
|
Roll as much work as possible from the work returned from a longpoll.
|
|
eff9fe43
|
2012-02-06T10:42:52
|
|
Rolling work on each loop through the mining thread serves no purpose.
|
|
d42d0c8e
|
2012-02-06T10:41:05
|
|
Allow to stage more than necessary work items if we're just rolling work.
|
|
b9612715
|
2012-02-06T10:40:04
|
|
Replace divide_work with reuse_work function used twice.
|
|
0307f9bb
|
2012-02-06T10:37:29
|
|
Give rolled work a new ID to make sure there is no confusion in the hashtable lookups.
|
|
d991a09e
|
2012-02-06T08:00:09
|
|
Remove now-defunct hash_div variables.
|
|
36d2fa48
|
2012-02-05T22:39:28
|
|
Silence unused parameter warnings.
|
|
294ac0b6
|
2012-02-05T22:33:58
|
|
Stagger the restart of every next thread per device to keep devices busy ahead of accessory threads per device.
|
|
82f74af5
|
2012-02-05T21:36:41
|
|
Deprecate the --donation feature.
Needlessly complex, questionable usefulness, depends on author's server and a central pool of some kind, and was not heavily adopted.
|
|
488a3b73
|
2012-02-05T17:31:19
|
|
It's devices that report back now, not threads.
|
|
23685aa4
|
2012-02-05T17:28:53
|
|
Continue auto-management of fan and engine speeds even if a device is disabled for safety reasons.
|
|
01659bcc
|
2012-02-05T14:35:45
|
|
Abstract out tests for whether work has come from a block that has been seen before and whether a string is from a previously seen block.
|
|
0ebc0c9d
|
2012-02-04T17:49:49
|
|
Add last share's pool info in cgpu_info
|
|
53c1e9ae
|
2012-02-04T15:15:57
|
|
Allow the OpenCL platform ID to be chosen with --gpu-platform.
|
|
cda798d9
|
2012-02-04T13:05:28
|
|
Only enable curses on failure if curses is desired.
|
|
e0b0a6c0
|
2012-01-30T23:11:39
|
|
Modularize code: main.c -> device-cpu + device-gpu
This patch is an initial attempt to re-structure cgminer source
code from its monolithic design (with nearly all code being
concentrated in main.c) to a more modular one.
In this first stage, the conditionally compiled functions for
GPU and CPU mining were extracted into dedicated files:
* device-cpu.h and device-cpu.c covering WANT_CPUMINE functions
* device-gpu.h and device-gpu.c covering HAVE_OPENCL functions
The main.c file is left untouched as reference, while the
remainder without the extracted parts is located in cgminer.c.
The Makefile.am has been updated to use the re-structured
source files for the build.
Above pure re-structuring *NO* functional modifications were
made. The sources were tested to compile and run on on a
current Linux system with working CPU and GPU mining
(Bitforce not tested due to loack of hardware).
|