-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #411 from badman74/master
badman74 Lyra2 fix
- Loading branch information
Showing
7 changed files
with
3,050 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
setx GPU_FORCE_64BIT_PTR 0 | ||
|
||
setx GPU_MAX_HEAP_SIZE 100 | ||
|
||
setx GPU_USE_SYNC_OBJECTS 1 | ||
|
||
setx GPU_MAX_ALLOC_PERCENT 100 | ||
|
||
del *.bin | ||
|
||
|
||
sgminer.exe --no-submit-stale --kernel Lyra2RE -o stratum+tcp://92.27.201.170:9174 -u m -p 1 --gpu-platform 2 -I 19 --shaders 2816 -w 64 -g 2 | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.