summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update compile_Linux.mdJurn Ho2018-02-031-1/+1
|
* Merge pull request #667 from psychocrypt/topic-release_2_2_0_checksumsfireice-uk2017-12-221-15/+16
|\ | | | | update check sums for version 2.2.0
| * update checksums for version 2.2.0psychocrypt2017-12-221-15/+16
|/
* 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
| |
* | Merge pull request #664 from fireice-uk/topic-fix-clockpsychocrypt2017-12-227-18/+21
|\ \ | | | | | | Make sure we are using a steady clock
| * | Make sure we are using a steady clockfireice-uk2017-12-227-18/+21
| |/
* | Merge pull request #652 from psychocrypt/fix-staticCompileNonGccfireice-uk2017-12-221-1/+3
|\ \ | |/ |/| fix static compile with non gnu compiler
| * fix static compile with non gnu compilerpsychocrypt2017-12-211-1/+3
| | | | | | | | remove adding compiler flags `-static-...` if compiler is not a gnu compiler
* | Merge pull request #649 from fireice-uk/topic-fix-uacpsychocrypt2017-12-222-43/+16
|\ \ | |/ |/| Stop UAC popup for elevated ctx
| * Stop UAC popup for elevated ctxfireice-uk2017-12-212-43/+16
| |
* | Merge pull request #648 from fireice-uk/topic-doc-altcoinspsychocrypt2017-12-211-0/+14
|\ \ | |/ |/| Add altcoin list
| * Add altcoin listfireice-uk2017-12-211-0/+14
|/
* Merge pull request #608 from feuGeneA/devpsychocrypt2017-12-201-1/+1
|\ | | | | for CentOS, do scl without sudo
| * for CentOS, do scl without sudoGene2017-12-181-1/+1
| | | | | | | | | | I ran into a problem following these instructions, and this change got me past it. The command in question enables access to the C++ compiler (puts it on the PATH or something like that). If you do it with `sudo`, it leaves you at a root shell prompt. If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible. If you want to compile as non-root, then you need to do `scl` as non-root.
* | Merge pull request #630 from fALKENdk/devpsychocrypt2017-12-201-1/+1
|\ \ | | | | | | Update tuning.md
| * | Update tuning.mdKasper Christensen2017-12-201-1/+1
|/ / | | | | Link windows to anchor
* | Merge pull request #558 from juugcatm/patch-1psychocrypt2017-12-181-0/+2
|\ \ | |/ |/| Update CMakeLists.txt
| * Again, fix spacingDerek Adams2017-12-171-2/+2
| | | | | | The github online editor is injecting tabs for some reason, fixed them.
| * Address reviewer comments.Derek Adams2017-12-171-1/+1
| | | | | | Adjust spacing and pathing based on review feedback.
| * Update CMakeLists.txtDerek Adams2017-12-141-0/+2
| | | | | | Installed xmr-stak on fresh Ubuntu 16.04 with just AMDGPU-PRO and required these changes and use of OpenCL_ROOT=/opt/amdgpu-pro for successful compilation with OpenCL. Also requires the opencl-headers package from Ubuntu's repository.
* | 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 #549 from psychocrypt/fix-cuda91WindowsCompilefireice-uk2017-12-151-1/+3
|\ \ | | | | | | fix windows compile with CUDA 9.1
| * | fix windows compile with CUDA 9.1psychocrypt2017-12-141-1/+3
| | | | | | | | | | | | applay cmake patch for CUDA 9.0 also for CUDA 9.1
* | | Merge pull request #465 from psychocrypt/topic-reandleWindowsRuntimeCheckfireice-uk2017-12-151-1/+2
|\ \ \ | | | | | | | | readd appveyor xmr-stak runtime test
| * | | readd appveyor xmr-stak runtime testpsychocrypt2017-12-101-1/+2
| | | | | | | | | | | | | | | | readd test removed in #179
* | | | 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-152-2/+5
|\ \ \ \ | |_|/ / |/| | | fix cuda9.1 compile
| * | | fix cuda9.1 compilepsychocrypt2017-12-142-2/+5
| | | | | | | | | | | | | | | | | | | | - 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
| | |/ | |/|
* | | Merge pull request #449 from psychocrypt/fix-windowsCompilefireice-uk2017-12-091-0/+1
|\ \ \ | |_|/ |/| | fix windows compile
| * | fix windows compilepsychocrypt2017-12-091-0/+1
|/ / | | | | | | solve #440 thanks @true-datura
* | Merge pull request #445 from awhittle3/compat_usleep_fixpsychocrypt2017-12-091-1/+1
|\ \ | |/ |/| Fix compat_usleep for WIN32
| * 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 #434 from psychocrypt/topic-updateV210Checksumsfireice-uk2017-12-091-22/+26
|\ | | | | add binary checksums for version 2.1.0
| * add binary checksums for version 2.1.0psychocrypt2017-12-091-22/+26
|/
* 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
| * conservative NVIDIA auto suggestionpsychocrypt2017-12-081-1/+12
| | | | | | | | | | | | | | | | Be more conservative with the auto suggestion. - increase bfactor if `smx <= 6` - limit memory for pascal < GTX1070 to 2GiB - limt memory for pascal <= GTX1080 to 4GiB
* | Merge pull request #422 from psychocrypt/topic-updateVersionTo210fireice-uk2017-12-091-1/+1
|\ \ | | | | | | increase version to 2.1.0
| * | increase version to 2.1.0psychocrypt2017-12-081-1/+1
| | | | | | | | | | | | update version
* | | Merge pull request #391 from fireice-uk/fix-cli-questionspsychocrypt2017-12-095-48/+124
|\ \ \ | |_|/ |/| | Fix cli questions
| * | Correct list orderfireice-uk2017-12-081-1/+1
| | |
| * | Make sure we don't run without a usernamefireice-uk2017-12-081-0/+6
| | |
| * | Fix option orderfireice-uk2017-12-081-3/+11
| | |
| * | Disallow sending of username / pass to unspecifed poolUnknown2017-12-081-0/+14
| | |
OpenPOWER on IntegriCloud