Tanguy Pruvot
be8be03eb8
neoscrypt: remove warnings and rename host funcs
...
also reduce the few errors on coins using shared mem
8 years ago
Tanguy Pruvot
6abee0659e
update neoscrypt with Nanashi changes
8 years ago
Tanguy Pruvot
bf17f34001
preview 3, with alexis78 touch
8 years ago
Tanguy Pruvot
223077d11a
merged sha256d/ripemd
...
drop ripemd.cu and remove unused kernels
8 years ago
Tanguy Pruvot
940c1b3a2f
lbry: small changes for second build
...
sha512/ripemd swab
this was preview 2
8 years ago
Tanguy Pruvot
5703a74e22
lbry algo (stratum only)
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
dbb9507d2b
api: change unit of device mem to MB
...
without that, no way to read sizes > 4GB on x86 binaries
8 years ago
Tanguy Pruvot
4ca7b5a404
neoscrypt: reduce spill load and increase pascal def intensity
...
1 MH/s reached on the 1070 ...
8 years ago
Tanguy Pruvot
26a862c7f6
neoscrypt: reduce a bit the cpu usage
8 years ago
Tanguy Pruvot
a4196b341d
neoscrypt: apply last VTC improvements
...
rewrote almost properly ;)
8 years ago
Tanguy Pruvot
c0e9370ba2
quark: real hashrate was wrong, add a few kHs
8 years ago
Tanguy Pruvot
06e2485128
myr-gr: handle a second nonce & more cleanup
8 years ago
Tanguy Pruvot
374174c7c8
groestl: same, remove useless host alloc
8 years ago
Tanguy Pruvot
3fe4dda4c1
myr-gr: remove unused allocated memory + pascal tweak
...
+ cleanup...
8 years ago
Tanguy Pruvot
39d0e42b11
improve the --led values parsing
...
sample usage if GPU #0 is RVB and GPU #1 a generic led:
ccminer --led=0x00ff00,100,mining to put the led on while the gpus are scanning
8 years ago
Tanguy Pruvot
fc1472b5f7
nvapi: allow different led modes (mining,shares)
8 years ago
Tanguy Pruvot
0e942bf60c
nvapi: proper rgb color dimm function
8 years ago
Tanguy Pruvot
d43084cec6
nvapi: improve rgb led stability + multi gpus
8 years ago
Tanguy Pruvot
8c4b25426f
nvapi: device led flash on submit
...
disabled by default, require --led=100 on nvidia compatible devices
Gigabyte RGB led hack is not perfect for the moment, can fail and require a reboot.
8 years ago
Tanguy Pruvot
174e26164a
nvapi: fix device mapping in -D -n
...
and rename RVB to RGB, french typo...
8 years ago
Tanguy Pruvot
036473347e
nvapi: fan level, for future use... maybe
8 years ago
Tanguy Pruvot
24436febd6
led: proper log format
8 years ago
Tanguy Pruvot
d3976cf38d
nvapi: sample i2c rvb led color (gigabyte)
...
you can now use --led=0xFF00FF to change the color/level (windows only)
for non-rvb standard nvidia devices, you can use a level value (0 to 100)
ps: i really need to find how to turn them off on linux, not found yet...
8 years ago
Tanguy Pruvot
801db3d076
nvapi: be more secure with unsupported apis
...
also query the led level and fix OV delta output
note: the Gigabyte 1080 G1 seems not compatible with the current nvapi
8 years ago
Tanguy Pruvot
eb84ef9c8a
vendors: add Palit and the right PNY VIDs
...
seen on yiimp benchs, PNY duplicate could be for usb keys only
8 years ago
Tanguy Pruvot
095f25f9a8
nvapi: pascal core voltage boost + meminfo fix x86
...
cuda 6.5 one seems to crash on pascal or report invalid mem sizes
8 years ago
Tanguy Pruvot
0555201384
linux: return to default cuda, mistake in a nvapi commit
8 years ago
Tanguy Pruvot
d19039fd7f
nvapi: read pascal voltage + show meminfo in -Dn
...
also add perf stats api, unsure what it is exactly..
8 years ago
Tanguy Pruvot
7ff179abe9
nvapi: base memclock was wrong on maxwell
8 years ago
Tanguy Pruvot
bc6ac3a3ab
nvapi: link clocks and tlimit to command line
...
boost clocks and the thermal limit are shared with afterburner
beware with your settings, not as safe as application clocks!
Note: both nvapi and nvml are now used on windows x64
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
2ee8bc9791
nvapi: do not print that on normal -D
8 years ago
Tanguy Pruvot
bdc441ebd0
nvapi: link some more apis, pascal boost table
...
these informations are shown with ccminer -D -n
8 years ago
Tanguy Pruvot
eae4ede111
decred: return to previous implementation + second nonce
...
seems better on windows and a bit easier to read...
8 years ago
Tanguy Pruvot
c643b3b900
decred: and even faster implementation by Alexis
...
optimized for the 9xx and more recent, same results on the 750 Ti
+ restore second nonce support not present in nicehash published version
Better on linux at least...
8 years ago
Tanguy Pruvot
7e490693e0
decred: nicehash/alexis improvement
8 years ago
Tanguy Pruvot
9296d5218e
nvml: remove autoboost functions, unsupported
...
not for GTX pascal neither...
8 years ago
Tanguy Pruvot
0deb9a2aca
win32: implement a nvapi.dll wrapper like nvml
...
Allow to get/set missing infos like the power limit on x86
squashed for a better min/max and device mapping
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
7a8ae1ab7a
update static nvapi lib to R361 v2 (Jan 2016)
8 years ago
Tanguy Pruvot
fd757f2180
nvml: add new getclock api (v8)
...
+ some new functions to test on pascal (if supported)
8 years ago
Tanguy Pruvot
fe99de24a8
nvml: small changes to handle the 750ti app clocks
...
dynamically alloc the hardcoded gpu clocks list array size.
Unlike the 9xx, the 750ti api call requires to get them all (361.62)
Something was "fixed" recently for the 750 Ti in linux drivers...
8 years ago
Tanguy Pruvot
41a68f8f78
lyra2v2 fix define position
9 years ago
Tanguy Pruvot
bbd3c6d5b9
lyra2v2: update credits, increase SM 5.0 default int to 19
...
+ small klausT cleanup..
9 years ago
Tanguy Pruvot
53275e3a00
Apply lyra2v2 boost published by NH
...
changes only tested/applied to SM 5+ with some cleanup
9 years ago
Tanguy Pruvot
8ecf0a9101
nist5: reported ccminer hashrate was wrong
9 years ago
Tanguy Pruvot
85c212eaad
implement x11evo algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
9 years ago
Tanguy Pruvot
f85e3772f9
api: sample command line api call in perl
...
tx to lilyth for the idea (works on cpuminer, sgminer and cgminer too)
9 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
1b124720fe
fix vote default value for suprnova
9 years ago
Tanguy Pruvot
282129f584
linux: add temporary cuda files to gitignore
9 years ago
Tanguy Pruvot
4a8e3d9aaa
increase the max password len to 384
...
and handle the benchmark yiimp guest user for stats
9 years ago