summaryrefslogtreecommitdiffstats
path: root/xmrstak
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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 #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
| | | |
* | | | fix set affinity for windowspsychocrypt2018-01-131-1/+10
| | | | | | | | | | | | | | | | Ignore any affinity >=64 and throw a warning.
* | | | 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
| |/ / / /
* | | | | 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
| | |_|/ | |/| |
* | | | Fix bug in pool-side hashesfireice-uk2018-01-081-1/+0
| | | |
* | | | Merge pull request #778 from b-/patch-2fireice-uk2018-01-083-3/+3
|\ \ \ \ | | | | | | | | | | Rename "MacOS" to "macOS"
| * | | | Update minethd.cppBrian Recchia2018-01-043-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit
* | | | remove warningpsychocrypt2018-01-031-2/+0
| |_|/ |/| | | | | | | | remove warning `#pragma once in main file`
* | | Merge pull request #705 from dataway/devfireice-uk2018-01-031-7/+6
|\ \ \ | | | | | | | | Rearrange prefetch for slight performance increase in CPU miner
| * | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵Anthony Uk2017-12-251-7/+6
| | | | | | | | | | | | | | | | time for cache to charge
* | | | Merge pull request #754 from dougvj/gpu_id_showfireice-uk2018-01-034-5/+6
|\ \ \ \ | | | | | | | | | | Modify invalid result report to show GPU id
| * | | | Modify invalid result report to show GPU idDoug Johnson2017-12-304-5/+6
| | |_|/ | |/| |
* | | | differgence in OpenCL codepsychocrypt2017-12-301-56/+48
| |_|/ |/| | | | | | | | | | | | | | remove branch differgences in AMD OpenCl code based on #454 a Please enter the commit message for your changes. Lines starting
* | | Typo: Obtaning -> ObtainingLehmax2017-12-281-1/+1
| | |
* | | Merge pull request #702 from fireice-uk/topic-on-demand-elevationpsychocrypt2017-12-266-61/+145
|\ \ \ | | | | | | | | On-demand elevation
| * | | Busywork courtesy of Microsoftfireice-uk2017-12-265-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1
| * | | fix windows buildUnknown2017-12-252-61/+70
| | | |
| * | | On-demand elevationfireice-uk2017-12-254-18/+41
| | |/ | |/|
* | | Add option to enable web interface from clifireice-uk2017-12-254-5/+64
|/ /
* | Clearer TLS errorfireice-uk2017-12-231-1/+1
|/
* Merge pull request #636 from psychocrypt/topic-versionIncreasev2.2.0fireice-uk2017-12-221-1/+1
|\ | | | | increase version to 2.2.0
| * increase version to 2.2.0psychocrypt2017-12-221-1/+1
| |
* | Make sure we are using a steady clockfireice-uk2017-12-227-18/+21
|/
* Stop UAC popup for elevated ctxfireice-uk2017-12-212-43/+16
|
* Merge pull request #575 from steveswinsburg/bugfix/fix_typo_in_socket_cppfireice-uk2017-12-161-1/+1
|\ | | | | Fix typo in socket.cpp
| * Fix typo in socket.cppSteve Swinsburg2017-12-161-1/+1
| |
* | Merge pull request #464 from psychocrypt/topic-handleCudaErrorCodesfireice-uk2017-12-151-8/+8
|\ \ | | | | | | handle cuda error codes
| * | handle cuda error codespsychocrypt2017-12-101-8/+8
| | | | | | | | | | | | handle all error codes from the cuda api calls.
* | | Merge pull request #532 from psychocrypt/fix-CUDA9andOSCCompilefireice-uk2017-12-151-1/+0
|\ \ \ | | | | | | | | fix cuda9.1 compile
| * | | fix cuda9.1 compilepsychocrypt2017-12-141-1/+0
| | | | | | | | | | | | | | | | | | | | - fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1) - remove NVIDIA Volta gpus for MAC OSX
* | | | Merge pull request #521 from dickinsonreed/masterpsychocrypt2017-12-131-0/+5
|\ \ \ \ | |/ / / |/| | | Also fflush in printer::print_str() if configured to do so
| * | | Also fflush in printer::print_str() if configured to do soDickinson Reed2017-12-121-0/+5
| | |/ | |/|
* | | fix windows compilepsychocrypt2017-12-091-0/+1
| |/ |/| | | | | solve #440 thanks @true-datura
* | Beautification edit as per fireice-uk's suggestionAndrew Whittle2017-12-091-1/+1
| | | | | | | | Makes casting more explicit.
* | Fix compat_usleep for WIN32Andrew Whittle2017-12-091-1/+1
|/ | | | | When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first.
* Merge pull request #423 from ↵v2.1.0fireice-uk2017-12-091-1/+14
|\ | | | | | | | | psychocrypt/topic-moreConservativeNvidiaAutosuggestion conservative NVIDIA auto suggestion
| * fix intentionpsychocrypt2017-12-091-1/+3
| | | | | | | | - fix indention
OpenPOWER on IntegriCloud