Post
Topic
Board Mining software (miners)
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
d3m0n1q_733rz
on 17/08/2011, 12:03:11 UTC
Great work on the new windows-build.

However on one machine I'm trying the cpu-only version on Windows XP (x86) which crashes instantly.
I start it from a bat-file with the following options:

Quote
set http-proxy=http://127.0.0.1:8118
cgminer-cpuonly.exe -o http://mining.com/8332 -u user -p pass

What may be the cause?
For one, the backslash instead of the colon before your port number.  Also, try tagging on --algo auto for good measure.  It's a nice feature that will ensure you're using the best algorithm for your processor.  But yeah, http://mining.com:8332 not /8332.