Advertisement
Guest User

Untitled

a guest
Jan 26th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. export DISPLAY=:0
  4. export GPU_USE_SYNC_OBJECTS=1
  5. export GPU_MAX_ALLOC_PERCENT=100
  6.  
  7. screen -dmS mineur ./cgminer --scrypt -o stratum+tcp://eu.middlecoin.com:3333 -u 18hU8ehN8QggqMsZJwekXXtpxo3RAzXTQt -p x -o stratum+tcp://middlecoin.com:3333 -u 18hU8ehN8QggqMsZJwekXXtpxo3RAzXTQt -p x --intensity 13 --lookup-gap 2 --thread-concurrency 8192 --worksize 256 -g 2 --gpu-powertune 30 --gpu-engine 1050 --gpu-memclock 1500 --temp-target 65 --temp-overheat 70 --temp-cutoff 75 --gpu-fan 50-90 --auto-fan --api-listen --api-allow W:127.0.0.1,W:192.168.1.20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement