Trouble with Optiminer

Hello, Im running a gigabyte z97x motherboard with six R9 Nanos on windows 10. In optiminer, in the bat file, I input my t address and the pool address and save. Then I run the bat file and a command prompt window opens up and says "optiminer is not recognized as an internal or external command, operable program or batch file, press any key to continue. When I do that, the command prompt window just closes. Any ideas?
Update, now I am getting parse error: required argument missing: user.

I have a different configuration, so don’t know if this helps, but with latest 1.3.0 of Optiminer, it’s been very stable for me. You can see how I’ve named my Optiminer folders on my C:\ drive. I am in the habit of including the directory commands in order to make use of Claymore’s “reboot.bat” file idea using Windows Task Scheduler to launch a copy of the start.bat file located on the main root level of C:, not that those will be of any help here.

My start.bat looks like this:

SET GPU_FORCE_64BIT_PTR=1
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100
cd
cd Opti Z
cd Opti Z 1.3.0
SET POOL=zstratum+tls://us1-zcash.flypool.org:3443
SET USER=MY_ZCASH_ADDRESS.MY_WORKER_#
SET PASSWORD=z

optiminer -s %POOL% -u %USER% -p %PASSWORD% --log-file “c:/Opti Z/mine.log” -m 8080

pause

1 Like