| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
increase the intensity limit for AEON
|
|\
| |
| | |
avoid nonce overlapping
|
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Add warning and fallback when auto intensity is 0
|
| | |
| | |
| | |
| | |
| | | |
- if the intensity is zero than do not suggest a config
- remove the links to old issues
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Occassionally the auto adjust doesn't find enough memory and the
intensity is detected too low and aligned to 0 with the compute units.
This patch fixes this situation by issuing a warning with a suggestion
to set environment vars and then ignoring the alignment to 0
Per several issues:
Principally:
https://github.com/fireice-uk/xmr-stak/issues/81
Related:
https://github.com/fireice-uk/xmr-stak/issues/490
https://github.com/fireice-uk/xmr-stak/issues/472
|
|\ \ \
| |_|/
|/| | |
reduce memory usage for low end gpus
|
| | |
| | |
| | |
| | | |
reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
|
|\ \ \
| | | |
| | | | |
Fixed Minor Typo
|
| | | |
| | | |
| | | | |
CUDA/Develpment -> CUDA/Development
|
|\ \ \ \
| | | | |
| | | | | |
Optimize Skein
|
| | | | |
| | | | |
| | | | |
| | | | | |
revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
- 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.
|
|\ \ \ \
| | | | |
| | | | | |
Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |_|/ /
|/| | | |
Simplified compile instructions for noobs
|
| | | | |
|
| | | |
| | | |
| | | | |
There are a lot of hiccups on this step in the AEON Slack Channel.
|
|\ \ \ \
| | | | |
| | | | | |
It compiles on OpenBSD/adJ 6.2
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
#125: separate hashrate sums for each component
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix set affinity for windows
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Ignore any affinity >=64 and throw a warning.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add --needed to pacman install
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
Only install if the user doesnt already have the packages installed, no
point in reinstalling everything.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
update VEGA names for auto suggestion
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
update VEGA names
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix autosuggestion CPU
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
bug was introduced with #67
- increase the L3 sanity check to 2GiB
- fix usage of byte instead of KB
|
| |/ / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* compile howto on amd mac
tested on the latest 15" MacBook Pro
* Add a note about OpenCL/Xcode
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Updated config.tpl comments to include how to exclude CPU/GPUs
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix bug in pool-side hashes
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Rename "MacOS" to "macOS"
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed capitalization of "macOS"
Squashed the commit
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
remove warning
|
|/ / / /
| | | |
| | | |
| | | | |
remove warning `#pragma once in main file`
|
|\ \ \ \
| | | | |
| | | | | |
change psychocrypt's donation address
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
install curl first
|
| | |/ /
| |/| |
| | | | |
it's not installed in ubuntu by default.
|
|\ \ \ \
| | | | |
| | | | | |
added instructions for TinyCore Linux
|
| | | | | |
|