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

359 Commits

Author SHA1 Message Date
Noel Maersk
474c783316 core: rename sgminer.c to miner.c.
Remember forking from cgminer? Changing cgminer->sgminer was a drag.
Help future others have less of this.
2014-04-15 16:57:11 +03:00
Noel Maersk
f5709910fb api: Bugfix, bump version to 4.1.271, initialise name/desc/algo in addpool() so checks for NULL work.
Otherwise API "addpool|a,b,c" command segfaults (access uninitialised
memory address).
2014-04-12 19:28:23 +03:00
Noel Maersk
49fecf93a3 misc: Bump version to 4.1.270. 2014-04-12 18:10:00 +03:00
Noel Maersk
336135f888 misc: Bump version to 4.1.242. 2014-04-07 21:19:46 +03:00
Noel Maersk
0adf597640 build: remove kernel name definitions from configure.ac. 2014-03-17 21:57:00 +02:00
Noel Maersk
e59e4f5f8d Bump version to 4.1.153. 2014-03-14 17:37:57 +02:00
Markus Peloquin
bf8e37ce19 Support building in cygwin.
Revised the compiler platform macros. Building goes like
$ AMDAPPSDKROOT= CPPFLAGS=-I/usr/include/ncurses ./configure
2014-02-07 22:31:40 -08:00
Noel Maersk
321c4c73bf Bump version to 4.1.0. 2014-02-07 19:44:31 +02:00
Noel Maersk
f5c51b7771 build: don't allow disabling OpenCL (it is mandatory).
Closes https://github.com/veox/sgminer/issues/76
2014-02-05 15:35:54 +02:00
Noel Maersk
f2f2bcedc7 build: use git version if available.
Borrowed from Arch Linux pacman:

https://projects.archlinux.org/pacman.git/tree/
2014-02-04 15:18:27 +02:00
Noel Maersk
76b79b2fb2 build: fix AC_INIT string of configure.ac.
As specified in https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html
2014-02-04 12:46:09 +02:00
Oriumpor
8b92708d23 Replace second ZUIKKIS_KERNNAME for PSW_KERNNAME
Build still broken:

sgminer.c: In function âwrite_configâ:
sgminer.c:4193: error: âPSW_KERNNAMEâ undeclared (first use in this function)
sgminer.c:4193: error: (Each undeclared identifier is reported only once
sgminer.c:4193: error: for each function it appears in.)
2014-02-02 10:50:24 -08:00
bigchirv
4082064191 Adding definition for psw's kernel name. 2014-02-02 05:45:52 -04:30
Noel Maersk
cd5fa8d3cb Merge branch 'windows-cross-compile' 2014-01-27 21:19:47 +02:00
Noel Maersk
cae071b837 Merge branch 'kernels' 2014-01-27 00:48:25 +02:00
Noel Maersk
08abb9e417 build: reorder ADL checks.
If `--disable-adl-checks` is given, enable ADL immediately.
2014-01-23 23:17:15 +02:00
Noel Maersk
e9af2109c3 doc: change bog reporting address. 2014-01-22 22:39:00 +02:00
Noel Maersk
0c38db6393 build: Add --disable-adl-checks
Requested in https://github.com/veox/sgminer/issues/26

configure.ac needs an overhaul (see SDMINER_SDK).
2014-01-22 12:56:06 +02:00
Noel Maersk
5f326d64f5 kernel: allow choosing Alexey Karimov's kernels.
Am I the only one who gets a segfault?..
2014-01-21 10:36:55 +02:00
Noel Maersk
7950c10374 kernel: integrate Zuikkis' kernel, selectable with --kernel=zuikkis.
Kernel ckolivas is still the default. Needs documentation, too.

https://github.com/veox/sgminer/issues/4
2014-01-20 23:38:39 +02:00
Noel Maersk
9d1db95a28 misc: move scrypt130511.cl kernel file to kernel/ckolivas.cl
Prepare for more kernels. :)

Get rid of the kernel date, since this fudges up commit history.

Named after Con Kolivas, the most recent committer.
2014-01-20 16:04:43 +02:00
Noel Maersk
3bf3df09b7 Bump version to 4.0.0.
First sgminer release.
2014-01-15 17:26:18 +02:00
Noel Maersk
5b977125fa misc: Replace many (but not all) instances of 'cgminer' with 'sgminer'.
Just ran a `sed -i 's/cgminer/sgminer/'` on several files.
2014-01-15 15:36:19 +02:00
Noel Maersk
199cb10e18 HAVE_OPENCL is mandatory, remove checks form code an build system. 2013-12-05 20:49:18 +02:00
Noel Maersk
ec1796e864 Remove scrypt selection form configure.ac altogether. 2013-11-24 20:06:38 +02:00
Noel Maersk
aa06d390be Don't report that scrypt is enabled in configure output. 2013-11-24 19:42:40 +02:00
Noel Maersk
95586f72f0 Squash-merge branch dead-end with unnecessary check removals. 2013-11-24 16:18:10 +02:00
Noel Maersk
d0070c0424 HARD RESET to: Remove Bitcoin detection code.
I'm pretty sure no one was working on this but me.

The code was unusable (gave 100% hardware errors) due to me not
testing it sufficiently. I hope this will not happen again.

ADL doesn't work for some reason, too.
2013-11-19 02:32:58 +02:00
Con Kolivas
829f0687bf Bump version to 3.7.2 2013-11-06 00:26:12 +11:00
Con Kolivas
0485208342 Bump version to 3.7.1 2013-11-05 22:07:26 +11:00
Con Kolivas
e503fadb78 Bump version to 3.7.0 2013-11-04 19:29:29 +11:00
Con Kolivas
774061e3f2 Minor style changes to output. 2013-10-31 12:31:34 +11:00
Con Kolivas
c4542f2b96 Merge branch 'master' into hfa
Conflicts:
	Makefile.am
	api.c
	configure.ac
	miner.h
2013-10-31 12:29:59 +11:00
Vitalii Demianets
53570ae8a0 KnC driver: knc-spi-fpga ASIC driver
This driver talks to KnCMiner controller via SPI

Protocol specification is available at
https://github.com/KnCMiner/jupiter-hw-docs/blob/master/fpga_spi.md
2013-10-26 23:58:52 +02:00
Con Kolivas
4940b7198e Merge branch 'master' into hashfast 2013-10-26 22:12:34 +11:00
Con Kolivas
1e35965710 Bump version to 3.6.6 2013-10-26 20:28:27 +11:00
Con Kolivas
2d67bb06dc Merge branch 'master' into hashfast 2013-10-26 16:22:13 +11:00
Con Kolivas
47554f86aa Bump version to 3.6.5 2013-10-26 14:51:01 +11:00
Con Kolivas
5ea6a8eaa2 Merge branch 'master' into hashfast
Conflicts:
	Makefile.am
2013-10-23 22:45:56 +11:00
Con Kolivas
4f7b6fe4c3 Avoid entering static libusb directory if --with-system-libusb is enabled. 2013-10-23 22:40:13 +11:00
Con Kolivas
e76421320e Minor opencl build corrections. 2013-10-23 22:31:00 +11:00
Con Kolivas
ed16f32d8f Enable dynamic linking against system libusb --with-system-libusb 2013-10-23 22:24:58 +11:00
Con Kolivas
05478b5937 Convert opencl to need to be explicitly enabled during build with --enable-opencl 2013-10-23 21:19:03 +11:00
Con Kolivas
31e8ebaffa Merge branch 'master' into hashfast 2013-10-19 16:08:17 +11:00
Con Kolivas
43699c76b7 Bump version to 3.6.4 2013-10-18 23:45:41 +11:00
Con Kolivas
f5baf9f57a Merge branch 'master' into hashfast
Conflicts:
	usbutils.h
2013-10-18 19:12:13 +11:00
Con Kolivas
06ed3e381b Bump version to 3.6.3 2013-10-17 20:32:56 +11:00
Con Kolivas
74a4ccba28 Bump version to 3.6.2 2013-10-17 08:31:29 +11:00
Con Kolivas
d529a3fdbd Initial import of jansson-2.5 2013-10-17 08:29:24 +11:00
Con Kolivas
ab5b2229f8 Bump version to 3.6.1 2013-10-15 00:31:06 +11:00