Commit Graph

  • 3356e6f8bf blake: some more KH/s on linux Tanguy Pruvot 2014-09-05 20:00:07 +0200
  • 12fefe5de0 blake: add a few more MH/s, prepare blakecoin Tanguy Pruvot 2014-09-05 18:17:11 +0200
  • 5682b7d241 blake: add also blakecoin (8-rounds) variant Tanguy Pruvot 2014-09-05 10:52:04 +0200
  • 416f7f3708 hashlog: keep compat with VS2012 Tanguy Pruvot 2014-09-05 18:16:40 +0200
  • e1159629b4 blake: typo for windows on last commit Tanguy Pruvot 2014-09-05 09:46:45 +0200
  • e0487aac46 blake: typo for windows on last commit Tanguy Pruvot 2014-09-05 09:46:45 +0200
  • 3e44e52300 Release v1.4 with blake (NEOS) 1.4-tpruvot Tanguy Pruvot 2014-09-03 14:20:49 +0200
  • 033fb5745c Release v1.4 with blake Tanguy Pruvot 2014-09-04 20:04:55 +0200
  • 9bf927a496 hashlog: fix erase while iterating exception Tanguy Pruvot 2014-09-04 18:18:53 +0200
  • 746398f435 blake: fix reduced speed on windows, wtf Tanguy Pruvot 2014-09-04 17:34:30 +0200
  • 3341e0324f blake: speed +10%, no more size conversions Tanguy Pruvot 2014-09-04 16:17:11 +0200
  • 2ebfb546a6 clean extra logs, show bloc height on new jobs Tanguy Pruvot 2014-09-04 12:41:49 +0200
  • 415945eb20 Makefile: use the CUDA_CFLAGS var Tanguy Pruvot 2014-09-04 11:34:45 +0200
  • 806c3e8691 enhance double scan checks Tanguy Pruvot 2014-09-04 08:55:00 +0200
  • a270adc4b6 to test on windows Tanguy Pruvot 2014-09-03 21:05:15 +0200
  • 124ddee2fe blake: fix of bad difficulty Tanguy Pruvot 2014-09-03 14:56:51 +0200
  • 69616b37ac hashlog: prepare store of scanned range Tanguy Pruvot 2014-09-03 13:53:01 +0200
  • b1f5df374d stratum: store server time offset in context Tanguy Pruvot 2014-09-03 12:54:13 +0200
  • 1a4391d7ff hashlog: prevent double computing on jobs already done Tanguy Pruvot 2014-09-02 12:40:52 +0200
  • 049e577301 tmp blake log Tanguy Pruvot 2014-09-03 09:49:14 +0200
  • 43d3e93e1a blake: set a max throughput Tanguy Pruvot 2014-09-03 09:29:51 +0200
  • 7e595a36ea blake: cleanup, remove d_hash buf, not in a chain Tanguy Pruvot 2014-09-02 21:13:37 +0200
  • de80c7e9d1 blake: remove unused parameter and fix index in d_hash Tanguy Pruvot 2014-09-02 12:40:44 +0200
  • 2d42ae6de5 stratum: handle a small cache of submitted jobs Tanguy Pruvot 2014-09-02 05:09:31 +0200
  • 1b8c3c12fa debug: a new boolean to log or not json rpc data Tanguy Pruvot 2014-09-02 03:38:57 +0200
  • 1f99aae0ff exit on repeated duplicate shares (to enhance) Tanguy Pruvot 2014-09-01 18:49:23 +0200
  • 530732458a blake: use a constant for threads, reduce mallocated d_hash size Tanguy Pruvot 2014-09-01 12:22:51 +0200
  • 0aeac878ef blake: tune up and cleanup, ~100 MH/s on a normal 750Ti Tanguy Pruvot 2014-09-01 06:12:55 +0200
  • 4a52d0553b debug: show json methods, hide hash/target if ok Tanguy Pruvot 2014-09-01 10:22:32 +0200
  • 1fb9becc1f cpu-miner: sort algos by name, show reject reason Tanguy Pruvot 2014-09-01 08:44:19 +0200
  • bfe96c49b0 release 1.4, update README... Tanguy Pruvot 2014-08-25 11:21:06 +0200
  • c17d11e377 add "blake" 256, 14 rounds (for NEOS blake, not BlakeCoin) Tanguy Pruvot 2014-08-31 08:57:48 +0200
  • c56af0d976 output: show the current stratum/algo on new blocks Tanguy Pruvot 2014-08-31 02:51:24 +0200
  • ce9b8002cd fix automake and remove useless files, update build.sh Tanguy Pruvot 2014-08-30 22:29:35 +0200
  • ba7b6ba1a0 cputest: simplified func to print hashes with algo names Tanguy Pruvot 2014-08-30 22:46:59 +0200
  • e878df8eb5 vstudio: disable incremental linking Tanguy Pruvot 2014-08-28 01:45:41 +0200
  • 675aa4aea4 vstudio: remove dependency to msvcp dll Tanguy Pruvot 2014-08-26 07:12:37 +0200
  • bcc19981c3 windows: use a static lib of pthreads 2.9.1 Tanguy Pruvot 2014-08-25 23:41:17 +0200
  • bcb15f85a1 vstudio unix2dos project files Tanguy Pruvot 2014-08-26 03:25:57 +0200
  • aefb64c369 windows: implements the color option Tanguy Pruvot 2014-08-26 02:40:06 +0200
  • 869a042330 m7: update vstudio project 1.4-mpirlib Tanguy Pruvot 2014-08-25 08:42:07 +0200
  • c9ce05a82b m7: fine tune threads and max registers Tanguy Pruvot 2014-08-25 06:39:06 +0200
  • fcd381cda2 m7: forgot to indent some cuda files Tanguy Pruvot 2014-08-25 06:24:21 +0200
  • 871add21f1 m7: adapt cpu-miner for m7 stratum (working) Tanguy Pruvot 2014-08-25 02:00:01 +0200
  • bf55536ba6 m7, add sources from djm34 repo (v6+) Tanguy Pruvot 2014-08-24 22:36:55 +0200
  • 10314d844f whirlpool: remove dead code, win 2ms in final hash Tanguy Pruvot 2014-08-24 04:09:20 +0200
  • 52dade56b5 heavy: warnings and tabs (no changes) Tanguy Pruvot 2014-08-23 23:54:01 +0200
  • ee2f6dece5 x17: update vstudio project Tanguy Pruvot 2014-08-23 22:43:33 +0200
  • 64e8cd3f98 add x17 algo, cleaned djm34 commit Tanguy Pruvot 2014-08-23 18:18:24 +0200
  • 5d6a489b98 scrypt: fix implicit function declaration Tanguy Pruvot 2014-08-23 21:49:05 +0200
  • 2c24bc93d4 Makefile: luffa was using more than 80 regs (10 vs 14ms) Tanguy Pruvot 2014-08-23 01:57:12 +0200
  • 5cf024cc5d whirl: add missing merkle for some pools Tanguy Pruvot 2014-08-23 01:43:15 +0200
  • b3becb67dd groestl: small optimisation (nist5 + 100kH on a 750Ti) Tanguy Pruvot 2014-08-22 19:42:57 +0200
  • 0867fb15c6 output: add the --color parameter (-C) Tanguy Pruvot 2014-08-07 07:37:29 +0200
  • d928317981 vs2013: hamsi need 72 registers, simd 64 Tanguy Pruvot 2014-08-22 08:29:09 +0200
  • 09ecb490c6 vs2013: simplify project options Tanguy Pruvot 2014-08-22 04:07:31 +0200
  • 3f6ebc10cc whirlpool: x64 asm is very slow (30ms win32 vs 90) Tanguy Pruvot 2014-08-22 00:12:13 +0200
  • 91da15aa75 windows: intercept Ctrl+C to use nvprof Tanguy Pruvot 2014-08-21 18:44:45 +0200
  • b4e690b486 sources: swith to UTF-8 Tanguy Pruvot 2014-08-21 08:27:48 +0200
  • a586cee493 quark: dos2unix files to reduce problems later Tanguy Pruvot 2014-08-21 08:15:02 +0200
  • 82981f9736 update README 1.3-tpruvot-x86 1.3-tpruvot Tanguy Pruvot 2014-08-21 05:52:40 +0200
  • 912ef1215d small reg tunes, rename whirlcoin to whirl Tanguy Pruvot 2014-08-21 02:21:39 +0200
  • 7d430edc25 x15: optimize by 2ms (39ms to 37) Tanguy Pruvot 2014-08-20 20:49:24 +0200
  • 0c27bd42a4 whirlcoin: update vstudio project Tanguy Pruvot 2014-08-20 08:10:51 +0200
  • 1fbcbbacc4 Add whirlcoin and optimize x11 luffa (maxrregcount) Tanguy Pruvot 2014-08-20 07:49:22 +0200
  • 4bc23048b5 x15: use djm34 code with asm xor64 + my rot64 Tanguy Pruvot 2014-08-20 05:44:02 +0200
  • 194fda87c1 x11: restore simd host2dev memcpytosymbol to reduce used cmem Tanguy Pruvot 2014-08-19 18:09:25 +0200
  • bc2eb75758 Add fresh algo (based on djm34 code) Tanguy Pruvot 2014-08-19 15:34:15 +0200
  • d9ea5f72ce Remove duplicated defines present in cuda_helper.h Tanguy Pruvot 2014-08-18 03:45:48 +0200
  • a3ea36a5f9 cudaDeviceReset on Ctrl+C for nvprof Tanguy Pruvot 2014-08-19 03:17:30 +0200
  • e1aa028b9f x15: optimize, adds some kH/s Tanguy Pruvot 2014-08-18 00:58:44 +0200
  • a9a3ad8afc cuda: check for errors on cuda mem alloc Tanguy Pruvot 2014-08-17 22:41:05 +0200
  • 6984a001d6 Win32 build fix after linux work (configure) Tanguy Pruvot 2014-08-15 03:56:49 +0200
  • cf7351d138 x10 funcs cleanup, we dont need host constant tables Tanguy Pruvot 2014-08-15 03:33:26 +0200
  • 35c0eb5512 x15: optimize the algo Tanguy Pruvot 2014-08-15 00:29:24 +0200
  • 17e10400a4 Switch to shader model 5.0 for the GTX 750 Tanguy Pruvot 2014-08-14 23:36:47 +0200
  • 81d7e0421d x15 now works Tanguy Pruvot 2014-08-14 23:35:40 +0200
  • 8e32e5ea09 cputest: add other hashes to cpu tests Tanguy Pruvot 2014-08-14 19:49:31 +0200
  • 9d3d09103b Try to restore compat with 2.1 devices (GTX 460) Tanguy Pruvot 2014-08-12 18:07:50 +0200
  • 2c8ccd0edc refresh pregenerated linux make files Tanguy Pruvot 2014-08-12 13:38:48 +0200
  • 2c9e4127de libs: only copy the 32 or 64bit in output folder Tanguy Pruvot 2014-08-12 14:10:09 +0200
  • 06763c20b1 Implement x14 (cuda + cpu functions) Tanguy Pruvot 2014-08-08 08:06:06 +0200
  • df840b7dfb commit missing Makefile.am v1.2 Christian Buchner 2014-06-15 20:12:31 +0200
  • 6c346eef64 bump to revision V1.2 Christian Buchner 2014-06-15 14:34:24 +0200
  • d99b91ea65 adding third party X13 and Diamond Groestl code contributions. Christian Buchner 2014-06-15 14:31:20 +0200
  • 3b21069504 bump to revision V1.1 with Killer Groestl v1.1 Christian Buchner 2014-06-14 01:43:28 +0200
  • 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" Christian Buchner 2014-05-19 23:34:41 +0200
  • be5ba30131 massive speed upgrade for the SIMD hash. AMD, be afraid. Christian Buchner 2014-05-14 11:04:09 +0200
  • 44d38e3a9a Simplification of the SIMD hash code (remove unnecessary lookup tables), increase X11 throughput value somewhat Christian Buchner 2014-05-11 01:55:29 +0200
  • baf6c9e4e3 fix syntax problem in Makefile.am v1.0 Christian Buchner 2014-05-10 00:42:59 +0200
  • af07302b4b v1.0 - Yo, I heard y'all like X11 Christian Buchner 2014-05-10 00:29:59 +0200
  • e2bfb4b14f committing a quick attempt at NIST5 (TalkCoin) Christian Buchner 2014-05-08 09:25:37 +0200
  • 02994ac434 updated for v0.9 binary release Christian Buchner 2014-05-07 00:34:59 +0200
  • ea32195a8a v0.9: adding missing VC++ project file and fixing Win compilation Christian Buchner 2014-05-06 16:04:10 +0200
  • e049f32fee bump to revision v0.9 (VC++ project files not updated yet) Christian Buchner 2014-05-06 13:53:52 +0200
  • c5c73b62fd compile fix for Linux (incorrect filename in Makefile.am) Christian Buchner 2014-05-05 22:52:32 +0200
  • 2fc0d54aac Merge branch 'master' of https://github.com/cbuchner1/ccminer Christian Buchner 2014-05-05 21:17:23 +0200
  • be044f31a1 Speed optimization: do MUCH LESS Groestl in Jackpot, throw away 75% of the hashes. More speed ;-) Christian Buchner 2014-05-05 21:15:48 +0200
  • dd1de4fed9 bug fix for low GPU utilization Christian Buchner 2014-05-04 01:07:29 +0200
  • 48996faf0f stratum fixes for 1gh.com MNR pool v0.8 Christian Buchner 2014-05-03 22:18:40 +0200