Bitcoin Forum

Bitcoin => Mining support => Topic started by: shywolf91 on July 27, 2013, 07:09:46 PM



Title: cgminer keeps crashing
Post by: shywolf91 on July 27, 2013, 07:09:46 PM
When I try to run cgminer it keeps crashing. My OS is Windows 7 64-bit.

Here is what I have in my BAT file:
Code:
color 0A
cgminer --scrypt -o stratum.btcguild.com:3333 -u user -p pass --shaders 960 --intensity 13 --worksize 128 -g 1


Title: Re: cgminer keeps crashing
Post by: shywolf91 on July 29, 2013, 02:12:14 AM
When I try to run cgminer it keeps crashing. My OS is Windows 7 64-bit.

Here is what I have in my BAT file:
Code:
color 0A
cgminer --scrypt -o stratum.btcguild.com:3333 -u user -p pass --shaders 960 --intensity 13 --worksize 128 -g 1
pool:btcguild
Ok I fixed the crashing problem but now I have this issue:
http://i41.tinypic.com/igkphg.png


Title: Re: cgminer keeps crashing
Post by: Winterfrost on July 29, 2013, 02:20:53 AM
Looks like you're mining with scrpyt on a Bitcoin pool. Remove the --scrypt option.


Title: Re: cgminer keeps crashing
Post by: os2sam on July 29, 2013, 11:52:51 AM
Looks like you're mining with scrpyt on a Bitcoin pool. Remove the --scrypt option.

And the shaders.

And lower the intensity to 9 or so.

Also I would think using the default 2 threads would be best for Bitcoin mining.


Title: Re: cgminer keeps crashing
Post by: canadaboy on July 29, 2013, 01:58:14 PM
remove --scrypt and you get somewhere what kinda card will be more on what he should put in other options but like really mine something else with gpu ltc nvc nmc BTC is for asci not gpu


Title: Re: cgminer keeps crashing
Post by: shywolf91 on July 29, 2013, 04:00:55 PM
thanks