Pages:
Author

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

newbie
Activity: 1
Merit: 0
Does anyone here run the Compac F on a Sipolar USB hub? I am just trying to get a handle on what kind of hash rate is achievable running a single miner on this hub. So far the max average I've been able to achieve is about 180 gh/s at 325 mhs. That's fine if it's all that's possible - I just want to understand if there's any success to be had by playing about with the voltage screw & frequency settings.

I understand that it's not the recommended hub, but they're impossible to get hold of atm. Thanks!
newbie
Activity: 16
Merit: 1
Hi all,
with the difficulty to buy a good usb mining hub , I finally worked on my own design
https://i.ibb.co/Nj56pdq/usb-mining-hub.png
main features :
pci-e power connector 12V
3 power linear regulator 5A each
3 variable resistor to adjust 5V output
Atmega328 with LCD to display data like power of each usb port like usb key power meter

4 ports USB and 2 with just power for raspberry or fan

ports 1 and 2 share same 5V with usb hub data
port 3 share same 5V with one usb hub data and port4 with just power (fan, raspberry)
same configuration for port 5 and 6

I plan to add connector for fan because a thermal dissipator is need for the 3 linear regulator and a sensor to manage temperature

It works since one week without any issue
https://i.ibb.co/Kz3t75m/cgminer.png
Now I need program ATMega to display data and my prototype will be finish

https://i.ibb.co/1b5ZdBd/001.png
https://i.ibb.co/YcZJGGr/002.png


Looks great, I am sure there would be many of us looking to purchase something like this.  I am also waiting to get a GekkoScience hub and check everyday to see if I can purchase one.
newbie
Activity: 6
Merit: 0
Hi all,
with the difficulty to buy a good usb mining hub , I finally worked on my own design
https://i.ibb.co/Nj56pdq/usb-mining-hub.png
main features :
pci-e power connector 12V
3 power linear regulator 5A each
3 variable resistor to adjust 5V output
Atmega328 with LCD to display data like power of each usb port like usb key power meter

4 ports USB and 2 with just power for raspberry or fan

ports 1 and 2 share same 5V with usb hub data
port 3 share same 5V with one usb hub data and port4 with just power (fan, raspberry)
same configuration for port 5 and 6

I plan to add connector for fan because a thermal dissipator is need for the 3 linear regulator and a sensor to manage temperature

It works since one week without any issue
https://i.ibb.co/Kz3t75m/cgminer.png
Now I need program ATMega to display data and my prototype will be finish

https://i.ibb.co/1b5ZdBd/001.png
https://i.ibb.co/YcZJGGr/002.png
jr. member
Activity: 30
Merit: 1
Yeah I never use a config file, just a command line or shell script that's easy to edit because it's basically one command line.

got it.. thanks.

finally, thanks guys.. every single issue i had has been resolved including the usb bandwidth thing even tho one of them is still playing catch up... seems the issue was related to windows...
Im currently running rasp OS on one of my pcs and so far so good...

just waiting for the usb amp meter i ordered on amazon to set all the sticks at a set power rating...

Code:

 [2022-03-02 20:30:38.221] GSF 0 (5s):308.0G (avg):322.8Gh/s | A:48023 R:0 HW:16 WU:4508.8/m                    
 [2022-03-02 20:30:38.221] GSF 1 (5s):382.7G (avg):327.3Gh/s | A:57185 R:0 HW:64 WU:4572.2/m                    
 [2022-03-02 20:30:38.221] GSF 2 (5s):390.5G (avg):353.4Gh/s | A:61322 R:0 HW:16 WU:4936.8/m                    
 [2022-03-02 20:30:38.221] GSF 3 (5s):348.5G (avg):339.7Gh/s | A:39946 R:0 HW:96 WU:4747.5/m                    
 [2022-03-02 20:30:38.221] GSF 4 (5s):267.8G (avg):244.3Gh/s | A:19663 R:0 HW:16 WU:3413.1/m                    
 [2022-03-02 20:30:38.221] GSF 5 (5s):307.1G (avg):338.0Gh/s | A:42496 R:0 HW:32 WU:4726.2/m

legendary
Activity: 3374
Merit: 1859
Curmudgeonly hardware guy
Yeah I never use a config file, just a command line or shell script that's easy to edit because it's basically one command line.
legendary
Activity: 3583
Merit: 1094
Think for yourself
what of the config file ? i will like to input my settings in it ... how do i create  / locate it ..? looked through the cgminer directory looking for gekko.config i imagine but didnot find one ..

The extension for the config file is .conf.

The conf file is a pain in the a--.  I like just using the command line so that I can easily make changes when I want to try something different.

But each to their own.  Just don't forget you started using the stupid thing because it overrides your command line when you try using it.
jr. member
Activity: 30
Merit: 1
Oh yeah that old guy. Error as old as cgminer running USB devices. From the Compac/2Pac support thread:

Quote

Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot



You'll want to cd into the correct cgminer folder, but that is probably obvious. Either that, or run cgminer as root.

That solved the issue, thanks a bunch. what of the config file ? i will like to input my settings in it ... how do i create  / locate it ..? looked through the cgminer directory looking for gekko.config i imagine but didnot find one ..
legendary
Activity: 3374
Merit: 1859
Curmudgeonly hardware guy
Oh yeah that old guy. Error as old as cgminer running USB devices. From the Compac/2Pac support thread:

Quote

Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot



You'll want to cd into the correct cgminer folder, but that is probably obvious. Either that, or run cgminer as root.
jr. member
Activity: 30
Merit: 1
There's a link in the first post, to a post hanging out on Page 3, with all the instructions you could want.

Thanks. I found the post & was able to setup cgminer just a couple more things...

1.  im not yet able to generate the gekko.config file... still not sure how..
2. when i run the cgminer, it showing GSH errors , cant detect miner which i believe should have been GSF hence looking for the wrong hardware..  how can this be corrected ?

Some indication of the output of the screen in [ code ] tags would help, or a screenshot.

Certainly ..  see below.

Code:
[2022-03-02 14:00:21.513] Pool 0 difficulty changed to 442
 [2022-03-02 14:00:21.982] USB init, open device failed, err -3, you don't have privilege to access - GSH device 2:20
 [2022-03-02 14:00:21.982] See README file included for help
 [2022-03-02 14:00:21.982] GekkoScience detect (2:20) failed to initialise (incorrect device?), resetting
 [2022-03-02 14:00:22.032] USB init, open device failed, err -3, you don't have privilege to access - GSH device 2:19
 [2022-03-02 14:00:22.032] See README file included for help
 [2022-03-02 14:00:22.032] GekkoScience detect (2:19) failed to initialise (incorrect device?), resetting
 [2022-03-02 14:00:22.082] USB init, open device failed, err -3, you don't have privilege to access - GSH device 2:18
 [2022-03-02 14:00:22.082] See README file included for help
 [2022-03-02 14:00:22.082] GekkoScience detect (2:18) failed to initialise (incorrect device?), resetting
 [2022-03-02 14:00:22.414] No devices detected!
 [2022-03-02 14:00:22.414] Waiting for USB hotplug devices or press q to quit
 [2022-03-02 14:00:22.415] Network diff set to 28T
 [2022-03-02 14:00:27.631] USB init, open device failed, err -3, you don't have privilege to access - GSH device 2:20
 [2022-03-02 14:00:27.631] See README file included for help
legendary
Activity: 3234
Merit: 1220
There's a link in the first post, to a post hanging out on Page 3, with all the instructions you could want.

Thanks. I found the post & was able to setup cgminer just a couple more things...

1.  im not yet able to generate the gekko.config file... still not sure how..
2. when i run the cgminer, it showing GSH errors , cant detect miner which i believe should have been GSF hence looking for the wrong hardware..  how can this be corrected ?

Some indication of the output of the screen in [ code ] tags would help, or a screenshot.
jr. member
Activity: 30
Merit: 1
By the way, i'm happy to be making these progress. Thanks to everyone who's been helpful even though im not there yet but i know i will ...  Smiley
jr. member
Activity: 30
Merit: 1
There's a link in the first post, to a post hanging out on Page 3, with all the instructions you could want.

Thanks. I found the post & was able to setup cgminer just a couple more things...

1.  im not yet able to generate the gekko.config file... still not sure how..
2. when i run the cgminer, it showing GSH errors , cant detect miner which i believe should have been GSF hence looking for the wrong hardware..  how can this be corrected ?
legendary
Activity: 3374
Merit: 1859
Curmudgeonly hardware guy
There's a link in the first post, to a post hanging out on Page 3, with all the instructions you could want.
jr. member
Activity: 30
Merit: 1
I need help, can anyone share links that can guide through the process for compiling cgminer on rasp OS..

hero member
Activity: 2534
Merit: 623
Anyone knows a good Rasp Pi source ? cant find stock online.. Pi 4B 8Gb..

All the good retailers have no stock, one says due in around 14th March here in the UK.
jr. member
Activity: 30
Merit: 1
Anyone knows a good Rasp Pi source ? cant find stock online.. Pi 4B 8Gb..
jr. member
Activity: 30
Merit: 1
found this on amazon: X-DRAGON Dual USB Digital Power Meter Tester
is that it ?
Yeah, look for 'USB amp meters', but it sounds good. I personally prefer the straight ones, where the miner is plugged in a straight line with the USB ports. That way it fits better onto the hub. But any type should work.

Thanks, I found the type you refer to, in form of a flash drive.
hero member
Activity: 882
Merit: 5834
not your keys, not your coins!
found this on amazon: X-DRAGON Dual USB Digital Power Meter Tester
is that it ?
Yeah, look for 'USB amp meters', but it sounds good. I personally prefer the straight ones, where the miner is plugged in a straight line with the USB ports. That way it fits better onto the hub. But any type should work.
jr. member
Activity: 30
Merit: 1
 You also need to have a USB power draw thing (I don't remember the technical name but it plugs into the USB port and the stick plugs into that) for testing and adjusting voltage because you can end up with way to much power even at 500MHz if you have too much amp wise if you adjust too much on it.  After I finish each stick I just move the next stick onto it.  So you only need 1 of them and they are less than $20 on Amazon.

Nice. will look for that. do you have a link to share on amazon for it ?
found this on amazon: X-DRAGON Dual USB Digital Power Meter Tester

is that it ?
jr. member
Activity: 30
Merit: 1
 You also need to have a USB power draw thing (I don't remember the technical name but it plugs into the USB port and the stick plugs into that) for testing and adjusting voltage because you can end up with way to much power even at 500MHz if you have too much amp wise if you adjust too much on it.  After I finish each stick I just move the next stick onto it.  So you only need 1 of them and they are less than $20 on Amazon.

Nice. will look for that. do you have a link to share on amazon for it ?

I think you are going to continue to have problems on a Windows based machine.  Each stick upon receiving them I did run myself on my personal desktop (at the time a AMD 3950x on a Gigabyte Aorus MB, but I used a USB hub that could provide 2.5A so even at 500MHz it would get angry at points).  The PI is a cheap very easy to setup solution and you can just set the sticks up with some kind of cooling solution and forget about them really.  I monitor everything through the default miner.php included in cgminer.
Would Prolly go that route, hopefully i get sorted out. thanks.
about the miner.php, how do you access it ?
Pages:
Jump to: