1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 22:38:01 +00:00
Commit Graph

4222 Commits

Author SHA1 Message Date
Con Kolivas
e999caa4dc Merge pull request #427 from gzm55/master
compile on win32
2013-04-21 20:28:28 -07:00
James Z.M. Gao
e00a1b0e52 compile on win32 2013-04-22 11:19:15 +08:00
Con Kolivas
31e51952e9 Update SCRYPT README with improved hashrates for 7970. 2013-04-22 11:49:58 +10:00
Con Kolivas
856aa49c9c Use copy_time helper throughout cgminer.c 2013-04-22 10:59:55 +10:00
Con Kolivas
d2abaa8317 Provide wrappers for commonly used timer routines with API stats. 2013-04-22 10:49:10 +10:00
Con Kolivas
170a4aeb26 Avoid one cgtime call in sole_hash_work. 2013-04-22 10:00:34 +10:00
Con Kolivas
3cc42231f1 Fulltest is true if value is <= target. 2013-04-22 09:53:34 +10:00
Con Kolivas
3c61a51ea5 Use system host to endian functions for clarity in fulltest. 2013-04-22 09:48:41 +10:00
Con Kolivas
4597c0a17e Provide endian_flipX functions to avoid special casing big endian in cgminer.c 2013-04-22 09:35:48 +10:00
Con Kolivas
8d81f1d207 Provide a flip128 helper to simplify big endian flipping. 2013-04-22 09:28:06 +10:00
Con Kolivas
c351f8d8d3 Use flip helpers to simplify code for calculation of midstate. 2013-04-22 09:23:13 +10:00
Con Kolivas
f50ae46850 Use flip32 function instead of open coding it in gen_stratum_work. 2013-04-22 09:08:51 +10:00
Con Kolivas
62a1403b3b Move util.c exports to util.h 2013-04-21 19:41:54 +10:00
Con Kolivas
5b702bc0da Fix warning on building avalon on win32 2013-04-21 19:36:37 +10:00
Con Kolivas
849567cb35 Use cgtime in driver-avalon.c 2013-04-21 19:19:22 +10:00
Con Kolivas
79df6b9f79 Use cgtime in driver-icarus.c 2013-04-21 19:18:15 +10:00
Con Kolivas
9eb851cd53 Use cgtime in driver-bitforce.c 2013-04-21 19:17:23 +10:00
Con Kolivas
93901011cf Use cgtime in logging.c 2013-04-21 19:15:34 +10:00
Con Kolivas
3ab81ee6ce Use cgtime in usbutils.c 2013-04-21 19:14:52 +10:00
Con Kolivas
0face980e8 Use cgtime in driver-opencl.c 2013-04-21 19:13:47 +10:00
Con Kolivas
207e93d8b7 Use cgtime wrapper in driver-modminer.c 2013-04-21 19:12:29 +10:00
Con Kolivas
3cb24c2ca3 Use cgtime in driver-ztex.c 2013-04-21 19:11:20 +10:00
Con Kolivas
564fd36c8e Use cgtime in compat.h 2013-04-21 19:10:37 +10:00
Con Kolivas
17ee0eb439 Use cgtime instead of gettimeofday in fpgautils.c 2013-04-21 19:09:29 +10:00
Con Kolivas
bb964b4b99 Replace gettimeofday usage in cgminer.c with cgtime 2013-04-21 19:08:30 +10:00
Con Kolivas
3d7f824363 Create a cgminer specific gettimeofday wrapper that is always called with tz set to NULL and increases the resolution on windows. 2013-04-21 19:02:44 +10:00
Con Kolivas
3b5ef34371 Add high resolution to nmsleep wrapper on windows. 2013-04-21 18:01:49 +10:00
Con Kolivas
57e5bfbb25 Set default ocl work size for scrypt to 256. 2013-04-21 09:36:49 +10:00
Con Kolivas
92c61cbd4c Merge pull request #426 from gzm55/master
compile avalon driver on win32 and win64
2013-04-19 03:10:44 -07:00
James Z.M. Gao
7ada22a4e6 define le32toh if needed 2013-04-19 09:13:36 +08:00
James Z.M. Gao
5ba07b9a03 Merge remote-tracking branch 'upstream/master' 2013-04-19 09:03:41 +08:00
Con Kolivas
d5981f8380 Merge pull request #425 from BitSyncom/avalon
fliter out the wrong result from adjust fan code
2013-04-18 18:01:40 -07:00
Xiangfu
8e8313c974 fliter out the wrong result from adjust fan code 2013-04-19 08:57:07 +08:00
James Z.M. Gao
19be008900 Merge remote-tracking branch 'upstream/master' 2013-04-19 08:55:13 +08:00
James Z.M. Gao
50cf25942e compile avalon driver on win32 and win64 2013-04-19 08:54:36 +08:00
ckolivas
5315838d2d Restart threads on the rare chance we found the block ourselves. 2013-04-19 09:19:05 +10:00
ckolivas
76ecffbf65 Add more FAQs about crossfire. 2013-04-19 09:12:31 +10:00
Con Kolivas
a3bbe0e116 Set last device valid work on adding device. 2013-04-18 18:19:35 +10:00
Con Kolivas
3fa4a9f55f Increment last device valid work count in submit_nonce to cover scrypt. 2013-04-18 17:58:58 +10:00
Con Kolivas
d49ecf198e Set opt_scrypt drv max diff for correctness. 2013-04-18 17:22:38 +10:00
Con Kolivas
bc0e71448e Make scrypt submission use the submit_nonce code, with nonces matching endianness. 2013-04-18 17:14:59 +10:00
Con Kolivas
c1ff90a7ab Do testing for HW errors on submit nonce for both scrypt and sha. 2013-04-18 15:07:32 +10:00
Con Kolivas
6b714dd431 Increment hardware error count from the one site. 2013-04-18 14:47:46 +10:00
Con Kolivas
2dea04704a Merge branch 'master' of github.com:ckolivas/cgminer 2013-04-18 12:49:31 +10:00
Con Kolivas
2029d8299d Merge pull request #423 from gzm55/master
build out of source dir
2013-04-17 19:49:17 -07:00
Con Kolivas
a6250fbb96 Rename scrypt regenhash function for consistency. 2013-04-18 12:26:32 +10:00
Con Kolivas
daea9c95a7 Add new best share info to verbose logging. 2013-04-18 12:11:41 +10:00
James Z.M. Gao
473865db50 Merge remote-tracking branch 'upstream/master' 2013-04-18 08:48:48 +08:00
Con Kolivas
8bb52b4481 Merge branch 'master' of github.com:ckolivas/cgminer 2013-04-18 10:47:24 +10:00
Con Kolivas
1a7fc4e9cc Add notice for when network diff is changed. 2013-04-18 10:47:02 +10:00