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

71 Commits

Author SHA1 Message Date
troky
8cb4fc9d6e Added Pluck algo 2015-03-10 10:26:58 +01:00
troky
8d68e96934 Added Lyra2RE algo 2015-03-10 09:47:46 +01:00
troky
f366619269 Version bump to 5.1.1 2015-03-09 11:05:42 +01:00
troky
89c380a4ac Added WhirlpoolX algorithm 2015-03-09 11:01:20 +01:00
troky
4ced43ba2b MSVS fix. 2014-12-03 23:07:14 +01:00
ystarnaud
4ba8a68043 Merged develop branch with master +updates
Moved the develop code to master. Moving forward all updates will be
done on master unless it's work on a major feature.

This update contains all previous develop code as well as a few new ones
that weren't pushed yet:

* Added neoscrypt compatibility for xintensity/rawintensity
* Neoscrypt now uses correct TC if not specified or set to 0
* Reworked the application of pool settings on algorithm switch which
should resolve TC/Intensity changes between algos such as X11 and
neoscrypt
2014-12-03 10:09:55 -05:00
ystarnaud
81d9c9e574 Events framework
Added the ability to have users run commands, reboot the system or quit sgminer based on system events. These events can be defined and placed throughout the sgminer source. So far the events are: "gpu_sick", "gpu_dead" and "idle". I will document further shortly. Config example available here: http://pastebin.com/2rRv3EzH
2014-11-19 18:33:11 +01:00
ystarnaud
42737acf66 Added Neoscrypt with Wolf9466 improvements. 2014-11-19 12:06:16 +01:00
troky
ba9818a707 Fix version display in windows builds (mingw) 2014-11-16 19:52:30 +01:00
troky
32d95dd967 Updated to MSVS 2013 2014-11-16 12:51:58 +01:00
troky
e481d67e59 MSVS fix. 2014-09-19 18:50:02 +02:00
ystarnaud
a90bbf7dd2 Added "Fresh" Algorithm and optimized it for a slight speed increase using extra kernels. 2014-09-19 18:26:39 +02:00
troky
eb2ad8b3eb Removed AMD APP SDK include files. 2014-09-03 18:43:20 +02:00
troky
e39121bdfe Version bump for MSVS project. 2014-09-03 13:35:25 +02:00
troky
e0b34485f7 Fixed compatilibilty issues on MSVS. 2014-07-11 09:46:05 +02:00
troky
8b44007901 Fixed compatilibilty issues on MSVS. 2014-07-09 10:39:36 +02:00
troky
94607ba5c4 Merge pull request #310 from sgminer-dev/v5_0-jansson
Added Jansson as submodule.
2014-07-03 23:02:54 +02:00
troky
c196dfd2dd MSVS2010 project update. 2014-07-03 18:57:43 +02:00
troky
0950af71cf Documentation update. 2014-07-03 09:21:20 +02:00
troky
66ec621c9b Added Jansson as submodule. 2014-07-02 09:24:10 +02:00
ystarnaud
5c9126fd61 X14 Implementation
Added X14 and cleaned up the X13/X15 kernels so all 3 offshoots are in
sync. New option "--hamsi-short" or "hamsi-short":true to add a small
boost. May not work on all GPUs.
2014-07-01 01:33:20 -04:00
aznboy84
12a2accd7e MSVC X15 commit 2014-07-01 01:29:26 -04:00
aznboy84
847d454d9c Add bitblock files to solution 2014-07-01 01:29:25 -04:00
Noel Maersk
0677b9564e Merge branch 'master' into v5_0
Conflicts (resolved):
	NEWS.md
	sgminer.c
	util.c
2014-06-27 18:21:11 +03:00
Noel Maersk
92d2256dda Bump version to 4.2.2. 2014-06-27 17:59:08 +03:00
troky
d7d387a214 MSVS fix for talkcoin commit. 2014-06-21 18:43:59 +02:00
troky
1965131784 Moved strsep() implementation from winbuild.h to compat.h 2014-06-21 10:33:06 +02:00
troky
85a6adf8fb MSVS project update for config_parser commit 2014-06-20 20:06:14 +02:00
troky
8ad1d91c4f Fixed MSVS project bug introduced in d83d7bd386 2014-06-16 10:30:16 +02:00
troky
60a79024ad MSVS project cleanup. 2014-06-13 11:08:47 +02:00
troky
d83d7bd386 Removed original sha2 and made code use sph_sha2 2014-06-12 13:19:30 +02:00
troky
a564c24a4d MSVS: project cleanup and reorder. 2014-06-08 11:32:43 +02:00
Jan Berdajs
d04c096403 add ocl/ files to MSVC project 2014-06-08 03:26:50 +02:00
Jan Berdajs
e5779e1e26 move algorithms into separate folder 2014-06-08 03:26:42 +02:00
troky
04c0aeed3e MSVS: Removed Curl includes from sgminer tree as they are provided from Curl source archive. 2014-06-07 12:23:07 +02:00
troky
bc1c620b07 MSVS: Updated libcurl Makefile to v7.37.0 2014-06-07 12:13:45 +02:00
troky
8198286597 Fixed MSVS build. 2014-06-05 23:11:29 +02:00
troky
b8a1c1f660 MSVS compatibility update. 2014-06-05 10:20:43 +02:00
Jan Berdajs
713cfb52c0 update visual studio project (add new files), update solution (was too new for VS2010 Express) 2014-05-29 22:43:53 +02:00
Jan Berdajs
c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 2014-05-27 01:11:54 +02:00
Noel Maersk
76c462d0df Bump version to 4.2.1. 2014-05-22 19:37:08 +03:00
Noel Maersk
87ece62013 Bump version to 4.2.0. 2014-05-20 19:22: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
troky
9e481ebb3d VS2010 build: Removed kernel name definitions. 2014-03-18 11:05:01 +01:00
unknown
958764fecc MSVS build: Fixed debug build. MSVS doesn't like uninitialized variables. 2014-03-15 12:47:32 +01:00
Noel Maersk
8079d054d6 Merge branch 'nfactor'
Conflicts (resolved):
	Makefile.am
	winbuild/sgminer.vcxproj.filters
2014-03-14 17:46:54 +02:00
Noel Maersk
e59e4f5f8d Bump version to 4.1.153. 2014-03-14 17:37:57 +02:00
Noel Maersk
07f5787386 Merge pull request #144 from troky/master
Bugfix and cleanup.
2014-03-11 01:35:01 +02:00