1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Denis Ahrens
f553c50b7b ztex: if we had only errors in one round we do not count the errors
to detect a totally non working fpga we only do that if the last
round had some valid nonces.

if we would count the errors the automatic megahertz adaption
would drop and never recover.
2013-01-01 22:52:46 +01:00
Denis Ahrens
9b1d0c9d95 libztex: removed an unused struct member (ztex->valid) 2012-12-09 11:39:56 +01:00
Denis Ahrens
44c0f72a53 libztex: silenced another warning 2012-12-08 12:56:03 +01:00
Peter Stuge
318ef85a9f Require pkg-config to find libusb-1.0, and fix libusb.h #includes 2012-11-25 05:42:42 +01:00
Con Kolivas
8bc60506c5 Revert "Find libusb-1.0 with pkg-config except on mingw, and fix #include path"
This reverts commit ce72dbea7d.
2012-11-25 09:47:26 +11:00
Peter Stuge
ce72dbea7d Find libusb-1.0 with pkg-config except on mingw, and fix #include path 2012-11-21 19:56:05 +01:00
Con Kolivas
e55ef04df6 Revert "Find libusb-1.0 using pkg-config and correct the libusb.h #include path"
This reverts commit 171c3d0c72.

Rollback breakage.
2012-11-18 23:44:08 +11:00
Peter Stuge
171c3d0c72 Find libusb-1.0 using pkg-config and correct the libusb.h #include path 2012-11-16 00:26:55 +01:00
nelisky
ed60e33a94 Some tweaks to reporting and logging.
- Adding fpga number to the ztex string representation
- Removing usb details from the ztex string representation
- First frequency set no longer reports a bogus old freq
2012-05-04 08:33:13 -07:00
nelisky
57a72d51fb Blind implementation of multi-fpga board 1.15y. 2012-05-02 07:26:52 -07:00
Con Kolivas
d90e36d926 Export missing function from libztex. 2012-04-27 09:42:37 +10:00
nelisky
b29edd111d Using less heap space as my TP-Link seems to not handle this much 2012-04-25 01:55:56 -07:00
nelisky
5f5e1063f4 Firmware 15d4 support
Not yet using suspend and while we have fpga counting implemented it isn't being used yet, thus only the groundwork for quad board support is done, not actually working yet.
2012-04-22 08:14:54 -07:00
nelisky
c280dd0dae Moving space indentation to tabs
For consistency with cgminer sources
2012-04-17 01:51:53 -07:00
nelisky
381c294878 had freqM1 as int when it is a double. 2012-04-16 11:40:22 -07:00
nelisky
3197ca54e4 Better cleanup and error handling 2012-04-16 04:11:28 -07:00
nelisky
c3bda2b709 adding path to libusb include 2012-04-16 04:07:19 -07:00
nelisky
dc6e2f4e18 Reading actual bitfilename 2012-04-16 04:07:12 -07:00
nelisky
5bbce4c42c nonce check and error driven freq scaling
Following BTCMiner's algorithm.
2012-04-16 04:06:23 -07:00
nelisky
0902f21a04 add license headers and some cleanup 2012-04-16 04:06:11 -07:00
nelisky
99a188f94f 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
2012-04-16 04:01:51 -07:00