- 10 Mar, 2019 9 commits
-
-
fireice-uk authored
remove wrong documentation
-
fireice-uk authored
fix opencl and cuda cryptonight_r caching
-
fireice-uk authored
use double hash for cryptonight_r
-
fireice-uk authored
OpenCL: fix windows vega and vii
-
fireice-uk authored
fix masari
-
psychocrypt authored
Remove a warning about unsupported CUDA from an older release.
-
psychocrypt authored
The original implementation of the cache release and create always new kernel, this can lead into performance issues and my crashes.
-
psychocrypt authored
add support for cnR double thread assembler
-
psychocrypt authored
Since masari increased the block size the miner crashed each time it gets connected with a masari pool. This PR extent the possible size of a block to 128 byte and updated the kernel.
-
- 09 Mar, 2019 1 commit
-
-
psychocrypt authored
Fix again issues with vega and vii with the latest windows driver.
-
- 07 Mar, 2019 12 commits
-
-
fireice-uk authored
increase version to 2.10.0
-
fireice-uk authored
dev pool change
-
psychocrypt authored
Edited comments in configs, set default verbose to 4
-
psychocrypt authored
activate nicehash
-
fireice-uk authored
Support of CryptoNight v8 ReverseWaltz
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
CN_GPU: Fix old compilers and old kernels (Clang 3.5 tested, without CONFIG_HUGETLBFS)
-
EDDragonWolf authored
rebased version of #2261 Added support of CryptoNight v8 Reverse Waltz (named cryptonight_v8_reversewaltz here) - equal to CryptoNight v8 but with 3/4 iterations of CryptoNight v8 and with reversed shuffle operation We plan to use CryptoNight v8 Reverse Waltz as new PoW algorithm for Graft (graft-project/GraftNetwork#234).
-
fireice-uk authored
assembly patching
-
fireice-uk authored
fix wrong logic operator usage
-
psychocrypt authored
- fix linker issues with CUDA8 - fix device selection
-
- 06 Mar, 2019 2 commits
-
-
psychocrypt authored
- add cryptonight_r assembly - fix cryptobight_v8 assembly
-
psychocrypt authored
fix #2276
-
- 04 Mar, 2019 3 commits
-
-
fireice-uk authored
OpenCl: fix multi gpu support
-
Tony Butler authored
-
psychocrypt authored
Since #2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process. Use one OpenCl context for the process instead per GPU.
-
- 03 Mar, 2019 11 commits
-
-
fireice-uk authored
update version to 2.9.0
-
fireice-uk authored
cryptonight_r
-
fireice-uk authored
merge back master -> dev
-
fireice-uk authored
log level 4 as default
-
psychocrypt authored
- add nvrtc to windows libraries - add path to cuda.so for linux
-
psychocrypt authored
-
psychocrypt authored
- update coin definitions - set rounding mode for cn_gpu - remove currency cryptonight_wow (currently untested)
-
xmr-stak-team authored
Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com>
-
psychocrypt authored
implementation is derived from the reverence implementation in xmrig
-
psychocrypt authored
implementation is derived from the reverence implementation in xmrig
-
xmr-stak-team authored
Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> implementation is derived from the reverence implementation in xmrig
-
- 21 Feb, 2019 1 commit
-
-
Ryo authored
Set default verbose to 4 users are used to seing hashrate by default. Set it to 30 sec. edit config.tpl typos
-
- 15 Feb, 2019 1 commit
-
-
psychocrypt authored
- set log lvl 4 as default - increase the hashrate report time from 1min to 5min
-