- 19 May, 2019 1 commit
-
-
azurecloudminingscript authored
-
- 22 Apr, 2019 2 commits
-
-
leonidas authored
No commit message
- 06 Apr, 2019 2 commits
-
-
azurecloudminingscript authored
-
leonidas authored
-
- 01 Apr, 2019 5 commits
-
-
fireice-uk authored
release 2.10.4
-
fireice-uk authored
version increase to 2.10.4
-
fireice-uk authored
fix cn_r block 1802223 bug
-
psychocrypt authored
-
psychocrypt authored
fix nvrtc deadlock with `cuda version != 10.1`: https://github.com/xmrig/xmrig-nvidia/issues/260
-
- 30 Mar, 2019 2 commits
-
-
fireice-uk authored
avoid hash rate drop during dev pool mining
-
fireice-uk authored
fix simple start
-
- 29 Mar, 2019 2 commits
-
-
psychocrypt authored
Since the dev pool is sometimes using another POW than the user pool the hash date can strongly increase or decrease. In a case of a hash rate drop a monitoring software could trigger a wrong miner restart. - use the hash rate calculated during the user pool mining to interpulate the number of hashes during the dev pool mining so that the statistics stay constant.
-
psychocrypt authored
Simple starts requires always user interactions if config.txt and pools.txt is not available. This PR asked the user only on the first advanced option if he/she preferse the simple start or an advanced mode. If all parameter are already defined via command line options than the question will never be shown.
-
- 28 Mar, 2019 9 commits
-
-
fireice-uk authored
port issue template fix
-
fireice-uk authored
fix execution issue template
-
psychocrypt authored
-
fireice-uk authored
release 2.10.3
-
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 8 commits
-
-
fireice-uk authored
release 2.10.2
-
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
-
- 12 Mar, 2019 1 commit
-
-
leonidas authored
No commit message
-
- 11 Mar, 2019 2 commits
-
-
fireice-uk authored
release 2.10.1
-
fireice-uk authored
increase version to 2.10.1
-