- Apr 14, 2018
-
-
psychocrypt authored
- expose cryptonight_lite_v7, cryptonight_heavy and cryptonight_v7 - remove cryptonight_lite
-
Jason Rhinelander authored
Graft is forking soon, with updated software released yesterday, to what will be v8 in Graft (current Graft cryptonight algorithm is graft v7). This commit updates the `graft` algorithm to recognize the fork and switch algorithms. Fork annoucement: https://www.graft.network/2018/04/12/patch-1-1-1-released-major-network-update-block-65110/
-
- Apr 08, 2018
-
-
psychocrypt authored
Use the maximum scratchpad size from before and after the fork.
-
psychocrypt authored
- remove version numbers within the kernel - create seperate program context for each mining algorithm - remove kernel `cn1_monero` is now integrated in `cn1` - remname `cnX` kernel in `cnX + algorithmNumber`
-
- Apr 06, 2018
-
-
Tony Butler authored
-
Tony Butler authored
-
Takeshi Suzuki authored
-
- Apr 05, 2018
-
-
ridd84 authored
-
- Apr 04, 2018
-
-
havenprotocol authored
-
psychocrypt authored
-
psychocrypt authored
sumokoin is broken if `bfactor >= 5` is used (default for windows) sumokoin for `sm_20` is broken due to the missing extern shared memory - call phase3 kernel two times if sumokoin is enabled - create extern shared memory for phase3 kernel
-
psychocrypt authored
fix #1297 If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken.
-
- Apr 03, 2018
-
-
psychocrypt authored
- fix that version argument was not passed to extended kernel parameters
-
- Apr 02, 2018
-
-
psychocrypt authored
-
psychocrypt authored
-rename `mining_fork_height` to `*_version`
-
- Apr 01, 2018
-
-
psychocrypt authored
-
psychocrypt authored
- add `fork_height` to currency - refactor algorithm selection
-
fireice-uk authored
-
psychocrypt authored
fix #1218 - remove inline function with ugly macro :-(
-
- Mar 31, 2018
-
-
fireice-uk authored
-
fireice-uk authored
-
- Mar 29, 2018
-
-
psychocrypt authored
- documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt
-
- Mar 28, 2018
-
-
psychocrypt authored
allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading
-
- Mar 27, 2018
-
-
psychocrypt authored
fix warning ``` /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS) ```
-
psychocrypt authored
- add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes
-
- Mar 26, 2018
-
-
psychocrypt authored
- remove call `IsCurrencyMonero` with `cn_select_memory`
-
- Mar 25, 2018
-
-
psychocrypt authored
fix #1202
-
psychocrypt authored
revert #1198, the block size is limited to 84byte
-
psychocrypt authored
move option `--currency` down
-
psychocrypt authored
The OpenCl code is only supporting jobs up to 84byte
-
psychocrypt authored
change warning when precompiled OpenCL code is not found
-
psychocrypt authored
-
psychocrypt authored
-
Juan Leni authored
-
xmr-stak-devs authored
Co-authored-by:
psychocrypt <psychocryptHPC@gmail.com> Co-authored-by:
fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by:
Lee Clagett <code@leeclagett.com> Co-authored-by:
curie-kief <curie-kief@users.noreply.github.com>
-
- Mar 13, 2018
-
-
psychocrypt authored
A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
-
- Mar 10, 2018
-
-
Jimmie Lin authored
-
- Mar 03, 2018
-
-
psychocrypt authored
Reduce OpenCL start time by using a self made compiler cache. - store compiled OpenCL binary - load OpenCl binary if available
-
psychocrypt authored
- add project picosha2 - add license notes for picosha2
-
Bryan Stitt authored
-