How do I set up more than 1 COM PORT on .bat file?
I have two gridseeds, my .bat is like that:
minerd.exe --dual --freq=800 --gc3355=COM5,COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1
But it is not working
Thanks
try this:
minerd.exe --dual --freq=800 --gc3355=COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1
minerd.exe --dual --freq=800 --gc3355=COM5 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1
run two processes!