Skip to content

Instantly share code, notes, and snippets.

@ss44
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ss44/8699846 to your computer and use it in GitHub Desktop.
Save ss44/8699846 to your computer and use it in GitHub Desktop.
#!/bin/bash
## CGminer script for R9280X-DC2T-3GD5
## Does about
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
screen -mdS 'miner_script1' \
cgminer \
--scrypt \
--scan-time 1 \
--no-submit-stale \
-I 13 \
-g 2 \
-w 256 \
--thread-concurrency 8192 \
--gpu-vddc 1.2 \
--gpu-memclock 1500 \
--gpu-engine 1080 \
-o stratum+tcp://switchercoin.com:5555 \
-u ss44.1 \
-p yo
@ss44
Copy link
Author

ss44 commented Jan 30, 2014

750 K/hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment