summaryrefslogtreecommitdiffstats
path: root/xmrstak
Commit message (Collapse)AuthorAgeFilesLines
* 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 #168 from grzegorzszczecin/masterfireice-uk2017-12-086-107/+501
|\ \ | |/ |/| 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-061-2/+4
| |
| * 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 #399 from psychocrypt/topic-nvidiaErrorWithMessagefireice-uk2017-12-083-23/+53
|\ \ | | | | | | add message to `CUDA_CHECK...` macros
| * | add message to `CUDA_CHECK...` macrospsychocrypt2017-12-073-23/+53
| | | | | | | | | | | | | | | - add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved
* | | Merge pull request #305 from psychocrypt/topic-optionalUACDialogfireice-uk2017-12-081-0/+57
|\ \ \ | | | | | | | | allow to diable UAC dialog
| * | | cmd message after privileged cmd closedpsychocrypt2017-12-071-0/+2
| | | | | | | | | | | | | | | | add message that he not closed cmd can be safly closed
| * | | Fix const bugfireice-uk2017-12-061-4/+9
| | | |
| * | | fix missing argumentspsychocrypt2017-12-061-3/+8
| | | | | | | | | | | | | | | | pass arguments to the restarted miner with high privileges
| * | | allow to diable UAC dialogpsychocrypt2017-12-061-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove CMake option `WIN_UAC` - spawn UAC dialog via restarting xmr-miner with administrator right - allow to disable UAC with `--noUAC` - update documentation - remove usage section with help message (output depends on OS)
* | | | Merge pull request #313 from psychocrypt/topic-deviceSynchronizeMethodfireice-uk2017-12-077-6/+39
|\ \ \ \ | |_|/ / |/| | | option to controll gpu synchronization
| * | | option to controll gpu synchronizationpsychocrypt2017-12-017-6/+39
| | | | | | | | | | | | | | | | | | | | - add option `sync_mode` - update auto suggestion and jconf
* | | | Merge pull request #378 from psychocrypt/fix-brokenCLIPoolOverwritefireice-uk2017-12-073-1/+29
|\ \ \ \ | |_|_|/ |/| | | fix broken pool option overwrite via CLI
| * | | fix broken pool option overwrite via CLIpsychocrypt2017-12-063-1/+29
| | |/ | |/| | | | | | | | | | | | | | | | | | | fix #340 With #90 the option to overwrite the pool settings via CLI options is broken. This pull request will allow to overwrite the options of the pool with the highest weighting.
* | | Make k unsigned.Unknown2017-12-061-1/+1
| | |
* | | Clean up the x-mas treeUnknown2017-12-061-52/+69
|/ /
* | Merge pull request #205 from scottmckenzie/devfireice-uk2017-12-061-7/+4
|\ \ | | | | | | Right align hashrate report to six characters
| * | Right align hashrate report to six charactersScott McKenzie2017-11-221-7/+4
| | |
* | | Merge pull request #332 from psychocrypt/topic-tuneAMDfireice-uk2017-12-041-8/+22
|\ \ \ | | | | | | | | optimize aes round command queue
| * | | optimize aes round command queuepsychocrypt2017-12-031-8/+22
| | |/ | |/| | | | | | | unroll AES round by hand to help the compiler to optimize the command queue
* | | set `srided_index = true` as defaultpsychocrypt2017-12-032-3/+3
| | | | | | | | | | | | Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
* | | add AMD scratchpad indexing optionpsychocrypt2017-12-028-6/+35
|/ / | | | | | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
* | add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-012-2/+13
| | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* | Add custom message for dev -> user pool switchUnknown2017-11-291-3/+9
| |
* | Merge pull request #221 from psychocrypt/fix-cudaLaunchBoundsfireice-uk2017-11-241-1/+1
|\ \ | | | | | | fix CUDA launch bounds usage
| * | fix CUDA launch bounds usagepsychocrypt2017-11-231-1/+1
| | | | | | | | | | | | | | | | | | fix #191 lauch bounds must be placed before the return type but after the template paramater
* | | Merge pull request #180 from psychocrypt/topic-increaseBfactorfireice-uk2017-11-241-0/+4
|\ \ \ | |/ / |/| | fix auto suggestion for low end devices
| * | fix auto suggestion for low end devicespsychocrypt2017-11-201-0/+4
| | | | | | | | | | | | Increase bfactor for all devices with lesser than 6 multi processors.
* | | Merge pull request #197 from ExceptionallyGreat/macos-x-amd-gpu-fixpsychocrypt2017-11-231-2/+2
|\ \ \ | |_|/ |/| | Fix for AMD GPU detection on MacOS X
| * | Update gpu.cppExceptionallyGreat2017-11-211-2/+2
| | | | | | | | | | | | Fix for AMD GPU detection on MacOS X On MacOS X the platform is reported as Apple, and the vendor is reported as AMD.
* | | Merge pull request #194 from ExceptionallyGreat/devpsychocrypt2017-11-211-0/+1
|\ \ \ | |/ / | | | Update gpu.hpp
| * | Update gpu.hppExceptionallyGreat2017-11-211-0/+1
| | | | | | | | | Fixing the compile error on MacOS X
* | | Merge pull request #178 from neversay/masterpsychocrypt2017-11-211-3/+6
|\ \ \ | | | | | | | | Fix indent on hash rate report.
| * | | Fix indent issue.neversay2017-11-201-3/+6
| | |/ | |/|
* | | Merge pull request #182 from blacklion/patch-1psychocrypt2017-11-211-0/+1
|\ \ \ | |_|/ |/| | Fix crash on FreeBSD (#177)
| * | Fix crash on FreeBSD (#177)Lev Serebryakov2017-11-211-0/+1
| |/ | | | | This change fix #177 and compiler warning too.
OpenPOWER on IntegriCloud