summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* | | | 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-086-33/+65
|\ \ \ \ | | | | | | | | | | 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-066-33/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | Merge pull request #376 from Anton-Beresansky/patch-1psychocrypt2017-12-061-1/+1
|\ \ \ \ | | | | | | | | | | Correct link to README.md
| * | | | Correct link to README.mdAnton Berezianskyi2017-12-061-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #364 from fireice-uk/topic-xmas-tree-fixpsychocrypt2017-12-061-52/+69
|\ \ \ \ | |_|/ / |/| | | Clean up the x-mas tree
| * | | 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 #345 from TimothyShimmin/patch-1fireice-uk2017-12-061-1/+1
|\ \ \ \ | | | | | | | | | | [docs] Explicitly linked to an implied location
| * | | | [docs] Explicitly linked to an implied locationTim Shimmin2017-12-041-1/+1
|/ / / / | | | | | | | | I expect that link is something that would be easily lost if another item is added.
* | | | 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
* | | | Merge pull request #315 from psychocrypt/topic-amdScratchpadIndexingfireice-uk2017-12-049-7/+42
|\ \ \ \ | | | | | | | | | | add AMD scratchpad indexing option
| * | | | set `srided_index = true` as defaultpsychocrypt2017-12-033-4/+4
| | | | | | | | | | | | | | | | | | | | 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-029-7/+42
| |/ / / | | | | | | | | | | | | | | | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
* | | | Merge pull request #314 from 0xis/patch-1psychocrypt2017-12-030-0/+0
|\ \ \ \ | |/ / / |/| | | fix Releases link
| * | | Fix Releases link0xis2017-12-011-1/+1
| | |/ | |/|
* | | Merge pull request #306 from psychocrypt/topic-noWaitWindowsfireice-uk2017-12-013-2/+16
|\ \ \ | | | | | | | | add environment variable `XMRSTAK_NOWIT`
| * | | add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-013-2/+16
| | | | | | | | | | | | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* | | | Merge pull request #302 from psychocrypt/topic-portableBinWarningfireice-uk2017-11-301-0/+2
|\ \ \ \ | | | | | | | | | | experimental warning: portable binaries
| * | | | experimental warning: portable binariespsychocrypt2017-11-301-0/+2
| |/ / / | | | | | | | | | | | | add warning that portable binaries are experimental
* | | | Merge pull request #293 from nicolasgarnier/patch-2psychocrypt2017-11-301-1/+1
|\ \ \ \ | |/ / / |/| | | Really fixing incorrect Releases URL in README.md#Download
| * | | Really fixing incorrect Releases URL in README.md#DownloadNicolas Garnier2017-11-291-1/+1
|/ / / | | | | | | :)
* | | Merge pull request #291 from fireice-uk/topic-clearer-dev-switchpsychocrypt2017-11-291-3/+9
|\ \ \ | | | | | | | | Add custom message for dev -> user pool switch
| * | | Add custom message for dev -> user pool switchUnknown2017-11-291-3/+9
|/ / /
* | | Merge pull request #270 from psychocrypt/topic-updateWindowsBuildDocufireice-uk2017-11-281-3/+7
|\ \ \ | | | | | | | | update windows build documentation
OpenPOWER on IntegriCloud