1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-11 07:17:53 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Tanguy Pruvot
cec5baea95 enable colors by default, except for syslog
debug: show compared hash diffs in color
2014-09-09 21:59:03 +02:00
Tanguy Pruvot
402e416853 Add pentablake algo (-a penta)
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2014-09-09 21:58:58 +02:00
Tanguy Pruvot
42eafcbe85 Put CRC-32 function in a new unit
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2014-09-06 19:41:48 +02:00
Tanguy Pruvot
5ccd166916 blake: introduce pdata head cache (speed x2) 2014-09-06 16:26:53 +02:00
Tanguy Pruvot
65909ec3b7 blake: handle case when 2 hashes are found in a call 2014-09-06 11:43:32 +02:00
Tanguy Pruvot
52ec8830b1 blake: blakecoin variant now works 2014-09-06 01:21:30 +02:00
Tanguy Pruvot
ecc86af102 blake: sometimes faster, or not 2014-09-05 21:12:38 +02:00
Tanguy Pruvot
3356e6f8bf blake: some more KH/s on linux 2014-09-05 20:00:07 +02:00
Tanguy Pruvot
12fefe5de0 blake: add a few more MH/s, prepare blakecoin 2014-09-05 19:12:29 +02:00
Tanguy Pruvot
5682b7d241 blake: add also blakecoin (8-rounds) variant 2014-09-05 19:12:29 +02:00
Tanguy Pruvot
e1159629b4 blake: typo for windows on last commit 2014-09-05 09:47:24 +02:00
Tanguy Pruvot
746398f435 blake: fix reduced speed on windows, wtf 2014-09-04 17:34:30 +02:00
Tanguy Pruvot
3341e0324f blake: speed +10%, no more size conversions 2014-09-04 16:17:11 +02:00
Tanguy Pruvot
806c3e8691 enhance double scan checks 2014-09-04 11:11:39 +02:00
Tanguy Pruvot
69616b37ac hashlog: prepare store of scanned range 2014-09-03 14:49:13 +02:00
Tanguy Pruvot
1a4391d7ff hashlog: prevent double computing on jobs already done 2014-09-03 12:20:24 +02:00
Tanguy Pruvot
049e577301 tmp blake log 2014-09-03 09:49:14 +02:00
Tanguy Pruvot
43d3e93e1a blake: set a max throughput 2014-09-03 09:29:51 +02:00
Tanguy Pruvot
7e595a36ea blake: cleanup, remove d_hash buf, not in a chain
host: only bencode if gpu hash was found
2014-09-03 08:33:55 +02:00
Tanguy Pruvot
de80c7e9d1 blake: remove unused parameter and fix index in d_hash
that reduce the speed to 92MH/s but the next commit
give us 30 more

so, todo: merge the whole checkhash proc in gpu_hash
          and remove this d_hash buffer...
2014-09-02 20:20:53 +02:00
Tanguy Pruvot
530732458a blake: use a constant for threads, reduce mallocated d_hash size
and clean a bit more...
2014-09-01 20:00:25 +02:00
Tanguy Pruvot
0aeac878ef blake: tune up and cleanup, ~100 MH/s on a normal 750Ti
tested on linux and windows (x86 binary)...

but there is a high number of duplicated shares... weird
2014-09-01 12:24:26 +02:00
Tanguy Pruvot
c17d11e377 add "blake" 256, 14 rounds (for NEOS blake, not BlakeCoin)
also remove "missing" file, its old and not compatible with ubuntu 14.04
2014-09-01 05:53:36 +02:00