summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* handle OpenCL errorspsychocrypt2017-11-181-64/+82
| | | | | - handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method
* Merge pull request #134 from fireice-uk/fix-wrong-gpu-res-crashfireice-uk2017-11-172-1/+5
|\ | | | | Fix GPU result crash
| * Fix gpu result crashUnknown2017-11-172-1/+5
|/
* Merge pull request #133 from psychocrypt/fix-cudaArchBinaryDetectionfireice-uk2017-11-171-1/+1
|\ | | | | fix wrong cuda binary arch detection
| * fix wrong cuda binary arch detectionpsychocrypt2017-11-171-1/+1
| | | | | | | | fix wrong arch comparsion
* | Merge pull request #132 from psychocrypt/fix-nvidiaAutoSuggestionfireice-uk2017-11-171-2/+2
|\ \ | |/ |/| fix nvidia auto suggestion
| * fix nvidia auto suggestionpsychocrypt2017-11-171-2/+2
|/ | | | | The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ...
* Merge pull request #128 from psychocrypt/fix-aeonDevPoolfireice-uk2017-11-171-2/+2
|\ | | | | fix aeon dev pool
| * fix aeon dev poolpsychocrypt2017-11-161-2/+2
|/ | | | - fix aeon dev pool settings
* Merge pull request #127 from fireice-uk/fix-multipoolpsychocrypt2017-11-162-4/+5
|\ | | | | Fix cases where positive feedback was still occurring.
| * Fix cases where postive feedback was still occurring.Unknown2017-11-162-4/+5
|/
* Merge pull request #126 from psychocrypt/topic-removeSpaceIndentionWithTabsfireice-uk2017-11-1627-237/+239
|\ | | | | remove space indention with tabs
| * Remove whitespace linesUnknown2017-11-1622-60/+60
| |
| * fix wrong indentions by hand after auto conversionpsychocrypt2017-11-164-12/+14
| |
| * remove space indention with tabspsychocrypt2017-11-1615-176/+176
|/ | | | - removed all space indention in `*.hpp` and `*.cpp` files
* 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
OpenPOWER on IntegriCloud