1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 06:48:05 +00:00
Commit Graph

108 Commits

Author SHA1 Message Date
Luke Dashjr
b4ba9c3f00 Bugfix: Icarus: Invalidate old job, even if no nonce found in it 2012-04-21 19:55:11 -04:00
Luke Dashjr
11234c3353 Icarus: Use gettimeofday to more accurately measure scanhash time, and calibrate scan time estimate based on actual data 2012-04-21 14:19:22 -04:00
Luke Dashjr
34f86417cc Icarus: Abandon a scanhash early when work restart requested 2012-04-21 10:53:34 -04:00
Luke Dashjr
355a87e10b Bugfix: Calculate Icarus timeout-exhausted nonce count correctly
We're only waiting 8 seconds for results from Icarus, but actually exhausing the nonce space requires 11.3
2012-04-21 10:49:17 -04:00
Luke Dashjr
1291f5a407 Icarus: Use epoll (where available) to get nonces ASAP 2012-04-21 10:21:23 -04:00
Luke Dashjr
b8778839e9 Merge branch 'master' into unify_drivers
Conflicts:
	cgminer.c
2012-04-21 02:36:19 -04:00
Luke Dashjr
303dbf4664 Abstract add_cgpu function, to handle device id numbering and devices array 2012-03-18 20:09:03 -04:00
Luke Dashjr
e131dfab31 Unify drivers as driver-*.c and add driver name to API 2012-03-13 12:18:23 -04:00