Pages:
Author

Topic: GekkoScience has a new stickminer that does 300+GH - page 8. (Read 22193 times)

newbie
Activity: 18
Merit: 1

I run these with no issues on the latest version of Kano's cgminer.

Code:
cgminer.exe -o stratum+tcp://solo.ckpool.org:3333  -u BTC.WORKERNAME -p x --gekko-start-freq 350   --gekko-compacf-freq 580  --gekko-mine2 --gekko-tune2 60 --suggest-diff 3000

What do you have your voltage set to?

I see anywhere between 3.5A per port and up to 4.1A draw per port depending on the stick.


does anyone know the total amount of compac F able to run properly off one Raspberry pie 4?  

I have confirmed that you can run up to 15 sticks on a Pi4. The 8GB Pi4 version that is.

Anymore than that and it won't see any additional devices (or at least in my case).



Thank you !!!!
full member
Activity: 562
Merit: 139
I see anywhere between 3.5A per port and up to 4.1A draw per port depending on the stick.

Do you set the voltage using a amp meter in between the hub and stick?

I use one of these:

https://www.amazon.com/HiLetgo-Current-Voltage-Charger-Capacity/dp/B01HXU1PGC?ref_=ast_sto_dp
member
Activity: 71
Merit: 16
I see anywhere between 3.5A per port and up to 4.1A draw per port depending on the stick.

Do you set the voltage using a amp meter in between the hub and stick?
full member
Activity: 562
Merit: 139

I run these with no issues on the latest version of Kano's cgminer.

Code:
cgminer.exe -o stratum+tcp://solo.ckpool.org:3333  -u BTC.WORKERNAME -p x --gekko-start-freq 350   --gekko-compacf-freq 580  --gekko-mine2 --gekko-tune2 60 --suggest-diff 3000

What do you have your voltage set to?

I see anywhere between 3.5A per port and up to 4.1A draw per port depending on the stick.


does anyone know the total amount of compac F able to run properly off one Raspberry pie 4?  

I have confirmed that you can run up to 15 sticks on a Pi4. The 8GB Pi4 version that is.

Anymore than that and it won't see any additional devices (or at least in my case).
legendary
Activity: 3304
Merit: 1842
Curmudgeonly hardware guy
It's going to depend somewhat on the speed you run them at, but users here have reported up to 14 sticks to a Pi.
newbie
Activity: 18
Merit: 1
does anyone know the total amount of compac F able to run properly off one Raspberry pie 4? 
member
Activity: 71
Merit: 16

I run these with no issues on the latest version of Kano's cgminer.

Code:
cgminer.exe -o stratum+tcp://solo.ckpool.org:3333  -u BTC.WORKERNAME -p x --gekko-start-freq 350   --gekko-compacf-freq 580  --gekko-mine2 --gekko-tune2 60 --suggest-diff 3000

What do you have your voltage set to?
legendary
Activity: 3578
Merit: 1090
Think for yourself
Hello, I received a compac f from gekkoscience but it does not work, even after installing the correct drivers and the correct cgminer, it is marked as inactive, in the device manager it is displayed as FT232EX

Are you using Windoze?  If so use Zadig to install the WinUSB driver.
copper member
Activity: 76
Merit: 72
Hello, I received a compac f from gekkoscience but it does not work, even after installing the correct drivers and the correct cgminer, it is marked as inactive, in the device manager it is displayed as FT232EX could you tell me enlighten how to repair or diagnose it please?

Thanks very much

Probably best to contact your reseller for support first. If they are unable or unwilling, you could get help here.
newbie
Activity: 2
Merit: 0
Hello, I received a compac f from gekkoscience but it does not work, even after installing the correct drivers and the correct cgminer, it is marked as inactive, in the device manager it is displayed as FT232EX could you tell me enlighten how to repair or diagnose it please?

Thanks very much
hero member
Activity: 882
Merit: 5814
not your keys, not your coins!
~
Ah, OK, yes I think the windows binary might? actually work on an Intel MacOS,
but that would also run way too slow.
Only inside a Windows VM or maybe using Wine. But I don't see why anyone would want to do that, since there are macOS build instructions available.

Regarding speed: I've ran Compac F's from cgminer in a VM and it was fine. I like to use VMs when experimenting with a new codebase to get an understanding of it & that prevents clutter on my host when installing different compilers, dependencies and whatnot.

USB passthrough has come a long way!
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
sorry im a complete noob. can you explain how and were to put commands
In the Terminal. https://support.apple.com/guide/terminal/welcome/mac

also for some reason i  cannot vet the change frequency and tuning  commands to work. any ideas. this is what iv have so far :
cgminer.exe -o stratum+tcp://de.ckpool.org:3333 -u -p x --gekko-compacf-detect --gekko-compacf-freq 500
You are following the wrong section of the guide. .exe is always a Windows binary. You should neither download, nor try to run, a Windows binary on Mac, it won't work. Download and run the right binary for your OS and it should be good.

Everything is explained here: https://kano.is/gekko.php
Ah, OK, yes I think the windows binary might? actually work on an Intel MacOS,
but that would also run way too slow.

The build steps linked in https://kano.is/gekko.php explain how to build cgminer on a Mac OSX:
https://github.com/kanoi/cgminer/blob/master/mac-build.txt

And yes all commands are run in a Terminal
full member
Activity: 562
Merit: 139
sorry im a complete noob. can you explain how and were to put commands
In the Terminal. https://support.apple.com/guide/terminal/welcome/mac

also for some reason i  cannot vet the change frequency and tuning  commands to work. any ideas. this is what iv have so far :
cgminer.exe -o stratum+tcp://de.ckpool.org:3333 -u -p x --gekko-compacf-detect --gekko-compacf-freq 500
You are following the wrong section of the guide. .exe is always a Windows binary. You should neither download, nor try to run, a Windows binary on Mac, it won't work. Download and run the right binary for your OS and it should be good.

Everything is explained here: https://kano.is/gekko.php

Yep you are spot on. Didn't see that they were using a Mac.
hero member
Activity: 882
Merit: 5814
not your keys, not your coins!
sorry im a complete noob. can you explain how and were to put commands
In the Terminal. https://support.apple.com/guide/terminal/welcome/mac

also for some reason i  cannot vet the change frequency and tuning  commands to work. any ideas. this is what iv have so far :
cgminer.exe -o stratum+tcp://de.ckpool.org:3333 -u -p x --gekko-compacf-detect --gekko-compacf-freq 500
You are following the wrong section of the guide. .exe is always a Windows binary. You should neither download, nor try to run, a Windows binary on Mac, it won't work. Download and run the right binary for your OS and it should be good.

Everything is explained here: https://kano.is/gekko.php
full member
Activity: 562
Merit: 139
Well, the API output will tell you that.
Also on Linux or Mac running 'top' in a terminal will tell you that also.
On Mac the docs mentions something to try.

sorry im a complete noob. can you explain how and were to put commands

also for some reason i  cannot vet the change frequency and tuning  commands to work. any ideas. this is what iv have so far :
cgminer.exe -o stratum+tcp://de.ckpool.org:3333 -u -p x --gekko-compacf-detect --gekko-compacf-freq 500

I run these with no issues on the latest version of Kano's cgminer.

Code:
cgminer.exe -o stratum+tcp://solo.ckpool.org:3333  -u BTC.WORKERNAME -p x --gekko-start-freq 350   --gekko-compacf-freq 580  --gekko-mine2 --gekko-tune2 60 --suggest-diff 3000
newbie
Activity: 18
Merit: 1
Well, the API output will tell you that.
Also on Linux or Mac running 'top' in a terminal will tell you that also.
On Mac the docs mentions something to try.

sorry im a complete noob. can you explain how and were to put commands

also for some reason i  cannot vet the change frequency and tuning  commands to work. any ideas. this is what iv have so far :
cgminer.exe -o stratum+tcp://de.ckpool.org:3333 -u -p x --gekko-compacf-detect --gekko-compacf-freq 500
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
Well, the API output will tell you that.
Also on Linux or Mac running 'top' in a terminal will tell you that also.
On Mac the docs mentions something to try.
newbie
Activity: 18
Merit: 1
computer is way to slow
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
When you set the target to 460MHz as you have done, each miner needs more than 11W as it mentions on the gekko.php page.
https://kano.is/gekko.php#res
Looks like you don't have anywhere near that power per miner or your power source is no good.
(Edit: or the computer is way too slow.)

With that many CompacF miners you'd need at least one powered hub like the Gekko one.

Unrelated to your issue:
Of course showing A: at the top helps knowing how long you've run it.
Usually it takes an hour or so to get a good idea of how it's performing.
newbie
Activity: 18
Merit: 1
--------------------------------------------------------------------------------
 SB management [P]ool management ettings [D]isplay options [Q]uit
 24: GSF 10055067: BM1397:01+ 250.00MHz T:460 P:38  (51:26)  | 19.3% WU: 14% | 14.24G / 18.33Gh/s WU: 256.1/m
 25: GSF 10055089: BM1397:01+ 295.00MHz T:460 P:97  (43:22)  | 11.5% WU: 13% | 31.95G / 20.46Gh/s WU: 285.8/m
 26: GSF 10055102: BM1397:01+ 255.00MHz T:460 P:28  (50:25)  | 13.9% WU:^14% | 25.23G / 19.03Gh/s WU: 265.9/m
 39: GSF 10055104: BM1397:01+ 250.00MHz T:460 P:0   (51:26)  |  0.0% WU:^17% | 27.25G / 21.78Gh/s WU: 304.2/m
 40: GSF 10055068: BM1397:01+ 250.00MHz T:460 P:0   (51:26)  |  0.0% WU:^ 5% | 3.182G / 6.001Gh/s WU:  83.8/m
--------------------------------------------------------------------------------


can anyone help ?
Pages:
Jump to: