Skip to content

Instantly share code, notes, and snippets.

@neojou
Created December 27, 2013 17:28
Show Gist options
  • Save neojou/8149958 to your computer and use it in GitHub Desktop.
Save neojou/8149958 to your computer and use it in GitHub Desktop.
cgminer shell script
#!/bin/sh
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./cgminer -c miner.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment