Post
Topic
Board Hardware
Re: GekkoScience Compac BM1384 Stickminer Official Support Thread
by
philipma1957
on 15/09/2015, 15:02:25 UTC

it has the quirk that I can't make a good .bat file.  I have to run cgminer alone then enter a pool.  pretty sure that is something to do with vmware fusion shell.


This might be VM performance lag; I would suggest adding:

timeout 5

between each step in the bat file.  This will cause a pause of 5 seconds between each step.  If its VM performance lag thats the problem this should solve it.  Maybe if your mac is old you will need 10 seconds.


so

cgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957sticks --compac-freq 150


needs to be :

cgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957sticks --timeout 5 --compac-freq 150


did not work