Created
July 18, 2017 14:56
-
-
Save sblmasta/8cad79a815fe879460df4da90c45c1a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
export GPU_FORCE_64BIT_PTR=0 | |
export GPU_MAX_HEAP_SIZE=100 | |
export GPU_USE_SYNC_OBJECTS=1 | |
export GPU_MAX_ALLOC_PERCENT=100 | |
export GPU_SINGLE_ALLOC_PERCENT=100 | |
./claymore/ethdcrminer64 -epool {pool address} -ewal {wallet}.RIG -epsw x -mode 1 -ftime 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment