Tanguy Pruvot
6dc1bbdd47
prepare the new release
6 years ago
Tanguy Pruvot
ffd6cf38bf
update readme and win ver
7 years ago
Tanguy Pruvot
78dad7dd65
x16r algo and new kernels
...
Was a very long work but finally working,
and unlike xevan these new kernels are reusable..
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
7 years ago
Tanguy Pruvot
b70409ab5b
lyra2RE: link the merged blake/keccak kernel into algos
...
old keccak256_gpu_hash_32 kernel commented to reduce binary size
compat. not yet tested on old cards
7 years ago
Tanguy Pruvot
2e0a977784
polytimos algo (6 chained algos with streebog)
7 years ago
Tanguy Pruvot
3dbcc5dbbf
Import phi algo (by anorganix)
...
only made a few changes to keep algos in the alpha order
7 years ago
Tanguy Pruvot
ebf055d585
update c11 like tribus + 2.2.1 readme
7 years ago
Tanguy Pruvot
cbede12c47
Add skunk algo, initial version
7 years ago
Tanguy Pruvot
8cf21599d4
Interface nicehash djeZo equihash solver (squashed)
...
Todo:
- send block height via stratum protocol (encoded in jobid?)
- remove equi/blake2 cpu algorithm to use common one
the extranonce imcompatibility is related to the solver nonce data,
offsets may be reversed in nheqminer, to check...
The solver was adapted for SM 3.0+ support (no perf changes)
Note: The solver was not improved on purpose, to be able compare
the two miners performances (nheqminer 0.5c the last open sourced, and ccminer)
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
stratum: code cleanup, move equi fns in equi folder
8 years ago
Tanguy Pruvot
2bbccc5ff4
wildkeccak, basic stratum port of rpc 2.0
...
scratchpad delete fix and redownload, reduce rejects
(work in progress)
8 years ago
Tanguy Pruvot
397472818d
prepare 1.8.4 release
8 years ago
Tanguy Pruvot
0f8271f849
vstudio: return to CUDA 6.5 by default on x86
...
change was for the 1.8.2 tag (optimal for lbry)
and prepare next version...
8 years ago
Tanguy Pruvot
683dc0e149
VeltorCoin Streebog based algo (veltor)
...
also known as "Thor's Riddle"... yes sure ;)
Credits to ocminer who found and "implemented" it.
Note: tested "ok" on x64 and CUDA 6.5 x86, not on 7.5 and 8.0 x86
PS: Don't have the time for a more proper CUDA implementation of Streebog
8 years ago
Tanguy Pruvot
35bfe8d191
update version
8 years ago
Tanguy Pruvot
9123eff7dd
Update Galax vendor id, used on 1070s
8 years ago
Tanguy Pruvot
a7905e6802
some changes to prepare 1.8 and VS2015 support
...
also move vstudio specific cpuminer-config.h in compat/
9 years ago
Tanguy Pruvot
1d111c0ec1
prepare next version
9 years ago
Tanguy Pruvot
7ffe65c262
blake2s algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
9 years ago
Tanguy Pruvot
6f4a1baa00
official release, 1.7.4
...
multiple 1.7.3 preview versions were compiled during the decred stratum
tests. Please use this newer version.
9 years ago
Tanguy Pruvot
7d4c48d1d8
1.7.3 stratum test
9 years ago
Tanguy Pruvot
fc27c25436
windows builds cleanup
9 years ago
Tanguy Pruvot
6e95407dcf
decred algo for longpoll/getwork
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
9 years ago
Tanguy Pruvot
4a7e239d7c
blake: merge sp improvements, start 1.7.2 dev..
...
to be tested on old arch too...
9 years ago
Tanguy Pruvot
be73cd1ae0
improve the device mapping and a possible segfault
...
when using -n, work_restart array was not allocated
9 years ago
Tanguy Pruvot
e9b88b45e4
prepare the 1.7 release
9 years ago
Tanguy Pruvot
5308898d1c
start v1.7, apply new prototypes to all algos
9 years ago
Tanguy Pruvot
64e997e9d6
prepare release 1.6.6
9 years ago
Tanguy Pruvot
6b69246c33
intermediate 1.6.5-C11 release for chaincoin
9 years ago
Tanguy Pruvot
b9cfee0bb3
nvml: api enhancements, add power usage
...
fallbacks on v2 nvml exports and check api implementation on call
9 years ago
Tanguy Pruvot
7661f73317
prepare the 1.6.5 release
9 years ago
Tanguy Pruvot
c9d110e543
linux: allow to set application clocks
...
Since linux driver 346.72, nvidia-smi allow to query gpu/mem clocks
Tested ok on the Asus Strix 970, but fails on the Gigabyte 750 Ti
system could require first persistence mode and app clock unlock :
nvidia-smi -pm 1
nvidia-smi -acp 0
supported values are displayed by
nvidia-smi -q -d SUPPORTED_CLOCKS
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
58a5ccfd6a
Prepare the 1.6.4 release...
10 years ago
Tanguy Pruvot
374cd50f00
start 1.6.4 work...
10 years ago
Tanguy Pruvot
b4ab64e5f3
prepare the 1.6.3 release
10 years ago
Tanguy Pruvot
12fd78e2be
config: remove AVX/2 entries, not for us
10 years ago
Tanguy Pruvot
b1e9277611
start 1.6.3...
10 years ago
Tanguy Pruvot
7edc02633f
linux: return to SM 5.0 only default
...
and tag version 1.6.2
10 years ago
Tanguy Pruvot
275a028935
skein: compute midstate first
...
"Real" optimization based on KlausT precalc
10 years ago
Tanguy Pruvot
7963dbb438
skein2 algo for woodcoin
...
Also known as Double Skein
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
a37e909db9
Add zr5 algo (for SM 3.5+)
...
uint4 copy + keccak cleanup, groestl: small uint4 opt
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
a537fa304c
Add basic API remote control
...
only allowed if --api-remote parameter or config key is set
and fix possible problem with urls containing user:password@
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
836e9bd535
qubit: fix difficulty factor for yaamp
10 years ago
Tanguy Pruvot
5dd2534df9
Handle a default config file (ccminer.conf)
...
This allow to "debug" easily in visual studio (without project changes)
Prepare version 1.5.3, update README
10 years ago
Tanguy Pruvot
e3fc059bd7
Hide cpu binding log messages
10 years ago
Tanguy Pruvot
b521acb480
groestl: use sp bitslice enhancement, prepare SM 2.x variant
...
todo: simd512 SM 2.x variant (shfl op), and groestl/myriad functions
10 years ago
Tanguy Pruvot
010eba1760
start 1.5.2 dev
10 years ago
Tanguy Pruvot
ac9b0d27ee
Release final 1.5.1
10 years ago
Tanguy Pruvot
8ad180cc70
various small changes
...
heavy: reduce by 256 threads default intensity to all -i 20
cuda: put static thread init bools outside the code (made once)
api: fix nvml header to build without
10 years ago
Tanguy Pruvot
f524917bef
update readme and openssl (1.0.1i)
10 years ago
Tanguy Pruvot
89aaafad2c
prepare 1.5.0
10 years ago