Post
Topic
Board Hardware
Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread
by
zac123
on 16/03/2018, 08:28:41 UTC

=================
=How to Run=
=================

Run syntax:

*nix [if not root level privileges, see Q&A]
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32

Windows
cgminer.exe -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32

OS X
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32

-- snip --

===============
=Basic Q&A / Troubleshooting=
===============

Q. How can I set a different frequency for the 2Pac vs the Compac?

cgminer will accept one or both parameters for the stick.
--gekko-compac-freq 200 --gekko-2pac-freq 150


Note how, in the run syntax, it gives you a sample command line to start. You edit this with your own pool configs. Note also the --suggest-diff parameter. Then note that setting frequency is --gekko-2pac-freq; does it look a bit familiar? Try adding that to your command line but change the number.

And if it still doesn't work, go read a tutorial on command line interface and try again.

Like I've been saying for over a year now, the answer to just almost every question ever asked in this thread is "read the first post".


hmm i'm getting unrecognized option with both of those options.

my string looks like this:
Desktop\CGMiner\cgminer-3.7.2-windows\cgminer-nogpu.exe -o stratum+tcp://eu.stratum.slushpool.com:3333 -u zbw123.worker1 -p x --gekko-compac-freq 200

are there any obvious mistakes in there please?