summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nvidia: fix return value if no device is foundpsychocrypt2017-09-302-5/+3
|
* documentationpsychocrypt2017-09-309-159/+490
| | | | | - add more documentation - split documentation into different files
* remove auto conf from jsonpsychocrypt2017-09-301-2/+0
|
* fix windows compilepsychocrypt2017-09-301-1/+2
| | | | - string literal can only be 16kbyte
* fix clang CUDA compilepsychocrypt2017-09-303-10/+27
| | | | | | - add clang compile section - cleanup CMake file - fix missing return value
* add help messagepsychocrypt2017-09-301-3/+27
|
* use call prefix to load backendspsychocrypt2017-09-303-4/+10
|
* rename `Params` to `params`psychocrypt2017-09-3016-46/+55
|
* rename binary to xmr-stakpsychocrypt2017-09-301-4/+5
| | | | - add pseudo install rule to CMake
* fix compilepsychocrypt2017-09-3026-172/+148
|
* cleanup includespsychocrypt2017-09-3047-217/+252
|
* update xmake filepsychocrypt2017-09-301-13/+15
|
* group filespsychocrypt2017-09-30131-172/+17
| | | | | | | - move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
* log invalid backend resultspsychocrypt2017-09-303-11/+3
| | | | | - executor.h: expose log_`result_error()` - register wrong results
* config as templatepsychocrypt2017-09-303-17/+46
| | | | | - create config on startup - remove copy `config.txt` on `make install`
* remove wrong commited cmake filespsychocrypt2017-09-302-39/+0
|
* add command line poll/passwd/usename overwritepsychocrypt2017-09-301-3/+14
| | | | Use command line poolname, password and username if defined
* use runtime enable/disable flag for backendspsychocrypt2017-09-301-14/+24
|
* 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`
OpenPOWER on IntegriCloud