summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | Add --use-nicehash optionUnknown2017-12-083-3/+10
| | |
| * | Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-085-44/+37
| | | | | | | | | | | | priority ithinstead of overwrite
| * | Allow pool settings to be fully set from CLI optionsUnknown2017-12-082-4/+52
| | |
* | | Merge pull request #420 from psychocrypt/fix-cmakeHwlockRootfireice-uk2017-12-081-1/+1
|\ \ \ | | | | | | | | CMake: fix wrong variable name
| * | | CMake: fix wrong variable namepsychocrypt2017-12-081-1/+1
| | |/ | |/| | | | | | | | | | | | | change `MICROHTTPD_ROOT` to `HWLOC_ROOT` within the hwlock section thx @maztheman for spotting the bug
* | | Merge pull request #421 from psychocrypt/topic-addMyPGPKeyfireice-uk2017-12-082-37/+72
|\ \ \ | |/ / |/| | add psychocrypt's pgp key
| * | dd psychocrypt's pgp keypsychocrypt2017-12-082-37/+72
|/ / | | | | | | - add separate file for developer pgp key's
* | Merge pull request #396 from b-/patch-1fireice-uk2017-12-081-4/+2
|\ \ | | | | | | Grammar and wording regarding virus protection software
| * | Grammar and wording regarding virus protection softwareBrian Recchia2017-12-071-4/+2
| | | | | | | | | I chuckled reading that my virus protection software might flag the miner binary as “male ware,” and rewrote that section of the documentation.
* | | Merge pull request #419 from etcet/patch-2fireice-uk2017-12-081-1/+1
|\ \ \ | | | | | | | | Correct name of optional feature
| * | | Correct name of optional featureChris James2017-12-081-1/+1
|/ / / | | | | | | That's what it's called now: https://i.imgur.com/juZhtyz.png
* | | Merge pull request #168 from grzegorzszczecin/masterfireice-uk2017-12-087-107/+515
|\ \ \ | |_|/ |/| | Extend low_power_mode to do up to 5 cn hashes at a time.
| * | Fix nonce allocationUnknown2017-12-072-17/+28
| | |
| * | Update documentation for `low_power_mode`.Grzegorz Hasse2017-12-062-2/+18
| | |
| * | Extend low_power_mode to do up to 5 cn hashes at a time.Grzegorz Hasse2017-12-065-102/+483
| | | | | | | | | | | | | | | | | | The "low_power_mode" option in config.txt can be set to numeral values between 1 and 5. A value of 5 seems optimal on certain processors with large L4 cache.
* | | Merge pull request #397 from psychocrypt/topic-addIseAndPRTempatesfireice-uk2017-12-082-0/+31
|\ \ \ | | | | | | | | add issue and pull request templates
| * | | add issue and pull request templatespsychocrypt2017-12-072-0/+31
| | | | | | | | | | | | | | | | add templates with importend information to optimize the support
OpenPOWER on IntegriCloud