Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | void nonce overlappping | psychocrypt | 2018-01-27 | 1 | -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 #937 from denis-roy/patch-1 | psychocrypt | 2018-01-25 | 1 | -1/+1 |
|\ | | | | | Fixed Minor Typo | ||||
| * | Fixed Minor Typo | denis-roy | 2018-01-20 | 1 | -1/+1 |
| | | | | | | CUDA/Develpment -> CUDA/Development | ||||
* | | Merge pull request #832 from taisel/dev | psychocrypt | 2018-01-25 | 1 | -24/+52 |
|\ \ | | | | | | | Optimize Skein | ||||
| * | | remove usage of `rotate` | psychocrypt | 2018-01-24 | 1 | -1/+10 |
| | | | | | | | | | | | | revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT` | ||||
| * | | author update | Grant Galitz | 2018-01-24 | 1 | -0/+1 |
| | | | |||||
| * | | Optimize Skein | Grant Galitz | 2018-01-24 | 1 | -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/master | psychocrypt | 2018-01-22 | 1 | -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.5 | dam-ien | 2018-01-15 | 1 | -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-1 | psychocrypt | 2018-01-22 | 1 | -3/+6 |
|\ \ | | | | | | | Simplified compile instructions for noobs | ||||
| * | | Added Mercenary's suggestion | SeaDude | 2018-01-16 | 1 | -1/+3 |
| | | | |||||
| * | | Simplified compile instructions for noobs | SeaDude | 2018-01-16 | 1 | -3/+4 |
| | | | | | | | | | There are a lot of hiccups on this step in the AEON Slack Channel. | ||||
* | | | Merge pull request #772 from vtamara/comp_adJ | psychocrypt | 2018-01-21 | 2 | -0/+5 |
|\ \ \ | | | | | | | | | It compiles on OpenBSD/adJ 6.2 | ||||
| * | | | Extra code path for OpenBSD suggested by psychocrypt | Vladimir Tamara | 2018-01-16 | 1 | -1/+3 |
| | | | | |||||
| * | | | It compiles on OpenBSD/adJ 6.2 | Vladimir Tamara | 2018-01-01 | 2 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #803 from ChaosMarc/detailedhashreport | fireice-uk | 2018-01-19 | 1 | -10/+19 |
|\ \ \ \ | |_|/ / |/| | | | #125: separate hashrate sums for each component | ||||
| * | | | fixed messed up array indexes | ChaosMarc | 2018-01-08 | 1 | -4/+4 |
| | | | | |||||
| * | | | display 0.0 instead of (na) for totals | ChaosMarc | 2018-01-05 | 1 | -7/+7 |
| | | | | |||||
| * | | | #125: separate hashrate sums for each component | ChaosMarc | 2018-01-05 | 1 | -6/+15 |
| | | | | |||||
* | | | | Merge pull request #882 from psychocrypt/fix-windowsAffinity | fireice-uk | 2018-01-16 | 1 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | fix set affinity for windows | ||||
| * | | | | fix set affinity for windows | psychocrypt | 2018-01-13 | 1 | -1/+10 |
|/ / / / | | | | | | | | | | | | | Ignore any affinity >=64 and throw a warning. | ||||
* | | | | Merge pull request #864 from Morganamilo/master | psychocrypt | 2018-01-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add --needed to pacman install | ||||
| * | | | | Add --needed to pacman install | morganamilo | 2018-01-11 | 1 | -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-updateVEGANames | fireice-uk | 2018-01-12 | 1 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | update VEGA names for auto suggestion | ||||
| * | | | | update VEGA names for auto suggestion | psychocrypt | 2018-01-09 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | update VEGA names | ||||
* | | | | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetection | fireice-uk | 2018-01-12 | 1 | -18/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | fix autosuggestion CPU | ||||
| * | | | | | fix usage of bytes instead of KB | psychocrypt | 2018-01-09 | 1 | -17/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB | ||||
| * | | | | | Fix cache size detection | Tom Doemiller | 2018-01-09 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | AMD compile instructions for macOS (#811) | Michael Hohl | 2018-01-10 | 1 | -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/master | psychocrypt | 2018-01-09 | 3 | -0/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | Updated config.tpl comments to include how to exclude CPU/GPUs | ||||
| * | | | | Updated config.tpl comments to include how to exclude CPU/GPUs | dangrabbits | 2017-12-25 | 3 | -0/+9 |
| |/ / / | |||||
* | | | | Merge pull request #837 from fireice-uk/fix-pooldiff | psychocrypt | 2018-01-09 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Fix bug in pool-side hashes | ||||
| * | | | | Fix bug in pool-side hashes | fireice-uk | 2018-01-08 | 1 | -1/+0 |
|/ / / / | |||||
* | | | | Merge pull request #778 from b-/patch-2 | fireice-uk | 2018-01-08 | 7 | -9/+9 |
|\ \ \ \ | | | | | | | | | | | Rename "MacOS" to "macOS" | ||||
| * | | | | Update minethd.cpp | Brian Recchia | 2018-01-04 | 7 | -9/+9 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit | ||||
* | | | | Merge pull request #788 from psychocrypt/fix-removePragmaOnce | fireice-uk | 2018-01-06 | 1 | -2/+0 |
|\ \ \ \ | |_|_|/ |/| | | | remove warning | ||||
| * | | | remove warning | psychocrypt | 2018-01-03 | 1 | -2/+0 |
|/ / / | | | | | | | | | | remove warning `#pragma once in main file` | ||||
* | | | Merge pull request #780 from psychocrypt/topic-changePsychocryptDonationAdress | fireice-uk | 2018-01-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | change psychocrypt's donation address | ||||
| * | | | change psychocrypt's donation address | psychocrypt | 2018-01-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #730 from nerdoc/patch-1 | fireice-uk | 2018-01-03 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | install curl first | ||||
| * | | | install curl first | Christian González | 2017-12-28 | 1 | -0/+1 |
| | |/ | |/| | | | | it's not installed in ubuntu by default. | ||||
* | | | Merge pull request #744 from feuGeneA/dev | fireice-uk | 2018-01-03 | 1 | -0/+28 |
|\ \ \ | | | | | | | | | added instructions for TinyCore Linux | ||||
| * | | | Update compile_Linux.md | Gene | 2017-12-30 | 1 | -0/+1 |
| | | | | |||||
| * | | | added instructions for TinyCore Linux | Gene | 2017-12-30 | 1 | -0/+27 |
| | | | | |||||
* | | | | Merge pull request #705 from dataway/dev | fireice-uk | 2018-01-03 | 1 | -7/+6 |
|\ \ \ \ | | | | | | | | | | | Rearrange prefetch for slight performance increase in CPU miner | ||||
| * | | | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵ | Anthony Uk | 2017-12-25 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | time for cache to charge | ||||
* | | | | | Merge pull request #754 from dougvj/gpu_id_show | fireice-uk | 2018-01-03 | 4 | -5/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Modify invalid result report to show GPU id | ||||
| * | | | | | Modify invalid result report to show GPU id | Doug Johnson | 2017-12-30 | 4 | -5/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #728 from Lehmax/patch-2 | fireice-uk | 2018-01-03 | 1 | -9/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Improved SeLockMemoryPrivilege part in FAQ | ||||
| * | | | | | Update FAQ.md | Lehmax | 2017-12-28 | 1 | -2/+0 |
| | | | | | |