Bitcoin Forum
September 29, 2025, 06:59:01 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: GekkoScience has a new stickminer that does 300+GH on: December 18, 2023, 07:52:35 PM
Kano,

I fired up my old 2pacs and saw you had an updated Cgminer with improved anti-zombie, so I tried it. Oddly, when I run it, it shows 100mhz which should be 11gh each, but its actually running about 16gh which would be 150mhz (x.11). I checked your site and my batch file that I just copied from my 4.11 folder and everything checks out. While I can clock 225mhz (atm) on 4.11, I get stuck at 150mhz on 4.12+ and it reports 100...


Nm, just saw that it was loading a conf file, so I'm an idiot.

Have a great day, and happy mining.
2  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: March 23, 2019, 06:13:21 AM
https://youtu.be/SBCw4_XgouA

try clearing your com port settings:

https://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/how-do-i-delete-the-unused-com-ports-in-windows-7/4bb72733-1be0-4168-9ba5-68dcb72d31d9

see if the hub works after that, or simply try the hub with another usb port or comp

Thnx u sir.
3  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: March 22, 2019, 04:19:21 AM
A stronger fan than my setup with the plugables. I have all 6 running back in the plugables now Undecided

Tried turning off the hub for several minutes, then turning back on(including unplugging), and switching the power supply on and off several times. I noticed that the sticks plugged into 2,5 would flash red as they went off where the other 4 would go immediately off from green.

I was increasing the speed in steps due to 3 of the sticks being 2pacs "seconds". As stated, all 6 are working again on the old hubs.
4  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: March 22, 2019, 02:10:26 AM
Ran 6x 2pacs off PSU 6 pin (evga 430, 80+) for about 2 hours and now it won't detect anything.

I was running them at 175 which should be 9.72a max.

The lights are all solid green on the 2pacs, but they aren't being seen by windows. There's a little red light under 7 and 4.

I can feel the 2pacs in 3,4, and 5 are all very warm to the touch. 7 is mildly warm. 2 and 6 are pretty much cold. Didn't mess with 1.

Tried another PSU and USB wire, no luck.
5  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: March 17, 2019, 09:05:31 PM
Yeah I wasn't sure. My maths were saying that the 75watts (spec) from 1x 6 pin pcie off a power supply would be about 6.25amps*, but your chart said that it would take 2.80 amps per unit or 16.8a/18a that the hub can put out to get 300mhz on all. My Plugables do 5a but they can't even do 125mhz without constant resets and zombies that I have to reset the router or reseat the sticks. I have 2 fans on them.

I want to be able to run them higher.

I cant afford to drop $350 to replace them all, but if I can start with the router and get these guys running better, I can upgrade the sticks later. Can you mix 2pacs and Newpacs?

*One guy said PCIe can run over spec, but I don't want a fire hazard.
6  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: March 17, 2019, 05:25:31 PM
I have 6 2pacs.

Will the plastic Gekko Hub run all 6 at 300 MHZ on a PCIE 6pin? If not what am I looking at @spec vs what PCIE cable is capable of (non fire hazard). Or what would I need to max all 6?
7  Economy / Computer hardware / Re: [FOR SALE/DONATION] GekkoScience 2Pac USB stick FACTORY SECONDS on: December 02, 2017, 09:43:11 PM
[bump] I PM'd the info you requested. Just need to know where to send funds.
8  Economy / Computer hardware / Re: [FOR SALE/DONATION] GekkoScience 2Pac USB stick FACTORY SECONDS on: December 01, 2017, 03:12:15 AM
PM sent, hoping not too late.
9  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: November 26, 2017, 12:16:44 AM
Went several pages deep from 1 and 55 hoping I didn't have to read all... After your reply, I started in the middle and found 2 posts quickly...

Here's an informative one if any more noobs show up with the same question. "how do I set frequency individually for each gekkoscience 2pac usb miner" Hopefully google picks this up for anyone else.



For all those that are having issues with some sticks going zombie, you should check the troubleshooting / Q&A from the OP.
If you have followed the instructions (voltage adjutment etc) and you still have the zombie issue, continue reading (Windows only).

Important
By following the instructions below, you will end up using one instance of cgminer for each stick.

[1] Create a batch file in the cgminer folder (let's call it list-devices.bat)
Code:
@echo off
TITLE 2Pac - list devices
cgminer -n
pause

[2] Run it and you should see something like this
Code:
 [2017-07-11 20:00:08.577] USB all: found 13 devices - listing known devices
.USB dev 0: Bus 4 Device 12 ID: 10c4:ea60
[...some more info here...]
.USB dev 1: Bus 4 Device 10 ID: 10c4:ea60
[...some more info here...]
.USB dev 2: Bus 4 Device 14 ID: 10c4:ea60
[...some more info here...]
 [2017-07-11 20:00:08.578] 3 known USB devices
Press any key to continue . . .

[3] Write down the bus number (in my case 4) and each device ID (in my case 10, 12 and 14)

[4] Create a batch file in the cgminer folder for the first stick with the following
Code:
@echo off
TITLE BTC - solo (ckpool) - 2Pac #1
cgminer -o stratum+tcp://de.ckpool.org:3333 -u YOUR-USERNAME -p x --gekko-2pac-freq YOUR-DESIRED-FREQ --suggest-diff YOUR-DESIRED-DIFF --usb 4:10
pause

[5] Create a batch file in the cgminer folder for the second stick with the following
Code:
@echo off
TITLE BTC - solo (ckpool) - 2Pac #2
cgminer -o stratum+tcp://de.ckpool.org:3333 -u YOUR-USERNAME -p x --gekko-2pac-freq YOUR-DESIRED-FREQ --suggest-diff YOUR-DESIRED-DIFF --usb 4:12
pause

[6] Create a batch file in the cgminer folder for the third stick with the following
Code:
@echo off
TITLE BTC - solo (ckpool) - 2Pac #3
cgminer -o stratum+tcp://de.ckpool.org:3333 -u YOUR-USERNAME -p x --gekko-2pac-freq YOUR-DESIRED-FREQ --suggest-diff YOUR-DESIRED-DIFF --usb 4:14
pause

[7] Repeat until you cover all devices

[8] Please note the --usb 4:14 added at the end of the command line which instructs cgminer to use only the device found on bus 4 with ID 14 (see step 3).

Final notes:
- my 3 sticks were running fine most of the time but every 2-3 days one of them was going zombie
- with this setup I'm running fine @ 200 Mhz since the 6th of July (0 HW errors, no zombies)
- the hub I use is the Plugable USB 2.0 version

HTH,
anorganix.

10  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: November 25, 2017, 11:26:35 PM
Is there a way to set each frequency individually? 3rd unit gets HW at 225, but when I set it to 215, it kicks the crap out of the other 2 with 0 HW. The other 2 ran better at 225...



11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: March 11, 2016, 04:58:40 AM
Find out your local Ip on your network. It will be 127.0.0.1 or 192.168.x.x (x's vary on routers)

In the "eth-proxy" conf file, find:

 HOST = "127.0.0.1"

Or whatever it says and change it to your IP. If you aren't sure, open a CMD window and type "ipconfig"  (no quotes) you want the IPv4 address, change the CONF file to that address.

Don't forget the next line down is WALLET- make it your address
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CoinMarket.io | New, self-moderated support and news thread. on: April 19, 2014, 10:39:55 PM
Name:Tobycoinguy

Sat Apr 19 2014 22:29:14    0.04350968           LEAF      pending
Sat Apr 19 2014 22:27:34    198.83879365   CON      pending
Sat Apr 19 2014 22:23:11    20219.76060113   NOBL      pending

Said I would get Email, never arrived. Please unstick. Thanks!
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CoinMarket.io | New, self-moderated support and news thread. on: March 22, 2014, 05:12:31 PM
Does anyone know how to cancel an order? There's no button for it and I have 2 orders "on order" that I can't withdraw be because it lists my available as 0. It still shows the XXXXXX amount "on order"
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!