summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-1614-31/+251
|\ | | | | Network extensions
| * Print motd on console and web uiUnknown2017-11-148-11/+146
| |
| * Pass threadno up the food chainUnknown2017-11-146-10/+12
| |
| * change getName to static lc string (sorry psc)Unknown2017-11-142-9/+23
| |
| * jpsock changesUnknown2017-11-143-9/+78
| |
* | Merge pull request #119 from psychocrypt/topic-noMasterPRfireice-uk2017-11-152-0/+51
|\ \ | | | | | | forbid PR to master branch
| * | forbid PR to master branchpsychocrypt2017-11-152-0/+51
|/ / | | | | | | | | - forbid PR to master if not from our reposetory and named `dev` or `release-*` - do not check forks
* | Merge pull request #116 from psychocrypt/topic-checkIfBinarySupportsGPUArchfireice-uk2017-11-153-1/+53
|\ \ | | | | | | check gpu architecture
| * | check gpu architecturepsychocrypt2017-11-153-1/+53
| | | | | | | | | | | | | | | | | | - check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config
* | | Merge pull request #101 from psychocrypt/topuc-amdTuningfireice-uk2017-11-151-0/+15
|\ \ \ | | | | | | | | AMD: increase memory pool
| * | | AMD: increase memory poolpsychocrypt2017-11-151-0/+15
| | | | | | | | | | | | | | | | Documentation: Add environment variables to increase OpenCL memory pool
* | | | Merge pull request #114 from psychocrypt/fix-wrongMemoryDetectionfireice-uk2017-11-152-13/+43
|\ \ \ \ | | |/ / | |/| | fix wrong memory detection
| * | | fix wrong memory detectionpsychocrypt2017-11-152-13/+43
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Free and total memory is only evaluated on the first device. To detect the gpu memory the gpu must be selected. - create context on the gpu before the memory is checked - add smx to the auto detection - change the result code of `cuda_get_deviceinfo()`
* | | Fix misc bugs (#117)fireice-uk2017-11-1511-13/+50
|/ / | | | | | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* | Merge pull request #103 from fireice-uk/topic-versioningfireice-uk2017-11-149-18/+146
|\ \ | | | | | | Versioning
| * | update help and documentationpsychocrypt2017-11-132-0/+2
| | | | | | | | | | | | | | | - update usage.md - hpdate help output
| * | Change attributionUnknown2017-11-131-2/+2
| | |
| * | Added long version as a separate optionUnknown2017-11-131-0/+5
| | |
| * | Add version to web and jsonUnknown2017-11-135-8/+22
| | |
| * | add cli option `-v/--version`psychocrypt2017-11-112-0/+7
| | |
| * | fix compilepsychocrypt2017-11-112-16/+19
| | | | | | | | | | | | | | | - generate define `BACKEND_TYPE` type in CMake - fix comile because `GIT_COMMIT_HASH` is no string
| * | fix win buildUnknown2017-11-102-3/+4
| | |
| * | Versioning final versionUnknown2017-11-105-21/+75
| | |
| * | Define GIT_COMMIT_HASH via cmake or git archiveUnknown2017-11-104-1/+43
| | |
* | | Merge pull request #104 from psychocrypt/topic-hashrateReportClifireice-uk2017-11-135-35/+70
|\ \ \ | | | | | | | | improve cli hash report
| * | | improve cli hashrate reportpsychocrypt2017-11-101-34/+50
| | | | | | | | | | | | | | | | Split hashrate report into backends
| * | | add backend typepsychocrypt2017-11-104-1/+20
| | |/ | |/| | | | | | | | | | - add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend
* | | Merge pull request #107 from psychocrypt/topic-nativeCompilefireice-uk2017-11-133-3/+22
|\ \ \ | | | | | | | | native compile by default
| * | | native compile by defaultpsychocrypt2017-11-123-3/+22
| |/ / | | | | | | | | | | | | - add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile - add new flags to the documentation
* | | Merge pull request #108 from psychocrypt/fix-documentationfireice-uk2017-11-131-6/+1
|\ \ \ | |/ / |/| | fix wrong box ending
| * | fix wrong box endingpsychocrypt2017-11-131-6/+1
|/ / | | | | | | - fix wrong text box
* | Add third-party cc info (#100)fireice-uk2017-11-101-0/+24
| |
* | Disable sigpipe on posix systems (#99)fireice-uk2017-11-101-0/+18
| |
* | Add HTTP Digest auth (#98)fireice-uk2017-11-106-3/+71
|/
* Multi-pool final version (#90)fireice-uk2017-11-0913-391/+723
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Multi-pool first draft * Fix wspace from new IDE * Better TLS error message * Fix TLS bug * Don't put dev pool on stats + pool change-back * bug fixes * Error message work * fix win build * add per-pool nicehash setting * Fix bugs * rm debug msg * Multipool guided setup * Support TLS and Nicehash in config * prelim jconf changes * final multipool changes * increase default retry_time to 30, fix mac erro * rm debug dev pool settings * Fix another source of connect runaway
* Merge pull request #95 from psychocrypt/topic-updateCompileDocufireice-uk2017-11-082-0/+18
|\ | | | | update compile documentation
| * update compile documentationpsychocrypt2017-11-082-0/+18
|/ | | | | - add CUDA and AMD APP SDK dependency to linux compile guide - add AMD APP SDK dependency to windows compile guide
* Merge pull request #94 from psychocrypt/fix-cuda9WindowsCompilefireice-uk2017-11-082-1/+25
|\ | | | | fix windows CUDA 9 compile
| * fix windows CUDA 9 compilepsychocrypt2017-11-072-1/+25
|/ | | | | | | fix #91 - add CMake workaround for wrong host compiler for cuda - update winows compile documentation
* Merge pull request #89 from psychocrypt/topic-optimizeNVIDIAAutosuggestionfireice-uk2017-11-042-9/+30
|\ | | | | optimize NVIDIA autosuggestion
| * optimize NVIDIA autosuggestionpsychocrypt2017-11-032-9/+30
|/ | | | | - avoid creation of a config with zero threads or blocks - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory
* Merge pull request #86 from psychocrypt/topic-searchBackendLibrariesfireice-uk2017-11-023-4/+17
|\ | | | | search for linux backend plugins
| * search for linux backend pluginspsychocrypt2017-11-013-4/+17
|/ | | | | | | - search for plugin in - working directory - binary directory - let linux search the plugins (libraries)
* Merge pull request #85 from psychocrypt/fix-OSXdynamicLibraryExtensionfireice-uk2017-11-011-1/+7
|\ | | | | OSX file file extension (dynamic libraries)
| * OSX file file extension (dynamic libraries)psychocrypt2017-10-311-1/+7
| | | | | | | | use `.dylib` as dynamic library file extension
* | Merge pull request #84 from psychocrypt/fix-OSXCompilefireice-uk2017-11-011-6/+4
|\ \ | |/ |/| fix OSX compile
| * add `CMAKE_POSITION_INDEPENDENT_CODE`psychocrypt2017-11-011-0/+2
| | | | | | | | fix `/usr/bin/ld: bin/libxmr-stak-backend.a(jconf.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC`
| * fix OSX compilepsychocrypt2017-10-311-6/+2
|/ | | | - link `xmr-stak-backend` to `xmrstak_cuda_backend` to solve missing symboles
* Merge pull request #74 from psychocrypt/topic-vegaAutoSuggestionfireice-uk2017-10-301-3/+15
|\ | | | | tune VEGA auto suggestion
| * tune VEGA auto suggestionpsychocrypt2017-10-271-3/+15
| | | | | | | | | | | | - allow to use up to 2024 threads on VEGA gpus fix #5
OpenPOWER on IntegriCloud