- 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.
-
- 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 3 commits
-
-
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 3 commits
-
-
psychocrypt authored
Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5
-
psychocrypt authored
Simplified compile instructions for noobs
-
psychocrypt authored
reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
-
- 21 Jan, 2018 1 commit
-
-
psychocrypt authored
It compiles on OpenBSD/adJ 6.2
-
- 20 Jan, 2018 1 commit
-
-
denis-roy authored
CUDA/Develpment -> CUDA/Development
-
- 19 Jan, 2018 1 commit
-
-
fireice-uk authored
#125: separate hashrate sums for each component
-
- 17 Jan, 2018 3 commits
-
-
SeaDude authored
-
SeaDude authored
There are a lot of hiccups on this step in the AEON Slack Channel.
-
Vladimir Tamara authored
-
- 16 Jan, 2018 1 commit
-
-
fireice-uk authored
fix set affinity for windows
-
- 15 Jan, 2018 1 commit
-
-
dam-ien authored
Fix for #750, #626, #606, #534, without having to downgrade and do not require modification of host_config.h Require an additional component during VS2017 installation (VC++ 2017 version 15.4 v14.11 toolset) and an additional command execution before compilation.
-
- 13 Jan, 2018 3 commits
-
-
psychocrypt authored
Ignore any affinity >=64 and throw a warning.
-
psychocrypt authored
- if the intensity is zero than do not suggest a config - remove the links to old issues
-
psychocrypt authored
Add --needed to pacman install
-
- 12 Jan, 2018 2 commits
-
-
fireice-uk authored
update VEGA names for auto suggestion
-
fireice-uk authored
fix autosuggestion CPU
-
- 11 Jan, 2018 1 commit
-
-
morganamilo authored
Only install if the user doesnt already have the packages installed, no point in reinstalling everything.
-
- 10 Jan, 2018 1 commit
-
-
Michael Hohl authored
* compile howto on amd mac tested on the latest 15" MacBook Pro * Add a note about OpenCL/Xcode
-
- 09 Jan, 2018 5 commits
-
-
psychocrypt authored
update VEGA names
-
psychocrypt authored
Updated config.tpl comments to include how to exclude CPU/GPUs
-
psychocrypt authored
bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
-
Tom Doemiller authored
-
psychocrypt authored
Fix bug in pool-side hashes
-
- 08 Jan, 2018 3 commits
-
-
fireice-uk authored
-
ChaosMarc authored
-
fireice-uk authored
Rename "MacOS" to "macOS"
-
- 06 Jan, 2018 1 commit
-
-
fireice-uk authored
remove warning
-