1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-10 06:47:53 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
Tanguy Pruvot
bc2eb75758 Add fresh algo (based on djm34 code)
Cleaned up and adapted to my changes (cputest added)

Remove Makefile.in which should be in gitignore

(Plz refresh it with ./config.sh to compile on linux)
2014-08-19 18:31:26 +02:00
Tanguy Pruvot
d9ea5f72ce Remove duplicated defines present in cuda_helper.h
also add cudaDeviceReset() on Ctrl+C for nvprof
2014-08-19 03:29:11 +02:00
Tanguy Pruvot
a3ea36a5f9 cudaDeviceReset on Ctrl+C for nvprof 2014-08-19 03:28:31 +02:00
Tanguy Pruvot
e1aa028b9f x15: optimize, adds some kH/s 2014-08-18 00:58:44 +02:00
Tanguy Pruvot
a9a3ad8afc cuda: check for errors on cuda mem alloc 2014-08-17 22:41:05 +02:00
Tanguy Pruvot
6984a001d6 Win32 build fix after linux work (configure) 2014-08-15 03:59:49 +02:00
Tanguy Pruvot
cf7351d138 x10 funcs cleanup, we dont need host constant tables 2014-08-15 03:40:13 +02:00
Tanguy Pruvot
35c0eb5512 x15: optimize the algo 2014-08-15 03:34:27 +02:00
Tanguy Pruvot
17e10400a4 Switch to shader model 5.0 for the GTX 750 2014-08-15 00:12:06 +02:00
Tanguy Pruvot
81d7e0421d x15 now works 2014-08-15 00:11:59 +02:00
Tanguy Pruvot
8e32e5ea09 cputest: add other hashes to cpu tests 2014-08-14 23:35:02 +02:00
Tanguy Pruvot
9d3d09103b Try to restore compat with 2.1 devices (GTX 460) 2014-08-12 18:07:50 +02:00
Tanguy Pruvot
2c8ccd0edc refresh pregenerated linux make files 2014-08-12 14:47:08 +02:00
Tanguy Pruvot
2c9e4127de libs: only copy the 32 or 64bit in output folder 2014-08-12 14:47:08 +02:00
Tanguy Pruvot
06763c20b1 Implement x14 (cuda + cpu functions)
Project was updated for VS2013 and CUDA SDK 6.5

add also a --cputest function to dump cpu hash results

TODO: x15 is not fully functional, but first loop seems ok

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2014-08-12 14:47:03 +02:00
Christian Buchner
df840b7dfb commit missing Makefile.am 2014-06-15 20:12:31 +02:00
Christian Buchner
6c346eef64 bump to revision V1.2 2014-06-15 14:34:24 +02:00
Christian Buchner
d99b91ea65 adding third party X13 and Diamond Groestl code contributions. 2014-06-15 14:31:20 +02:00
Christian Buchner
3b21069504 bump to revision V1.1 with Killer Groestl 2014-06-14 01:43:28 +02:00
Christian Buchner
ac40fac038 The ccminer console output looks a bit more like cudaMiner now. 64 bit Windows compilation should no longer take "forever" but only "annoyingly long" 2014-05-19 23:34:41 +02:00
Christian Buchner
be5ba30131 massive speed upgrade for the SIMD hash. AMD, be afraid. 2014-05-14 11:04:09 +02:00
Christian Buchner
44d38e3a9a Simplification of the SIMD hash code (remove unnecessary lookup tables), increase X11 throughput value somewhat 2014-05-11 02:24:26 +02:00
Christian Buchner
baf6c9e4e3 fix syntax problem in Makefile.am 2014-05-10 00:42:59 +02:00
Christian Buchner
af07302b4b v1.0 - Yo, I heard y'all like X11 2014-05-10 00:29:59 +02:00
Christian Buchner
e2bfb4b14f committing a quick attempt at NIST5 (TalkCoin) 2014-05-08 09:25:37 +02:00
Christian Buchner
02994ac434 updated for v0.9 binary release 2014-05-07 00:34:59 +02:00
Christian Buchner
ea32195a8a v0.9: adding missing VC++ project file and fixing Win compilation 2014-05-06 16:09:59 +02:00
Christian Buchner
e049f32fee bump to revision v0.9 (VC++ project files not updated yet) 2014-05-06 13:53:52 +02:00
Christian Buchner
c5c73b62fd compile fix for Linux (incorrect filename in Makefile.am) 2014-05-05 22:52:32 +02:00
Christian Buchner
2fc0d54aac Merge branch 'master' of https://github.com/cbuchner1/ccminer 2014-05-05 21:17:23 +02:00
Christian Buchner
be044f31a1 Speed optimization: do MUCH LESS Groestl in Jackpot, throw away 75% of the hashes. More speed ;-) 2014-05-05 21:15:48 +02:00
Christian Buchner
dd1de4fed9 bug fix for low GPU utilization 2014-05-04 01:07:29 +02:00
Christian Buchner
48996faf0f stratum fixes for 1gh.com MNR pool 2014-05-03 22:18:40 +02:00
Christian Buchner
9ff175f8e6 small fixes for compilation and help 2014-05-03 21:25:21 +02:00
Christian Buchner
f22ae4ebde forgot this file in previous commit 2014-05-03 21:09:43 +02:00
Christian Buchner
6c8eff98c0 bump to revision v0.8 2014-05-03 21:01:50 +02:00
Christian Buchner
61cbdc62d0 fix the dreaded FEMRI spelling mistake 2014-05-01 10:09:26 +02:00
Christian Buchner
0506a78eca compilation fix 2014-05-01 08:55:17 +02:00
Christian Buchner
433d653723 bump to revision 0.7 2014-05-01 08:36:56 +02:00
Christian Buchner
0659d697c1 Revision 0.6 with myriad-groestl and jackpot coin 2014-04-27 01:26:08 +02:00
Christian Buchner
9efd6487b4 Merge branch 'master' of https://github.com/cbuchner1/ccminer 2014-04-27 01:17:06 +02:00
Christian Buchner
07cbafe96c Revision 0.6 with myriad-groestl and jackpot coin 2014-04-27 01:14:18 +02:00
Christian Buchner
bdef3bb22e committing a faster table based version of the GroestlCoin algo for those who can compile the source code 2014-04-17 23:38:48 +02:00
Christian Buchner
2ca6ede92b update to version v0.5 (2014-03-27) 2014-03-27 00:47:12 +01:00
Christian Buchner
1bb78f0258 committing version v0.4 2014-03-24 22:53:13 +01:00
Christian Buchner
b93669a99f committing changes to v0.3 release - added Groestlcoin. 2014-03-23 21:39:26 +01:00
Christian Buchner
a3f4e78a20 bump to version v0.2 2014-03-21 22:13:17 +01:00
Christian Buchner
f67ee69819 last minute changes to repo (v0.1 release) 2014-03-18 23:09:43 +01:00
Christian Buchner
6aac3fbba5 commit initial version 0.1 2014-03-18 22:17:40 +01:00
Christian Buchner
24402aed6d Initial commit 2014-03-18 14:13:03 -07:00