What happens when you try to run into without the 'sharethreads' and 'lookup_gap' parameters? Based on the output you are encountering, it would appear those lines are what the program is complaining about. Is it possible those parameters need to be equal to the value? (ie. sharethreads=32)?
Yea, I also guess that this is the problem (last 2 lines).
When I delete those 2 lines, reaper.exe starts and stops without any error. It's same when I left those 2 lines, but without "2" and "32".
I didn't understand that at the end ("equal to the value")? To put "=" sign before 32? I've try that and its the same.
Tnx, I will look if I can find something useful there
I couldn't either make guiminer to work with my i7-2670QM,
I have no recollection about the error messages.
I use pooler-cpuminer and cuda miner for 555M, win7.
Hash speed is not too good combined Hash is around 37-55Mhas/s.
I have .bat file to start mining:
minerd -o stratum+tcp://YOURPOOL.com:3333 -O WORKERNAME:PASSWORD
Slow but it works.
Teemu
Yea, "guiminer" also created bad BAT file for my GPU ATI 4890 ("guiminer-scrypt_win32_binaries_v0.04\cgminer\mine-Default.bat") so I had to edit it manually (someone helped me at IRC).
This was created by GUIMINER:
"c:\Users\Ivan\Downloads\guiminer-scrypt_win32_binaries_v0.04\cgminer\cgminer.exe" --scrypt -u MyWorker1 -p MyPassword1 -o stratum+tcp://coinotron.com:3334 --gpu-platform 0 -d 0 -w 256 -v 1 -I -g 1 -l 1 --thread-concurrency
and with that I was always geting error “cgminer.exe:–thread-concurrency requires an argument”
This was manually edited and it working OK (I'm getting 160 kH/s):
"c:\Users\Ivan\Downloads\guiminer-scrypt_win32_binaries_v0.04\cgminer\cgminer.exe" --scrypt -u MyWorker1 -p MyPassword1 -o stratum+tcp://coinotron.com:3334 -I 12 -g 1 -w 128
(I also need to manually start it with mine-Default.bat - If I run it from guiminer, guimner again put his bad parameters).