Post
Topic
Board Mining support
Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher
by
slashka
on 12/09/2015, 12:01:44 UTC
How do I set up more than 1 COM PORT on .bat file?

I have two gridseeds, my .bat is like that:

Code:
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!