- 21 Feb, 2018 1 commit
-
-
fireice-uk authored
add OpenCL compatibility mode
-
- 19 Feb, 2018 4 commits
-
-
psychocrypt authored
- add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
-
fireice-uk authored
AMD: option `mem_chunk`and new `strided_index`
-
fireice-uk authored
AMD: reduce register usage
-
fireice-uk authored
fix missing message in log file
-
- 17 Feb, 2018 2 commits
-
-
psychocrypt authored
- add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
-
psychocrypt authored
initialize the log file as fast as possible after the start of the miner
-
- 14 Feb, 2018 1 commit
-
-
psychocrypt authored
reduce usage of registers: based on the suggestion of @enerc77
-
- 12 Feb, 2018 2 commits
-
-
psychocrypt authored
Add rig identifier
-
psychocrypt authored
Add video guide
-
- 11 Feb, 2018 3 commits
-
-
fireice-uk authored
-
fireice-uk authored
disable OSX CI tests
-
psychocrypt authored
Currently the CI fails due to the issue ``` Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during . ``` Until the fix is implemented the OSX tests will be disabled.
-
- 10 Feb, 2018 1 commit
-
-
fireice-uk authored
-
- 06 Feb, 2018 1 commit
-
-
fireice-uk authored
Update compile process (Windows)
-
- 03 Feb, 2018 5 commits
-
-
psychocrypt authored
Update compile_Linux.md
-
Jurn Ho authored
-
fireice-uk authored
improve AMD auto suggestion for AEON
-
fireice-uk authored
speedup Volta
-
fireice-uk authored
fix output of gpu name
-
- 02 Feb, 2018 2 commits
-
-
psychocrypt authored
Update FAQ.md
-
psychocrypt authored
Fix Disabling AMD GPUs
-
- 01 Feb, 2018 2 commits
-
-
Ryan authored
The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load. This change makes AMD consistent with the others, and can now be disabled.
-
Steve Swinsburg authored
Add info about sysctl.conf so that the settings are preserved.
-
- 31 Jan, 2018 1 commit
-
-
Andre authored
Moved section about Windows changing the working directory higher.
-
- 30 Jan, 2018 4 commits
-
-
psychocrypt authored
fix that the GPU name is printed before the name is querried from OpenCL
-
psychocrypt authored
- enable L1 cache for Nvidia Volta GPUs and newer - remove explicit cache controll for Volta GPU and newer This pull request increases the hash rate for Volta GPUs by ~5%
-
psychocrypt authored
increase the intensity limit for AEON
-
Andre authored
-
- 28 Jan, 2018 1 commit
-
-
fireice-uk authored
avoid nonce overlapping
-
- 27 Jan, 2018 2 commits
-
-
psychocrypt authored
The cpu miner backend uses the wrong ranges of nonces instead of using `[startNonce,startNonce + nonce_chunk)` (startNonce,startNonce + nonce_chunk]` is used. This will results in an overlap with nonces used by the gpu back-ends.
-
fireice-uk authored
Add warning and fallback when auto intensity is 0
-
- 26 Jan, 2018 1 commit
-
-
fireice-uk authored
reduce memory usage for low end gpus
-
- 25 Jan, 2018 2 commits
-
-
psychocrypt authored
Fixed Minor Typo
-
psychocrypt authored
Optimize Skein
-
- 24 Jan, 2018 4 commits
-
-
Andre Mueller authored
Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section
-
psychocrypt authored
revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
-
Grant Galitz authored
-
Grant Galitz authored
- Eliminate modulus math (It runs slow inside microcode). - Convert whatever the hell was going on into a rotate op. Like... Someone kinda reinvented the wheel in order to do a simple rotate.
-
- 22 Jan, 2018 1 commit
-
-
psychocrypt authored
Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5
-