- 09 Dec, 2017 1 commit
-
-
psychocrypt authored
- fix indention
-
- 08 Dec, 2017 12 commits
-
-
psychocrypt authored
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
-
fireice-uk authored
CMake: fix wrong variable name
-
fireice-uk authored
add psychocrypt's pgp key
-
psychocrypt authored
- add separate file for developer pgp key's
-
psychocrypt authored
change `MICROHTTPD_ROOT` to `HWLOC_ROOT` within the hwlock section thx @maztheman for spotting the bug
-
fireice-uk authored
Grammar and wording regarding virus protection software
-
fireice-uk authored
Correct name of optional feature
-
Chris James authored
That's what it's called now: https://i.imgur.com/juZhtyz.png
-
fireice-uk authored
Extend low_power_mode to do up to 5 cn hashes at a time.
-
fireice-uk authored
add issue and pull request templates
-
fireice-uk authored
add message to `CUDA_CHECK...` macros
-
fireice-uk authored
allow to diable UAC dialog
-
- 07 Dec, 2017 9 commits
-
-
psychocrypt authored
- add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved
-
fireice-uk authored
option to controll gpu synchronization
-
psychocrypt authored
add templates with importend information to optimize the support
-
psychocrypt authored
add message that he not closed cmd can be safly closed
-
Unknown authored
Fix nonce allocation
-
Brian Recchia authored
I chuckled reading that my virus protection software might flag the miner binary as “male ware,” and rewrote that section of the documentation.
-
fireice-uk authored
fix broken pool option overwrite via CLI
-
Grzegorz Hasse authored
-
Grzegorz Hasse authored
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.
-
- 06 Dec, 2017 11 commits
-
-
psychocrypt authored
Correct link to README.md
-
psychocrypt authored
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.
-
psychocrypt authored
Clean up the x-mas tree
-
fireice-uk authored
-
psychocrypt authored
pass arguments to the restarted miner with high privileges
-
psychocrypt authored
- 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)
-
Anton Berezianskyi authored
-
Unknown authored
Make k unsigned.
-
Unknown authored
Clean up the x-mas tree
-
fireice-uk authored
Right align hashrate report to six characters
-
fireice-uk authored
[docs] Explicitly linked to an implied location
-
- 04 Dec, 2017 3 commits
-
-
Tim Shimmin authored
I expect that link is something that would be easily lost if another item is added.
-
fireice-uk authored
optimize aes round command queue
-
fireice-uk authored
add AMD scratchpad indexing option
-
- 03 Dec, 2017 3 commits
-
-
psychocrypt authored
fix Releases link
-
psychocrypt authored
unroll AES round by hand to help the compiler to optimize the command queue
-
psychocrypt authored
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
-
- 02 Dec, 2017 1 commit
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-