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

3981 Commits

Author SHA1 Message Date
Con Kolivas
be5a20c8d6 Fix warnings. 2013-04-06 02:29:21 +11:00
Con Kolivas
67be00e41e Create an array of 4 lots of work for avalon and cycle through them. 2013-04-06 02:25:48 +11:00
Con Kolivas
6752c24750 Remove unused per unit matching work count for avalon. 2013-04-06 01:42:45 +11:00
Con Kolivas
7dda3e4402 Rename the confusing avalon_info pointer. 2013-04-06 01:34:40 +11:00
Con Kolivas
2f75a5d89e Simplify avalon scanhash code using the new find_queued_work_bymidstate function. Partially works only. 2013-04-06 01:03:21 +11:00
Con Kolivas
67c5da49b6 Members of cgpu_info for avalon are not meant to be in the union. 2013-04-05 21:01:42 +11:00
Con Kolivas
2f371f13f5 Use correct struct device_drv for avalon_drv. 2013-04-05 20:26:29 +11:00
Kano
8959f8d0ae cgminer.c -S help to only say Icarus 2013-04-05 20:06:03 +11:00
Con Kolivas
23fa953bfc Check enough work is queued before queueing more in avalon_fill. 2013-04-05 18:51:20 +11:00
Con Kolivas
f0806c6828 Actually put the work in the avalon queue. 2013-04-05 18:34:05 +11:00
Con Kolivas
180230220f Rneame avalon_api to avalon_drv. 2013-04-05 18:31:20 +11:00
Con Kolivas
71bae003bc First draft of port of avalon driver to new cgminer queued infrastructure. 2013-04-05 14:52:07 +11:00
Con Kolivas
dea35d3349 Add Makefile entry for driver-avalon. 2013-04-05 13:32:09 +11:00
Con Kolivas
017e7cbd49 Add configure support for avalon. 2013-04-05 13:30:52 +11:00
Con Kolivas
86821eb45d Fix mingw cross compilation being broken by win32/win64 patches. 2013-04-05 11:58:21 +11:00
Con Kolivas
e9a65bba40 Only update hashrate calculation with the log interval. 2013-04-05 11:18:08 +11:00
Con Kolivas
97a9172370 Update the total_tv_end only when we show the log to prevent failure to update logs. 2013-04-05 11:01:20 +11:00
Con Kolivas
ee13924b86 Minor README updates. 2013-04-05 10:38:31 +11:00
Con Kolivas
e62cb4ee12 Add example 7970 tuning for scrypt in readme. 2013-04-05 10:32:52 +11:00
Con Kolivas
71c834389d Update driver recommendations. 2013-04-05 10:27:25 +11:00
Con Kolivas
9804d2d6a1 Add extensive GPU FAQs for the flood of new Scrypt miners. 2013-04-05 10:19:28 +11:00
Con Kolivas
2675c5c397 Remove help option for cpumining in build environment. 2013-04-05 09:19:38 +11:00
Con Kolivas
00f7688142 Remove scripts that make it too easy to compile CPU mining support. 2013-04-05 09:16:46 +11:00
Con Kolivas
1a8bfad0a0 Merge pull request #416 from gzm55/master
Compile CPU mining for win32 and win64
2013-04-04 15:16:06 -07:00
James Z.M. Gao
c9ae715019 Compile CPU mining for win32 and win64 2013-04-04 22:59:10 +08:00
Con Kolivas
dfea623960 Merge branch 'master' of github.com:ckolivas/cgminer 2013-04-04 08:44:41 +11:00
Con Kolivas
6cdbf6e4f1 Remove references to CPU mining from README. 2013-04-04 08:43:54 +11:00
Con Kolivas
b81ef944ce Merge pull request #415 from kanoi/bflsc
LTC text typo
2013-04-02 16:00:53 -07:00
Kano
ed480de9c1 LTC text typo 2013-04-03 09:57:16 +11:00
Con Kolivas
5f567345ba Merge branch 'master' of github.com:ckolivas/cgminer 2013-04-03 02:13:05 +11:00
Con Kolivas
b3e734e7e1 Show share hash as little endian as needed. 2013-04-03 02:12:00 +11:00
Con Kolivas
0d8c3fe018 Merge pull request #412 from BitSyncom/avalon-sync
api-example.c: add a -o option for output pure message
2013-04-01 20:10:06 -07:00
Con Kolivas
76712c15fd Merge pull request #414 from kanoi/bflsc
work queues - remove new but unnecessary functions + generic work structure flags for BFLSC (and usable by other drivers if needed)
2013-04-01 15:53:43 -07:00
Kano
f080db5fee generic work structure flags for BFLSC (and usable by other drivers if needed) 2013-04-02 09:50:05 +11:00
Kano
ea327f7ba2 work queues - remove new but unnecessary functions 2013-04-01 13:10:15 +11:00
Con Kolivas
ea4cf57d94 Merge pull request #413 from kanoi/bflsc
find_work() to find work in devices work queue + usbutils extra message requirements + functions for handling work queues
2013-03-31 15:25:46 -07:00
Con Kolivas
e95813c8f6 Make hashmeter frequency for hash_queued_work match sole_work. 2013-04-01 09:22:58 +11:00
Kano
73616fb810 miner.h missing extern 2013-04-01 00:38:19 +11:00
Kano
131e20042a functions for handling work queues 2013-04-01 00:35:50 +11:00
Kano
8dd1ed2454 usbutils extra message requirements 2013-03-31 21:58:48 +11:00
Kano
b3ae0f168e find_work() to find work in devices work queue 2013-03-31 21:54:32 +11:00
Con Kolivas
86acbddcd7 Update links and recommended SDKs. 2013-03-30 10:38:38 +11:00
Con Kolivas
48a1d8a19e Update scrypt readme re drivers and sdk. 2013-03-30 10:35:37 +11:00
Con Kolivas
125194d879 Merge pull request #411 from kanoi/bflsc
BFL FPGA Windows timeout set to 999ms + usbutils.c usb_cmdname() usb_cmds -> string name
2013-03-29 07:27:26 -07:00
Kano
cef96ddb8c usbutils.c usb_cmdname() usb_cmds -> string name 2013-03-30 01:21:02 +11:00
Kano
e88652bc56 BFL FPGA Windows timeout set to 999ms 2013-03-29 21:33:57 +11:00
Con Kolivas
4aea663875 Merge pull request #410 from kanoi/bflsc
AUTHORS - spam update time (one year since the last)
2013-03-28 23:36:01 -07:00
Kano
96ac718b13 AUTHORS - spam update time (one year since the last) 2013-03-29 17:18:18 +11:00
Xiangfu
9619d040d6 api-example.c: add a -o option for output pure message 2013-03-28 18:26:05 +08:00
Con Kolivas
b8f4fa480c Update README for x970 memdiff values. 2013-03-25 08:32:23 +11:00