- 12 Mar, 2019 1 commit
-
-
leonidas authored
No commit message
-
- 11 Mar, 2019 8 commits
-
-
fireice-uk authored
release 2.10.1
-
fireice-uk authored
increase version to 2.10.1
-
fireice-uk authored
cryptonight_r without mediaops
-
fireice-uk authored
add cryptonight_v8_double
-
psychocrypt authored
-
psychocrypt authored
Add support for non media ops for cryptonight_r
-
fireice-uk authored
fix avx detection
-
fireice-uk authored
fix cn_gpu rounding mode selection
-
- 10 Mar, 2019 17 commits
-
-
psychocrypt authored
If cryptonight_gpu is used in the dev pool and a cryptonight_v8 derived algorithm than cryptonight_gpu will create wrong results if v8 was running as non ASM version.
-
psychocrypt authored
Add new algorithm alias for cryptonight_v8_double. The difference to v8 is that the number of iterations is increased. Add also the currency X-CASH which use cryptonight_double.
-
fireice-uk authored
CPU: fix cryptonight_r slowdown
-
psychocrypt authored
If the miner changed the pool (user pool or dev pool) and the network block of monero has not changed the miner switch to the non asm version. Add check if the hash function has changed. If the hash function not point to the asm version the ASM function is recreated.
-
fireice-uk authored
update currency pow table
-
fireice-uk authored
remove wrong documentation
-
psychocrypt authored
The OS is able to disable avx. In that case our avx detection is wrong. See xmrig issue: https://github.com/xmrig/xmrig/issues/951 Import fix: https://github.com/xmrig/xmrig/commit/6052da3c4399514c95245b2d342f04baa20958db#diff-92fa29935c136762d35981769ac79f52 thx @xmrig for the notification.
-
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 fork description for monero.
-
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.
-
leonidas authored
No commit message
-
- 09 Mar, 2019 1 commit
-
-
psychocrypt authored
Fix again issues with vega and vii with the latest windows driver.
-
- 07 Mar, 2019 13 commits
-
-
fireice-uk authored
release 2.10.0
-
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
-