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

4054 Commits

Author SHA1 Message Date
Con Kolivas
a84e424b73 Locking error in bflsc_send_work 2013-04-26 13:04:20 +10:00
Con Kolivas
cbe13be85c Use htobe32 function for converting nonce in bflsc. 2013-04-26 12:57:21 +10:00
Con Kolivas
102b9477aa Replace deprecated bzero with memset in bflsc driver. 2013-04-26 12:54:48 +10:00
Con Kolivas
5c1ecaffa3 Fix compilation of bflsc driver without opencl. 2013-04-26 12:48:33 +10:00
Con Kolivas
4c8acdf9dc Check for realloc failures in bflsc driver. 2013-04-26 12:44:01 +10:00
Con Kolivas
b0f8b278ca Check for failure to calloc in bflsc driver. 2013-04-26 12:41:19 +10:00
Con Kolivas
5c30059142 Trivial style change 2013-04-26 12:39:21 +10:00
Con Kolivas
c30391225f Use copy_time function in bflsc driver. 2013-04-26 12:35:14 +10:00
Con Kolivas
41fa60ce59 Use cgtime in bflsc driver and update copyright notice. 2013-04-26 12:32:28 +10:00
Con Kolivas
e92b13a2a2 Use a separate function for bfl initialise that doesn't require locking. 2013-04-26 12:21:25 +10:00
Con Kolivas
009008ade7 Fix BFLSC building. 2013-04-26 12:00:44 +10:00
Kano
c769db692d bflsc v0.1 2013-04-26 10:32:28 +10:00
Con Kolivas
ea0adf652d Bump version to 3.0.1 2013-04-25 00:23:00 +10:00
Con Kolivas
a7a86402d8 Update NEWS. 2013-04-25 00:22:38 +10:00
Con Kolivas
2643ad1b22 Use only the one jump in ocl.c to bypass binary saves for osx opencl. 2013-04-25 00:16:09 +10:00
Con Kolivas
0a8f584909 Initialise variables not set on OSX in ocl.c. 2013-04-25 00:09:09 +10:00
Con Kolivas
9aae2256d3 Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU. 2013-04-24 23:53:44 +10:00
Con Kolivas
d835ef75d1 Receive failures in recv_line should unconditionally fail. 2013-04-24 23:16:21 +10:00
Con Kolivas
06f7f52553 Revert "Add more debugging to recv_line parse failure."
This reverts commit b615502b2b.

Unnecessary.
2013-04-24 23:14:41 +10:00
Con Kolivas
412ef440b3 Use sock_blocks in api.c 2013-04-24 23:08:22 +10:00
Con Kolivas
af60a19ddd Use sock_blocks function for stratum send and receive. 2013-04-24 23:07:42 +10:00
Con Kolivas
a2a7a036f0 Create an OS specific sock_blocks function. 2013-04-24 23:05:44 +10:00
Con Kolivas
181cb1635f There should be no error response code with return value 0 in recv_line. 2013-04-24 21:26:44 +10:00
Con Kolivas
b615502b2b Add more debugging to recv_line parse failure. 2013-04-24 21:14:20 +10:00
Con Kolivas
e95695dbc7 Check for errors on stratum recv for any recv return value less than 1 and only parse the response if it's positive. 2013-04-24 20:44:41 +10:00
Con Kolivas
baa5a6e7a7 Further fix distdir for hexdump.c 2013-04-22 19:39:59 +10:00
Con Kolivas
3d835fc3e9 Fix build and distdir. 2013-04-22 19:28:50 +10:00
Con Kolivas
a06260405c Bump version to 3.0.0 2013-04-22 15:03:11 +10:00
Con Kolivas
78a608713f Update NEWS for 3.0 release. 2013-04-22 15:02:41 +10:00
Con Kolivas
cd9cd9680d Merge branch 'nocpu' 2013-04-22 14:38:36 +10:00
Con Kolivas
1253c9737c Update NEWS for 2.11.4 release. 2013-04-22 14:37:02 +10:00
Con Kolivas
f4b2790761 Remove all CPU mining code. 2013-04-22 14:35:43 +10:00
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