Created
March 17, 2013 00:58
-
-
Save perezd/5179065 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/sh | |
export DISPLAY=:0 | |
export GPU_MAX_ALLOC_PERCENT=100 | |
export GPU_USE_SYNC_OBJECTS=1 | |
./cgminer/cgminer --shaders 2048 --intensity 13 \ | |
--thread-concurrency 8192 --lookup-gap 2 \ | |
--gpu-engine 1135 --gpu-memclock 1375 \ | |
--auto-fan --temp-target 78 \ | |
--scrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment