Post
Topic
Board Hardware
Re: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread
by
jsays
on 24/10/2018, 16:54:34 UTC
(im very new *today* so dont get mad with me)

i have a gekko 2pac, i have it setup on my work PC (no elec worries  Wink  lol)
i have it up and running on win7 and working on cgminier BUT... if i make a bat file, it just flashes up for a split second then vanishes.

is a bat file the only was to OC the stick? or can you do it from inside the cgminer?


@echo off
cgminer -o mypool -u username -p x --gekko-2pac-freq150

this is my bat.. what is wrong here? Sad

bitmunkey, a couple bits to help you on your way...
1. You can OC from the command line, simply by adding that frequency call, but not from withing the running cgminer:
Code:
--gekko-2pac-freq 150
2. Your instruction, as typed above is missing a space between the frequency argument and its value
Code:
--gekko-2pac-freq 150
...not
Code:
--gekko-2pac-freq150

Good luck, and happy mining.