|
dc6e2f4e
|
2012-03-13T16:19:55
|
|
Reading actual bitfilename
|
|
98d66641
|
2012-03-13T00:00:33
|
|
removing hard coded include path for libusb-1.0
|
|
56ec3127
|
2012-03-12T16:20:03
|
|
small fixes and cleanup
|
|
5bbce4c4
|
2012-03-12T00:55:38
|
|
nonce check and error driven freq scaling
Following BTCMiner's algorithm.
|
|
0902f21a
|
2012-03-11T16:58:50
|
|
add license headers and some cleanup
|
|
bd3dc6d9
|
2012-03-11T00:51:40
|
|
adding ztex bitstreams
|
|
99a188f9
|
2012-03-11T00:49:25
|
|
initial commit with some support for ztex 1.15x board.
This version is just a rough draft, but it does alredy mine.
Conflicts:
cgminer.c
configure.ac
|
|
c3ef4912
|
2012-04-15T09:46:43
|
|
Bump version number to 2.3.3
|
|
cdd4b63e
|
2012-04-15T09:44:18
|
|
More NEWS updates.
|
|
393200e8
|
2012-04-14T23:50:41
|
|
Don't even display that cpumining is disabled on ./configure to discourage people from enabling it.
|
|
e0c4d606
|
2012-04-14T23:47:34
|
|
Minor readme updates.
|
|
2b6ab755
|
2012-04-14T19:07:41
|
|
News update.
|
|
dc70fe9c
|
2012-04-14T17:38:31
|
|
Do a complete cgminer restart if the ATI Display Library fails, as it does on windows after running for some time, when fanspeed reporting fails.
|
|
7c6090fb
|
2012-04-14T15:48:31
|
|
Cache the initial arguments passed to cgminer and implement an attempted restart option from the settings menu.
|
|
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.
|
|
7367f57d
|
2012-04-14T09:28:39
|
|
Reuse Vals[] array more than W[] till they're re-initialised on the second sha256 cycle in poclbm kernel.
|
|
baadafa2
|
2012-04-14T01:54:12
|
|
Minor variable alignment in poclbm kernel.
|
|
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.
|
|
1152b4b4
|
2012-04-14T00:18:00
|
|
Re-initialising ADL simply made the driver fail since it is corruption over time within the windows driver that's responsible.
Revert "Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it."
This reverts commit d4c513030f6d6da4cb54c0d1499d332a3987c376.
|
|
0a39a22c
|
2012-04-14T00:14:59
|
|
Microoptimise poclbm kernel by ordering Val variables according to usage frequency.
|
|
ef76ec8a
|
2012-03-31T15:33:02
|
|
Add windows build docs to extra dist files.
|
|
fd81bdef
|
2012-03-31T15:29:13
|
|
Bump version number to 2.3.2
|
|
ded77968
|
2012-03-31T15:28:31
|
|
Update NEWS.
|
|
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.
|
|
fb881eac
|
2012-03-31T14:34:06
|
|
Revert the crossover of variables from Vals to W in poclbm kernel now that Vals are the first declared variables so they're used more frequently.
|
|
1a2130cc
|
2012-03-31T09:49:39
|
|
Vals variables appearing first in the array in poclbm is faster.
|
|
22bd7201
|
2012-03-31T01:17:26
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
c2cf8eb2
|
2012-03-31T01:13:27
|
|
Remove NEWS changelogs that were reverted.
|
|
9f70b9c8
|
2012-03-31T01:11:26
|
|
Revert "Add vector type hint to phatk kernel."
This reverts commit 27a6f7a81b3e2755072a6f89c92f329526cfe76c.
Has no demonstrable beneficial effect on phatk kernel.
|
|
d33ae6a7
|
2012-03-31T01:10:53
|
|
Revert "Use min() function on 2 vector output path in phatk kernel and don't use extra variable for both 2 and 4 vectors."
This reverts commit 532179b24d9943e0e48e364682c05c006821a35d.
Of no advantage.
|
|
cf0aebb4
|
2012-03-31T01:10:28
|
|
Revert "Update phatk version number."
This reverts commit 580888f91b2c7f6f17dc0d87b4c98a471e99cb30.
Removing changes which did nothing.
|
|
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
|
|
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
|
|
0be2b9e9
|
2012-03-30T21:58:15
|
|
Increase max devices to 64 (for FPGA support)
|
|
f9af5acf
|
2012-03-30T14:57:18
|
|
When using '-m' on linux, send the forked process a SIGTERM on exit
|
|
3fa3f60b
|
2012-03-30T00:03:29
|
|
api.c new commands: pgaenable pgadisable
|
|
1092f01b
|
2012-03-30T17:11:15
|
|
Update NEWS.
|
|
6274fbe7
|
2012-03-30T09:32:42
|
|
Change the preferred vector width to 1 for Tahiti only, not all poclbm kernels.
|
|
580888f9
|
2012-03-30T07:50:36
|
|
Update phatk version number.
|
|
532179b2
|
2012-03-29T21:39:17
|
|
Use min() function on 2 vector output path in phatk kernel and don't use extra variable for both 2 and 4 vectors.
|
|
27a6f7a8
|
2012-03-29T21:14:23
|
|
Add vector type hint to phatk kernel.
|
|
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.
|
|
a1879c80
|
2012-03-29T20:53:16
|
|
Only increment stale counter if the detected stales are discarded.
|
|
d4c51303
|
2012-03-29T11:47:28
|
|
Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it.
|
|
43ef4e04
|
2012-03-29T10:51:59
|
|
Move the ADL setup and clearing to separate functions and provide a reinit_adl function to be used when adl fails while running.
|
|
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.
|
|
2f715203
|
2012-03-28T22:36:48
|
|
Set the starting fanspeed to a safe and fairly neutral 50% when autofan is enabled.
|
|
b3edae4f
|
2012-03-28T04:30:39
|
|
Merge pull request #159 from pshep/master
Add check for CPU affinity ability. Irrelevant when not supporting CPU mining any more but a harmless patch and perhaps affinity may want to be used by some other code.
|
|
efcacbac
|
2012-03-28T04:29:12
|
|
Merge pull request #158 from Diapolo/master
diakgcn update
|
|
eb4233d5
|
2012-03-28T04:26:20
|
|
Merge pull request #156 from luke-jr/ignore_redundant
Ignore redundant-with-build options
|
|
7458927f
|
2012-03-28T04:25:54
|
|
Merge pull request #155 from luke-jr/no_curses
Make curses TUI support optional at compile-time.
|
|
2beb3500
|
2012-03-28T04:24:41
|
|
Merge pull request #153 from kanoi/master
Add API support for Icarus and Bitforce + Icarus fixes ++
|
|
e26f0ac1
|
2012-03-28T04:22:03
|
|
Merge pull request #154 from luke-jr/bugfix_withval
Bugfix: AC_ARG_WITH provides withval instead of enableval
|
|
36aadd66
|
2012-03-28T04:21:41
|
|
Merge pull request #152 from luke-jr/specify_driver
Allow specifying a specific driver for --scan-serial
|
|
ad824207
|
2012-03-28T04:21:18
|
|
Merge pull request #151 from luke-jr/libudev_detect_fixes
Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
|
|
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.
|
|
fa5e0675
|
2012-03-28T20:32:49
|
|
Display the beginning of the new block in verbose mode in the logs.
|
|
3c16c853
|
2012-03-28T20:13:08
|
|
Reinstate old diablo kernel variable ordering from 120222, adding only goffset and vector size hint. The massive variable ordering change only helped one SDK on 7970 but hurt other devices.
|
|
3f3c8361
|
2012-03-28T13:21:40
|
|
Change the version number on the correct kernels.
|
|
0699061a
|
2012-03-28T10:50:28
|
|
api.c devicecode/osinfo incorrectly swapped for json
|
|
6d4314d4
|
2012-03-27T23:04:17
|
|
Add extensive instructions on how to make a native windows build.
|
|
4325cff2
|
2012-03-27T23:01:24
|
|
Update version numbers of poclbm and diablo kernels as their APIs have also changed.
|
|
39395eb1
|
2012-03-27T19:58:51
|
|
Use poclbm preferentially on Tahiti now regardless of SDK.
|
|
746fe8b2
|
2012-03-05T16:52:17
|
|
Remove unused constant passed to poclbm.
|
|
2a3b7359
|
2012-03-05T16:44:53
|
|
Clean up use of macros in poclbm and use bitselect everywhere possible.
|
|
5fd7d462
|
2012-03-05T16:22:18
|
|
Add vector type hint to diablo kernel.
|
|
db873ba2
|
2012-03-05T16:19:15
|
|
Add worksize and vector attribute hints to the poclbm kernel.
|
|
325246d3
|
2012-03-05T11:37:20
|
|
Spaces for non-aligned variables in poclbm.
|
|
ab3e63ff
|
2012-03-05T10:39:43
|
|
More tidying of poclbm.
|
|
621bcca7
|
2012-03-27T22:10:17
|
|
Use global offset parameter to diablo and poclbm kernel ONLY for 1 vector kernels.
|
|
0af7bbd7
|
2012-03-05T10:09:10
|
|
Swap Vals and W variables where they can overlap in poclbm.
|
|
00796251
|
2012-03-05T10:07:11
|
|
More tidying of poclbm.
|
|
e1d580be
|
2012-03-05T09:49:50
|
|
Tidy up first half of poclbm.
|
|
c137c505
|
2012-03-05T01:46:07
|
|
Diablo tidy.
|
|
a32654bb
|
2012-03-04T16:12:44
|
|
Absorb as many ZA variables into each other in diablo kernel.
|
|
c10ea0b1
|
2012-03-04T12:16:26
|
|
Add spaces to new assignments in diablo kernel.
|
|
55188916
|
2012-03-04T11:19:16
|
|
Variable assignment alignment in diablo kernel.
|
|
338f6d57
|
2012-03-04T10:47:23
|
|
Clean up use of any() by diablo and poclbm kernels.
|
|
a7a9dbcf
|
2012-03-03T21:58:12
|
|
Minor variable symmetry changes in poclbm.
|
|
c297f63e
|
2012-03-03T21:21:05
|
|
Put additions on separate lines for consistency in poclbm.
|
|
3fa86135
|
2012-03-03T21:18:06
|
|
Consolidate last use of W11 into Vals4 in poclbm.
|
|
4885b02e
|
2012-03-03T20:45:02
|
|
Add last value in vectors in diablo and poclbm kernel for consistency with original code.
|
|
8140da91
|
2012-03-01T11:48:31
|
|
Separate out all additions of different variables in diablo kernel.
|
|
c43f8873
|
2012-03-01T09:54:34
|
|
Separate out additions in final vector code in diablo kernel as well.
|
|
dc2d4ab7
|
2012-02-29T22:32:29
|
|
Get rid of accessory braces.
|
|
4776ca8f
|
2012-02-29T17:36:27
|
|
Keep lines that reference the same variable together.
|
|
c8bd0e46
|
2012-02-29T11:46:28
|
|
Split addition lines without functions.
|
|
9901c668
|
2012-02-29T11:14:55
|
|
Remove unnecessary braces from diablo kernel.
|
|
40b18d5d
|
2012-02-27T20:57:30
|
|
Use the unrolled option for no vectors return code.
|
|
70de5ba7
|
2012-02-27T17:08:30
|
|
Convert additions to += in diablo kernel.
|
|
6121c2f1
|
2012-02-27T11:56:08
|
|
Reuse variables to decrease total number used in diablo kernel.
|
|
b99a0481
|
2012-02-27T09:32:31
|
|
Strip out unused variables from diablo array.
|
|
40f5aac9
|
2012-02-27T08:57:20
|
|
Machine optimise by removing one-use variables.
|
|
0f359a8e
|
2012-02-26T23:07:27
|
|
Merge all additions before output.
|
|
d8f14fd6
|
2012-02-26T21:33:26
|
|
Cluster Vals7 for use on output.
|
|
cba2d846
|
2012-03-26T22:00:00
|
|
Change email due to SPAM
|
|
25f914a3
|
2012-03-24T23:20:48
|
|
api.c miner.php add a '*' to the front of all notify counters - simplifies future support of new counters
|
|
229d022d
|
2012-03-24T11:58:30
|
|
miner.php add display 'notify' command
|
|
195bd57a
|
2012-03-23T16:21:01
|
|
Small change to help arch's without processor affinity
|
|
c01c8249
|
2012-03-24T09:55:22
|
|
Fix bitforce compile error
|