- 28 Mar, 2019 6 commits
-
-
psychocrypt authored
-
fireice-uk authored
update version to 2.10.3
-
fireice-uk authored
use different issue templates
-
psychocrypt authored
-
psychocrypt authored
add issue templates to get more information to solve issues
-
fireice-uk authored
format all files
-
- 25 Mar, 2019 1 commit
-
-
xmr-stak-team authored
- add .clang-format from RYO This PR removes the space indention by tabs.
-
- 23 Mar, 2019 3 commits
-
-
fireice-uk authored
AMD: workaround driver memory leaks
-
fireice-uk authored
simple miner startup
-
psychocrypt authored
Add the possibility to run a simplified miner configuration. IN the case the user like to use this mode the number of question to setup the miner will be reduced to a minimum. Additional changes: - add default values for `yes/no` questions
-
- 22 Mar, 2019 1 commit
-
-
psychocrypt authored
Instead of creating a new kernel for each block we pre-build 25 kernel within a chunk. This reduces the calls to `clCreateProgramWithSource` which creates the leaks and will crash the miner after a few hours. Workaround was first introduced by @SChernykh in xmrig-amd
-
- 15 Mar, 2019 7 commits
-
-
fireice-uk authored
increase version to 2.10.2
-
psychocrypt authored
-
fireice-uk authored
OpenCL: fix memory leak
-
fireice-uk authored
add cli option `amdCacheDir`
-
psychocrypt authored
add option to control where the amd cache data should be stored
-
psychocrypt authored
Repair OSX CUDA searched-path for NVRTC
-
psychocrypt authored
Fix a memory leak that the OpenCL programs was not freed correctly. First solved by @xmrig
-
- 13 Mar, 2019 1 commit
-
-
Tony Butler authored
-
- 11 Mar, 2019 7 commits
-
-
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 14 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.
-