summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix opencl for windowspsychocrypt2017-09-303-127/+8
| | | | | - splitt literal to smaller chunks (windows only support 16k literals) - remove copy command for opencl folder
* command line parameterpsychocrypt2017-09-3014-48/+174
| | | | | - store most importend parameter in a singleton - use config file parameter
* move opencl files to amd backendpsychocrypt2017-09-309-23/+97
| | | | - inlcude opencl source code during compile
* improve auto suggestionpsychocrypt2017-09-305-22/+57
| | | | | | - amd/nvidia add hard limit that 64MiB memory keeps free - improve nvidia auto suggestion (take care of lmem) - add c++11 flag to nvidia compiler
* fix bugspsychocrypt2017-09-305-6/+11
| | | | - add excecutor to the singleton export list
* fix singleton issues on windowspsychocrypt2017-09-3023-279/+330
| | | | | | - pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
* fix windows compilepsychocrypt2017-09-307-15/+25
| | | | | | - fix build documentation - fix plugin load methods - fix symbol export for plugins
* simplify templatespsychocrypt2017-09-307-10/+12
|
* add option to disable CPU backendpsychocrypt2017-09-302-7/+18
|
* add CMake flags to disable backendspsychocrypt2017-09-301-78/+88
| | | | | - add `CUDA_ENABLE` - add `OpenCL_ENABLE`
* fix windows supportpsychocrypt2017-09-309-53/+86
| | | | - fix broken windows support
* add amd opencl filespsychocrypt2017-09-306-0/+1825
|
* update rot filespsychocrypt2017-09-3019-1440/+374
| | | | | - add config file editor - move telemetry out of minethd
* update CMakepsychocrypt2017-09-301-3/+158
|
* add generic backend filespsychocrypt2017-09-307-0/+395
| | | | | - add Plugin.h to load a backend - add backend interface
* add cpu backendpsychocrypt2017-09-307-0/+1460
| | | | - move needed files from root to backend folder
* add amd backendpsychocrypt2017-09-308-0/+1661
| | | | | - add backend - add auto suggestion
* add nvidia backendpsychocrypt2017-09-3017-0/+3360
|
* Merge pull request #323 from dp770/patch-2psychocrypt2017-09-171-1/+1
|\ | | | | Env variable "MICROHTTPD_ROOT" is ignored by cmake
| * Env variable "MICROHTTPD_ROOT" is ignored by cmakedp7702017-09-121-1/+1
|/ | | | Fixing bug in CMakeLists.txt preventing to pick up microhttpd library root as defined in environment variable "MICROHTTPD_ROOT" Example: "export MICROHTTPD_ROOT=/opt/gnu/libmicrohttpd-0.9.55" will be ignored without this fix
* Merge pull request #282 from raxbits/patch-2psychocrypt2017-08-201-1/+1
|\ | | | | Fixes README.md typo
| * Fixes README.md typo Ramin Ranjbar2017-08-201-1/+1
|/ | | Just deleted repeated word :)
* Merge pull request #268 from ruzickap/feature/improve_build_xmr-stak_dockerpsychocrypt2017-08-071-26/+31
|\ | | | | build_xmr-stak_docker script improved
| * build_xmr-stak_docker script improvedPetr Ruzicka2017-08-071-26/+31
|/
* Merge pull request #260 from notunderground/devpsychocrypt2017-08-021-5/+5
|\ | | | | fix typos in config.txt
| * fix typos in config.txtnotunderground2017-07-311-5/+5
|/
* Merge pull request #254 from fireice-uk/topic-race-fixpsychocrypt2017-07-272-0/+7
|\ | | | | Race condition fix
| * Race condition fixfireice-uk2017-07-272-0/+7
| |
* | Merge pull request #233 from ↵psychocrypt2017-07-272-3/+114
|\ \ | |/ |/| | | | | ruzickap/feature/improve_documentation_of_compilation_steps Build documentation improved and added "docker script" for building xmr-stak for other distributions
| * Build documenation improved and added "docker script" for building xmr-stak ↵Petr Ruzicka2017-07-242-3/+114
|/ | | | for other distributions
* Merge pull request #234 from vs4vijay/patch-1fireice-uk2017-07-231-1/+1
|\ | | | | Typo Fix
| * Typo FixVizay Soni2017-07-211-1/+1
| | | | | | Fix `Lare` -> `Large`
* | Merge pull request #237 from psychocrypt/topic-mergeMasterBackfireice-uk2017-07-222-16/+15
|\ \ | | | | | | merge master back to dev
| * | update version number with `dev` postfixpsychocrypt2017-07-211-1/+1
| | |
| * | Update link to dll filesfireice-uk2017-07-211-1/+1
| | |
| * | Update checksumsfireice-uk2017-07-211-14/+13
| | |
| * | Update version infofireice-uk2017-07-211-1/+1
| | |
* | | Merge pull request #240 from psychocrypt/topic-usePrecompiledDependenciesfireice-uk2017-07-222-113/+30
|\ \ \ | |_|/ |/| | use precompiled dependencies
| * | use precompiled dependenciespsychocrypt2017-07-222-113/+30
|/ / | | | | | | | | - update appveyor CI - update `WINCOMPILE.md` guide
* | Merge pull request #238 from psychocrypt/fix-appveyorfireice-uk2017-07-211-1/+1
|\ \ | |/ |/| fix appveyor tests
| * fix appveyor testspsychocrypt2017-07-211-1/+1
|/ | | | disable OpenSSL to pass the CI
* Merge pull request #227 from ruzickap/feature/ubuntu_1404_build_stepsfireice-uk2017-07-191-1/+13
|\ | | | | Installation steps for Ubuntu 14.04 added
| * Installation steps for Ubuntu 14.04 addedPetr Ruzicka2017-07-191-1/+13
| |
* | Merge pull request #214 from fireice-uk/topic-default-poolpsychocrypt2017-07-191-1/+3
|\ \ | | | | | | Update default pools
| * | Changing as per discussionfireice-uk2017-07-181-6/+1
| | |
| * | Update default poolsfireice-uk2017-07-131-1/+8
| | |
* | | Merge pull request #225 from fireice-uk/topic-bug-squashingpsychocrypt2017-07-193-17/+20
|\ \ \ | |_|/ |/| | Topic bug squashing
| * | Fix atttempt at NUMA aff reset on Windowsfireice-uk2017-07-182-16/+19
| | |
| * | Fix cacheHashes calcfireice-uk2017-07-181-1/+1
|/ /
* | Merge pull request #213 from fireice-uk/topic-json-apifireice-uk2017-07-187-8/+179
|\ \ | | | | | | Initial JSON API implementation
OpenPOWER on IntegriCloud