Skip to content

Instantly share code, notes, and snippets.

@perezd
Created March 17, 2013 00:58
Show Gist options
  • Save perezd/5179065 to your computer and use it in GitHub Desktop.
Save perezd/5179065 to your computer and use it in GitHub Desktop.
#!/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