Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring fanspeed RPC linux/win/osx/mip/arm/r-pi 3.8.5
by
os2sam
on 15/12/2013, 14:44:01 UTC
by adding   -d 0 --remove-disabled   just makes the cg miner to intantly close, like when it has en error in its command line...

my whole bat now is

cgminer --scrypt -o wk3.botpool.net:3599 -u user -p pass -d 0 --remove-disabled --shaders 2560 --thread-concurrency 24550 --intensity 20 --worksize 512 -g 1 --gpu-fan 85

whats wrong with it? Tongue

First make sure what CGMiner identifies your GPU's as.  I just guessed at the "0".  Then make the proper -d x --remove-disabled immediately after cgminer.exe and before everything else.

It took me a little trial and error when I used it, way back when.

Edit: You are using CGMiner 3.7.2 or earlier? Right?