- Dec 25, 2017
-
-
fireice-uk authored
-
- Dec 23, 2017
-
-
fireice-uk authored
-
- Dec 22, 2017
-
-
fireice-uk authored
-
psychocrypt authored
-
- Dec 21, 2017
-
-
fireice-uk authored
-
- Dec 16, 2017
-
-
Steve Swinsburg authored
-
- Dec 14, 2017
-
-
psychocrypt authored
- fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1) - remove NVIDIA Volta gpus for MAC OSX
-
- Dec 12, 2017
-
-
Dickinson Reed authored
-
- Dec 10, 2017
-
-
psychocrypt authored
handle all error codes from the cuda api calls.
-
- Dec 09, 2017
-
-
psychocrypt authored
solve #440 thanks @true-datura
-
Andrew Whittle authored
Makes casting more explicit.
-
Andrew Whittle authored
When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first.
-
psychocrypt authored
- fix indention
-
- Dec 08, 2017
-
-
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
Correct list order
-
fireice-uk authored
Make sure we don't run without a username
-
psychocrypt authored
update version
-
fireice-uk authored
-
Unknown authored
-
Unknown authored
-
Unknown authored
Fix CLI option start + make cli option pool into an added pool with top priority ithinstead of overwrite
-
Unknown authored
-
- Dec 07, 2017
-
-
psychocrypt authored
- add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved
-
psychocrypt authored
add message that he not closed cmd can be safly closed
-
Unknown authored
Fix nonce allocation
-
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.
-
- Dec 06, 2017
-
-
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.
-
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)
-
Unknown authored
Make k unsigned.
-
Unknown authored
Clean up the x-mas tree
-
- Dec 03, 2017
-
-
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.
-
- Dec 02, 2017
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- Dec 01, 2017
-
-
psychocrypt authored
- add option `sync_mode` - update auto suggestion and jconf
-
psychocrypt authored
- add documentation - add environment variable `XMRSTAK_NOWAIT`
-
- Nov 29, 2017
-
-
Unknown authored
Add custom message for dev -> user pool switch
-
- Nov 23, 2017
-
-
psychocrypt authored
fix #191 lauch bounds must be placed before the return type but after the template paramater
-