Commit Graph

  • 82a7e62b30 skein: cleanup, strip uint2x4.h + update vstudio Tanguy Pruvot 2015-10-23 12:17:11 +0200
  • ef817df79a import sp skein512 unrolled 64-bytes kernel (+0,6% x11) Tanguy Pruvot 2015-10-23 08:23:09 +0200
  • dec6dbed77 api: add best share diff and last share time Tanguy Pruvot 2015-10-22 15:01:15 +0200
  • e90ade048a ndevs: get vendor names on windows too Tanguy Pruvot 2015-10-22 13:35:01 +0200
  • 59a6cd133b nvapi: x86 can also get sub vendor ids Tanguy Pruvot 2015-10-22 12:12:47 +0200
  • 355b835ae0 benchmark: enhance the mem leak detection Tanguy Pruvot 2015-10-16 22:01:29 +0200
  • 4868c412b0 windows: add support for SM 2.1, drop SM 3.5 (x86) Tanguy Pruvot 2015-10-15 23:00:56 +0200
  • a7d54cd7ef blake: no need to fail on init, no big alloc Tanguy Pruvot 2015-10-15 20:10:58 +0200
  • c3d10db873 algos: move cmdline algo/alias parser in a func Tanguy Pruvot 2015-10-15 08:33:55 +0200
  • e5d1cf8416 lyra2v2: typo in type, its a struct of 4x uint2 :p Tanguy Pruvot 2015-10-15 06:48:42 +0200
  • 6a9280a045 lyra2v2: set a better TPB for intensity 20 (sm52) Tanguy Pruvot 2015-10-14 21:55:40 +0200
  • 5a08c21355 diff: store solved blocs count, update the api Tanguy Pruvot 2015-10-14 20:20:16 +0200
  • 32f212469b lyra2/v2: fixes for vstudio Tanguy Pruvot 2015-10-13 01:40:47 +0200
  • 5bf1f98200 various fixes for SM 2.1 and the benchmark Tanguy Pruvot 2015-10-14 02:04:13 +0000
  • 8fd2739a65 lyra2: support for SM 2.1 cards (GTX 460) Tanguy Pruvot 2015-10-14 00:42:28 +0000
  • fc84c719e9 lyra2: improve cuda implementation (part 1, SM5+) Tanguy Pruvot 2015-10-13 00:25:14 +0200
  • 9dfa757dc7 warn on cuda errors + various small changes Tanguy Pruvot 2015-10-12 04:49:12 +0200
  • 8fbfe2cfda add gpulog() function helper, simple and multi-threads Tanguy Pruvot 2015-10-11 09:59:39 +0200
  • 58c0bb5c02 intensity: fix typo and drop old function Tanguy Pruvot 2015-10-11 08:39:07 +0200
  • d195f2e8a2 intensity: do not reduce throughput before init Tanguy Pruvot 2015-10-11 04:56:58 +0200
  • c6dcc5e5cf benchmark: show mem and default throughput in results Tanguy Pruvot 2015-10-11 02:33:03 +0200
  • 8db5a0bc9e blake: change dynamic round system Tanguy Pruvot 2015-10-11 03:42:28 +0200
  • c7cfe0e2ca Fix windows linkage, C/C++ mismatch Tanguy Pruvot 2015-10-11 00:53:54 +0200
  • ab5cc7162e refactor: create bench.cpp and algos.h Tanguy Pruvot 2015-10-10 20:18:00 +0200
  • c2214091ae benchmark: free last memory leaks on algo switch Tanguy Pruvot 2015-10-10 02:12:43 +0200
  • 4e1e03b891 benchmark: store all algos results + cuda fixes Tanguy Pruvot 2015-10-08 23:55:32 +0200
  • 934555994d benchmark: allow -a auto to bench all algos at once Tanguy Pruvot 2015-10-08 21:41:20 +0200
  • 922c2a5cd7 algos: free allocated mem for algo switch Tanguy Pruvot 2015-10-08 21:31:16 +0200
  • ee93927fac diff: use the new function in all algos Tanguy Pruvot 2015-10-07 20:02:10 +0200
  • 42789f1a0d whirlpool: allow stratum compat with new coins Tanguy Pruvot 2015-10-07 02:22:18 +0000
  • 5f12943de5 whirlpool: add algo free function + vstudio Tanguy Pruvot 2015-10-06 23:49:40 +0200
  • b641bfdf8b diff: rename functions like cpuminer-multi Tanguy Pruvot 2015-10-06 23:08:47 +0200
  • 3f589cc4db restore the whirlpool algo Tanguy Pruvot 2015-10-06 23:01:39 +0200
  • 87edf84bf3 lyra2v2: increase default intensity Tanguy Pruvot 2015-10-04 21:51:04 +0200
  • b3adebdf2a lyra2v2: improve speed on SM 5.2 (Cuda 6.5) with sp unrolls Tanguy Pruvot 2015-10-04 19:25:03 +0200
  • 2ebcd1fbd5 neoscrypt: handle both getwork data sizes FTC/ORB Tanguy Pruvot 2015-09-29 10:26:22 +0200
  • 8fb92415fb stratum: prevent multiple bloc notifications on yaamp Tanguy Pruvot 2015-09-26 10:15:52 +0200
  • 2ee86e8f47 skein: fix share ratio / diff Tanguy Pruvot 2015-09-26 10:10:03 +0200
  • e1c4b3042c algos: add functions to free allocated resources Tanguy Pruvot 2015-09-25 07:51:09 +0200
  • 8ec5dd7d8e Handle the getwork typo in neoscrypt wallets Tanguy Pruvot 2015-09-24 20:53:03 +0200
  • ec054db317 Show shares diff on longpoll pools too Tanguy Pruvot 2015-09-24 13:22:02 +0200
  • 41707760f5 stratum: force exit on pool auth failure Tanguy Pruvot 2015-09-24 11:22:55 +0200
  • fade2b74b5 diff: cleanup after windows test Tanguy Pruvot 2015-09-24 03:57:12 +0200
  • 5308898d1c start v1.7, apply new prototypes to all algos Tanguy Pruvot 2015-09-23 11:56:47 +0200
  • 4babf37256 Add --show-diff parameter and fix pool net diff Tanguy Pruvot 2015-09-23 08:47:39 +0200
  • cd64f9b0e7 Add a new cuda-schedule parameter Tanguy Pruvot 2015-09-17 23:39:55 +0200
  • 8f98bde4fb lyra2v2: improve cubehash with uint2 Tanguy Pruvot 2015-09-06 13:49:52 +0200
  • 6e64383b32 klaus small fixes Tanguy Pruvot 2015-09-05 20:16:24 +0200
  • ac1f6ad1bb try vstudio MinimalRebuild flag... Tanguy Pruvot 2015-09-04 21:14:36 +0200
  • 4b40c16359 v1.6.6 release 1.6.6-tpruvot Tanguy Pruvot 2015-08-28 11:30:04 +0200
  • bcbb959a34 applog: remove useless mutex Tanguy Pruvot 2015-08-24 13:36:47 +0200
  • 9a13624c2e check abort_flag in threads loops Tanguy Pruvot 2015-08-24 13:03:23 +0200
  • 629d987177 Allow to load remote config files with curl Tanguy Pruvot 2015-08-24 08:40:37 +0200
  • 21f5435420 lyra2: improve skein256 component Tanguy Pruvot 2015-08-23 09:43:13 +0200
  • 877f25aee5 lyra2v2: SM3.0 compat too Tanguy Pruvot 2015-08-23 09:42:22 +0200
  • 5be0a5c586 update autoconf scripts Tanguy Pruvot 2015-08-23 06:36:06 +0200
  • 64e997e9d6 prepare release 1.6.6 Tanguy Pruvot 2015-08-22 17:29:11 +0200
  • 01f3183c31 bmw algo for MDT, with midstate Tanguy Pruvot 2015-08-22 15:01:51 +0200
  • e4414752c4 vstudio: lyra warning fixes + project dups Tanguy Pruvot 2015-08-22 14:48:02 +0200
  • e3548f46f3 drop animecoin support Tanguy Pruvot 2015-08-22 12:33:32 +0200
  • 736f916da3 Restore default timeout (300s) for normal use Tanguy Pruvot 2015-08-22 12:12:12 +0200
  • c9ef0b6b39 affinity: allow more than 8 cores values (and hexa) Tanguy Pruvot 2015-08-22 12:08:18 +0200
  • b256ca47a0 bmw256: reduce target array size Tanguy Pruvot 2015-08-19 07:12:12 +0200
  • 6500e7401a lyra2v2: properly exclude SM 3.0 devices Tanguy Pruvot 2015-08-18 13:43:21 +0200
  • da8a31c4e5 vstudio: restore missing x15 whirlpool Tanguy Pruvot 2015-08-18 12:26:52 +0200
  • 53cd591956 lyra2v2, bmw256 and cubehash256 cleanup + diff fix Tanguy Pruvot 2015-08-18 11:02:01 +0200
  • 4b04ca8027 lyra2v2: aliases and readme Tanguy Pruvot 2015-08-18 09:25:28 +0200
  • c9a66b696f return to original lyra2 code Tanguy Pruvot 2015-08-18 09:21:11 +0200
  • d4e191610e Import and adapt lyra2v2 Tanguy Pruvot 2015-08-18 09:27:11 +0200
  • 3788fef9fd Restore whirlpoolx algo Tanguy Pruvot 2015-08-15 06:46:32 +0200
  • 21630d5fbc affinity: do not default to win32 Tanguy Pruvot 2015-07-25 06:46:40 +0200
  • e2f73614c0 link the no-extranonce option to the cmdline Tanguy Pruvot 2015-07-21 03:11:13 +0200
  • 40fc2bdcbc nvml: store prev. clocks/limit for a proper reset on exit Tanguy Pruvot 2015-07-21 13:21:49 +0200
  • d923f0c1b2 solo: improve getmininginfo Tanguy Pruvot 2015-07-21 02:00:21 +0200
  • 6b69246c33 intermediate 1.6.5-C11 release for chaincoin 1.6.5-C11 Tanguy Pruvot 2015-07-06 22:38:47 +0200
  • c5df142124 Add c11 algo (x11 variant) Tanguy Pruvot 2015-06-29 10:49:09 +0200
  • 15293d063f remove pluck algo Tanguy Pruvot 2015-06-28 20:45:38 +0200
  • aa271104c1 nvml: add missing ifdef for vendors Tanguy Pruvot 2015-06-27 06:42:54 +0000
  • 25a78c96b5 nvml: allow to keep modified clocks + vendors Tanguy Pruvot 2015-06-25 14:17:16 +0200
  • 5abfac72d6 plimit: restore default limit on exit if changed Tanguy Pruvot 2015-06-24 15:48:04 +0200
  • 7c5087d01c nvml: add --plimit and --pstate parameters Tanguy Pruvot 2015-06-24 10:24:01 +0200
  • b5b9b1f2db api: show power in threads and hwinfo Tanguy Pruvot 2015-06-24 07:31:15 +0200
  • b9cfee0bb3 nvml: api enhancements, add power usage Tanguy Pruvot 2015-06-24 05:02:46 +0200
  • f73f5f6a2e nvml: use the right nvmlDeviceGetPciInfo_v2 api Tanguy Pruvot 2015-06-23 14:36:32 +0200
  • cad3772122 linux: disable arch 5.2 for the noobs 1.6.5-tpruvot Tanguy Pruvot 2015-06-23 10:06:48 +0200
  • 7981e83db7 nvml: separated vendor id to string function Tanguy Pruvot 2015-06-23 09:38:53 +0200
  • e21c75793a Revert "x11: improve aes (shavite/echo)" Tanguy Pruvot 2015-06-23 09:24:03 +0200
  • 7661f73317 prepare the 1.6.5 release Tanguy Pruvot 2015-06-23 05:35:01 +0200
  • cb9d51c026 x64: link nvml api to allow app. clocks and P0 Tanguy Pruvot 2015-06-22 14:18:06 +0200
  • a12dfa5370 vendors: add EVGA and fix configure for Slackware Tanguy Pruvot 2015-06-22 04:33:04 +0200
  • 6b41234ff1 nvml: get devices vendor names with libpci Tanguy Pruvot 2015-06-22 03:35:35 +0200
  • 1187a6e7e3 x11: improve aes (shavite/echo) Tanguy Pruvot 2015-06-19 01:47:39 +0200
  • 9aac7ca713 simplify diff factor and multiplier Tanguy Pruvot 2015-06-19 01:46:24 +0200
  • 576884b199 refactor: move pool functions in pools.cpp Tanguy Pruvot 2015-06-18 04:04:10 +0200
  • 9f5744d4c0 luffa/cube: fine tuning of maxregcount for the 750Ti Tanguy Pruvot 2015-06-17 03:56:22 +0200
  • 634bea21f5 luffa/cube: unroll 1 really required on the 9xx Tanguy Pruvot 2015-06-17 03:39:07 +0200
  • 42bcb91ca0 x11: update sp luffa/cube to get closer x11 speeds.. Tanguy Pruvot 2015-06-17 01:50:30 +0200
  • 4709668995 jh512: rewrite and optimize with asm swap Tanguy Pruvot 2015-06-16 08:13:25 +0200
  • 79ee0ec264 zr5: some pok cleanup... Tanguy Pruvot 2015-06-13 04:34:03 +0200
  • d764b5cca2 lyra2: improve a bit the speed on SM 5.2 Tanguy Pruvot 2015-06-13 01:31:02 +0200