|
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
|
|
24376414
|
2012-02-10T19:20:45
|
|
Merge pull request #93 from luke-jr/bitforce_temp
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
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.
|
|
82798f6f
|
2012-02-10T18:42:58
|
|
Merge pull request #111 from luke-jr/bugfix_bitforce_id
Bugfix: BitFORCE index needs to be static to count correctly
|
|
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.
|
|
5be4bf70
|
2012-02-10T21:33:26
|
|
Bugfix: BitFORCE index needs to be static to count correctly
|
|
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.
|
|
5fbd0345
|
2012-02-11T12:11:30
|
|
Merge branch 'kernels' of github.com:ckolivas/cgminer into kernels
Conflicts:
configure.ac
device-gpu.c
poclbm120203.cl
|
|
cad84c6f
|
2012-02-11T11:51:15
|
|
Change poclbm version number.
|
|
4f1676f6
|
2012-02-11T02:12:34
|
|
One array is faster than 2 separate arrays so change to that in poclbm kernel..
|
|
f5903e60
|
2012-02-10T18:16:25
|
|
Microoptimisations to poclbm kernel which increase throughput slightly.
|
|
f2d5db0c
|
2012-02-10T16:45:35
|
|
Use only working kernels by default.
|
|
3d4c78ca
|
2012-02-11T11:44:19
|
|
Leave diakgcn and diablo kernels as silent options for now since they don't work.
|
|
b7fa2b50
|
2012-02-10T15:04:54
|
|
Make vectors compile in diablokernel.
|
|
451b82df
|
2012-02-10T14:42:47
|
|
Convert #if to #ifdef in diablo .cl.
|
|
59d3d011
|
2012-02-10T14:33:40
|
|
Implement diablo kernel support and try to make it work.
|
|
e2a9c667
|
2012-02-10T13:52:33
|
|
Import diablominer kernel.
|
|
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.
|
|
604b2f76
|
2012-02-10T10:47:39
|
|
Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to build.
|
|
e6cf96ad
|
2012-02-10T10:28:45
|
|
ALlow much longer filenames for kernels to load properly.
|
|
c43dd734
|
2012-02-09T14:18:40
|
|
renamed all rot-functions to rotr to be clear that it is a rotate right
|
|
ab848057
|
2012-02-09T14:08:55
|
|
changed base-nonce generation for non GOFFSET paths to use get_local_size(0) and left shift
|
|
1398a805
|
2012-02-09T14:01:59
|
|
leave out kernel parameter "const u base", if GOFFSET (not yet implemented) is defined
|
|
dcd28618
|
2012-02-09T13:58:27
|
|
changed format of output buffer from ulong * to uint * to be cgminer compatible
|
|
15cc3582
|
2012-02-09T13:36:07
|
|
First commit - only changed date in diakgcn120208.cl
|
|
80cf0fd4
|
2012-02-08T21:03:20
|
|
Diakgcn should be using the modified PreVal4 which includes T1.
|
|
cce08b6e
|
2012-02-08T18:13:32
|
|
Reinstate original code as much as possible for comparison.
|
|
9e9db012
|
2012-02-08T16:45:37
|
|
Convert to Unix EOL.
|
|
85e9a841
|
2012-02-08T16:24:46
|
|
Use K array explicitly to make it clear what is being added.
|
|
49cff570
|
2012-02-08T16:02:05
|
|
Use correct variable on output in diakgcn kernel.
|
|
033913ca
|
2012-02-08T15:40:10
|
|
First working port of the diakgcn kernel.
|
|
cb7145b1
|
2012-02-08T13:45:56
|
|
Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places.
|
|
3af3cbe9
|
2012-02-08T10:25:45
|
|
Import diakgcn kernel.
|
|
4822cca7
|
2012-02-10T10:23:06
|
|
Allow different kernels to be used by different devices and fix the logic fail of overcorrecting on last commit with !strstr.
|
|
196e8a0f
|
2012-02-10T09:10:57
|
|
Fix kernel selection process and build error.
|
|
ec2dfeac
|
2012-02-09T21:30:01
|
|
instead of uint *, int * was used as type for the output buffer (self-made bug from a former commmit)
|
|
c91155ac
|
2012-02-09T19:59:35
|
|
made code a bit more consistent and removed 2 unneeded brackets
|
|
17feecac
|
2012-02-09T15:37:00
|
|
queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
|
|
47a09cea
|
2012-02-09T15:15:03
|
|
added OpenCL >= 1.1 detection code, in preparation of OpenCL 1.1 global offset parameter support
|
|
2fa142d1
|
2012-02-11T02:12:34
|
|
One array is faster than 2 separate arrays so change to that in poclbm kernel..
|
|
13558597
|
2012-02-10T18:16:25
|
|
Microoptimisations to poclbm kernel which increase throughput slightly.
|
|
cef90ab0
|
2012-02-10T17:02:26
|
|
Merge branch 'kernels' into diablo
|
|
1bfa82c3
|
2012-02-10T17:02:13
|
|
Revert "Search for nonce if it is not found to be correct as a debugging check."
This reverts commit d9e07385daa59f945016850f075ef55d1784799f.
Purely a debugging exercise.
|
|
6776b0ea
|
2012-02-10T16:45:35
|
|
Use only working kernels by default.
|
|
d9e07385
|
2012-02-10T15:19:45
|
|
Search for nonce if it is not found to be correct as a debugging check.
|
|
92283efd
|
2012-02-10T15:04:54
|
|
Make vectors compile in diablokernel.
|
|
467ba352
|
2012-02-10T14:42:47
|
|
Convert #if to #ifdef in diablo .cl.
|
|
2270b4e0
|
2012-02-10T14:33:40
|
|
Implement diablo kernel support and try to make it work.
|
|
c864dbe6
|
2012-02-10T13:52:33
|
|
Import diablominer kernel.
|
|
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.
|
|
fa5f4a64
|
2012-02-10T10:47:39
|
|
Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to build.
|
|
35ea31b1
|
2012-02-10T10:28:45
|
|
ALlow much longer filenames for kernels to load properly.
|
|
8af2365e
|
2012-02-10T10:23:06
|
|
Allow different kernels to be used by different devices and fix the logic fail of overcorrecting on last commit with !strstr.
|
|
2b23805e
|
2012-02-10T09:10:57
|
|
Fix kernel selection process and build error.
|
|
c462ba5b
|
2012-02-10T08:28:31
|
|
Merge branch 'diakgcn' of https://github.com/Diapolo/cgminer into diakgcn
|
|
0fe8b607
|
2012-02-09T21:30:01
|
|
instead of uint *, int * was used as type for the output buffer (self-made bug from a former commmit)
|
|
68e36c65
|
2012-02-09T19:59:35
|
|
made code a bit more consistent and removed 2 unneeded brackets
|
|
7dfac0fa
|
2012-02-09T15:37:00
|
|
queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
|
|
ed7210af
|
2012-02-09T15:15:03
|
|
added OpenCL >= 1.1 detection code, in preparation of OpenCL 1.1 global offset parameter support
|
|
b2f81c95
|
2012-02-10T00:48:23
|
|
Merge branch 'diakgcn' of https://github.com/Diapolo/cgminer into diakgcn
|
|
2c7baa49
|
2012-02-10T00:48:03
|
|
Merge branch 'diakgcn' of https://github.com/ckolivas/cgminer into diakgcn
|
|
6d997d45
|
2012-02-09T14:18:40
|
|
renamed all rot-functions to rotr to be clear that it is a rotate right
|
|
05c74b05
|
2012-02-09T14:08:55
|
|
changed base-nonce generation for non GOFFSET paths to use get_local_size(0) and left shift
|
|
ecd2b0db
|
2012-02-09T14:01:59
|
|
leave out kernel parameter "const u base", if GOFFSET (not yet implemented) is defined
|
|
08342508
|
2012-02-09T13:58:27
|
|
changed format of output buffer from ulong * to uint * to be cgminer compatible
|
|
f25075c8
|
2012-02-09T13:36:07
|
|
First commit - only changed date in diakgcn120208.cl
|
|
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.
|
|
b54d462c
|
2012-02-09T21:56:07
|
|
Missing include to build on newer mingw32.
|
|
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.
|
|
041d6689
|
2012-02-08T21:03:20
|
|
Diakgcn should be using the modified PreVal4 which includes T1.
|
|
e5b856be
|
2012-02-08T20:08:01
|
|
Remove extra not needed trash :)
|
|
dab9b7e4
|
2012-02-08T19:55:29
|
|
Define in_addr_t in windows if required
|
|
95e1e195
|
2012-02-08T19:07:41
|
|
sys/wait.h not required in windows
|
|
f19e67fe
|
2012-02-08T19:06:24
|
|
Allow API to restrict access by IP address
|
|
59049765
|
2012-02-08T18:13:32
|
|
Reinstate original code as much as possible for comparison.
|
|
c5142b7f
|
2012-02-08T16:45:37
|
|
Convert to Unix EOL.
|
|
7a069b93
|
2012-02-08T16:24:46
|
|
Use K array explicitly to make it clear what is being added.
|
|
5eab0e76
|
2012-02-08T16:02:05
|
|
Use correct variable on output in diakgcn kernel.
|
|
53d33c75
|
2012-02-08T15:40:10
|
|
First working port of the diakgcn kernel.
|
|
a6c6866a
|
2012-02-08T13:45:56
|
|
Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places.
|
|
3596e375
|
2012-02-08T10:25:45
|
|
Import diakgcn kernel.
|
|
93f4e991
|
2012-02-07T23:51:53
|
|
Add pool switching to example miner.php
|
|
f7a9897e
|
2012-01-26T00:07:42
|
|
Display X-Reject-Reason, when provided
|
|
63777c9d
|
2012-02-06T21:37:22
|
|
Bump version to 2.2.3 with NEWS.
|
|
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.
|
|
2db367e7
|
2012-02-06T18:41:50
|
|
Bump version to 2.2.2
|
|
04b6ec94
|
2012-02-06T18:41:15
|
|
Curses needs to be included before stdbool to compile properly with pdcurses on mingw32.
|
|
aa8552a1
|
2012-02-06T18:24:38
|
|
Update NEWS.
|
|
43013514
|
2012-02-05T23:22:52
|
|
Merge pull request #104 from kanoi/master
Return last accepted share pool/time for devices
|
|
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.
|
|
1dff4297
|
2012-02-06T17:43:24
|
|
Don't send a ping to a dynamic device if it's not enabled as that will just enable it for one pass and then disable it again.
|
|
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.
|