summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix output of gpu namepsychocrypt2018-01-301-1/+1
| | | | fix that the GPU name is printed before the name is querried from OpenCL
* Merge pull request #996 from psychocrypt/fix-cpuNonce2fireice-uk2018-01-281-3/+4
|\ | | | | avoid nonce overlapping
| * void nonce overlapppingpsychocrypt2018-01-271-3/+4
| | | | | | | | | | 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.
* | Merge pull request #758 from dougvj/fix_zero_intensityfireice-uk2018-01-271-9/+21
|\ \ | | | | | | Add warning and fallback when auto intensity is 0
| * | ignore gpu with intensity zeropsychocrypt2018-01-131-18/+17
| | | | | | | | | | | | | | | - if the intensity is zero than do not suggest a config - remove the links to old issues
| * | Add warning and fallback when auto intensity is 0Doug Johnson2017-12-311-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #950 from psychocrypt/topic-reduceMemoryForSlowNvidiaGPUsfireice-uk2018-01-261-0/+6
|\ \ \ | |_|/ |/| | reduce memory usage for low end gpus
| * | reduce memory usage for low end gpuspsychocrypt2018-01-221-0/+6
| | | | | | | | | | | | reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
* | | Merge pull request #937 from denis-roy/patch-1psychocrypt2018-01-251-1/+1
|\ \ \ | | | | | | | | Fixed Minor Typo
| * | | Fixed Minor Typodenis-roy2018-01-201-1/+1
| | | | | | | | | | | | CUDA/Develpment -> CUDA/Development
* | | | Merge pull request #832 from taisel/devpsychocrypt2018-01-251-24/+52
|\ \ \ \ | | | | | | | | | | Optimize Skein
| * | | | remove usage of `rotate`psychocrypt2018-01-241-1/+10
| | | | | | | | | | | | | | | | | | | | revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
| * | | | author updateGrant Galitz2018-01-241-0/+1
| | | | |
| * | | | Optimize SkeinGrant Galitz2018-01-241-30/+48
|/ / / / | | | | | | | | | | | | | | | | - 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.
* | | | Merge pull request #896 from dam-ien/masterpsychocrypt2018-01-221-0/+3
|\ \ \ \ | | | | | | | | | | Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5
| * | | | Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5dam-ien2018-01-151-0/+3
| |/ / / | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #908 from SeaDude/patch-1psychocrypt2018-01-221-3/+6
|\ \ \ \ | |_|/ / |/| | | Simplified compile instructions for noobs
| * | | Added Mercenary's suggestionSeaDude2018-01-161-1/+3
| | | |
| * | | Simplified compile instructions for noobsSeaDude2018-01-161-3/+4
| | | | | | | | | | | | There are a lot of hiccups on this step in the AEON Slack Channel.
* | | | Merge pull request #772 from vtamara/comp_adJpsychocrypt2018-01-212-0/+5
|\ \ \ \ | | | | | | | | | | It compiles on OpenBSD/adJ 6.2
| * | | | Extra code path for OpenBSD suggested by psychocryptVladimir Tamara2018-01-161-1/+3
| | | | |
| * | | | It compiles on OpenBSD/adJ 6.2Vladimir Tamara2018-01-012-1/+4
| | | | |
* | | | | Merge pull request #803 from ChaosMarc/detailedhashreportfireice-uk2018-01-191-10/+19
|\ \ \ \ \ | |_|/ / / |/| | | | #125: separate hashrate sums for each component
| * | | | fixed messed up array indexesChaosMarc2018-01-081-4/+4
| | | | |
| * | | | display 0.0 instead of (na) for totalsChaosMarc2018-01-051-7/+7
| | | | |
| * | | | #125: separate hashrate sums for each componentChaosMarc2018-01-051-6/+15
| | | | |
* | | | | Merge pull request #882 from psychocrypt/fix-windowsAffinityfireice-uk2018-01-161-1/+10
|\ \ \ \ \ | | | | | | | | | | | | fix set affinity for windows
| * | | | | fix set affinity for windowspsychocrypt2018-01-131-1/+10
|/ / / / / | | | | | | | | | | | | | | | Ignore any affinity >=64 and throw a warning.
* | | | | Merge pull request #864 from Morganamilo/masterpsychocrypt2018-01-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add --needed to pacman install
| * | | | | Add --needed to pacman installmorganamilo2018-01-111-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Only install if the user doesnt already have the packages installed, no point in reinstalling everything.
* | | | | Merge pull request #848 from psychocrypt/topic-updateVEGANamesfireice-uk2018-01-121-1/+10
|\ \ \ \ \ | | | | | | | | | | | | update VEGA names for auto suggestion
| * | | | | update VEGA names for auto suggestionpsychocrypt2018-01-091-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | update VEGA names
* | | | | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetectionfireice-uk2018-01-121-18/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix autosuggestion CPU
| * | | | | | fix usage of bytes instead of KBpsychocrypt2018-01-091-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
| * | | | | | Fix cache size detectionTom Doemiller2018-01-091-1/+1
| |/ / / / /
* | | | | | AMD compile instructions for macOS (#811)Michael Hohl2018-01-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * compile howto on amd mac tested on the latest 15" MacBook Pro * Add a note about OpenCL/Xcode
* | | | | | Merge pull request #697 from dangrabbits/masterpsychocrypt2018-01-093-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Updated config.tpl comments to include how to exclude CPU/GPUs
| * | | | | Updated config.tpl comments to include how to exclude CPU/GPUsdangrabbits2017-12-253-0/+9
| |/ / / /
* | | | | Merge pull request #837 from fireice-uk/fix-pooldiffpsychocrypt2018-01-091-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix bug in pool-side hashes
| * | | | | Fix bug in pool-side hashesfireice-uk2018-01-081-1/+0
|/ / / / /
* | | | | Merge pull request #778 from b-/patch-2fireice-uk2018-01-087-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Rename "MacOS" to "macOS"
| * | | | | Update minethd.cppBrian Recchia2018-01-047-9/+9
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit
* | | | | Merge pull request #788 from psychocrypt/fix-removePragmaOncefireice-uk2018-01-061-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | remove warning
| * | | | remove warningpsychocrypt2018-01-031-2/+0
|/ / / / | | | | | | | | | | | | remove warning `#pragma once in main file`
* | | | Merge pull request #780 from psychocrypt/topic-changePsychocryptDonationAdressfireice-uk2018-01-031-1/+1
|\ \ \ \ | | | | | | | | | | change psychocrypt's donation address
| * | | | change psychocrypt's donation addresspsychocrypt2018-01-031-1/+1
|/ / / /
* | | | Merge pull request #730 from nerdoc/patch-1fireice-uk2018-01-031-0/+1
|\ \ \ \ | | | | | | | | | | install curl first
| * | | | install curl firstChristian González2017-12-281-0/+1
| | |/ / | |/| | | | | | it's not installed in ubuntu by default.
* | | | Merge pull request #744 from feuGeneA/devfireice-uk2018-01-031-0/+28
|\ \ \ \ | | | | | | | | | | added instructions for TinyCore Linux
| * | | | Update compile_Linux.mdGene2017-12-301-0/+1
| | | | |
OpenPOWER on IntegriCloud