Bitcoin Forum
April 18, 2024, 06:45:52 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 115 »
  Print  
Author Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread  (Read 177073 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 23, 2017, 01:21:17 AM
 #121

Using the command-line flags given in the first post.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
1713465952
Hero Member
*
Offline Offline

Posts: 1713465952

View Profile Personal Message (Offline)

Ignore
1713465952
Reply with quote  #2

1713465952
Report to moderator
1713465952
Hero Member
*
Offline Offline

Posts: 1713465952

View Profile Personal Message (Offline)

Ignore
1713465952
Reply with quote  #2

1713465952
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713465952
Hero Member
*
Offline Offline

Posts: 1713465952

View Profile Personal Message (Offline)

Ignore
1713465952
Reply with quote  #2

1713465952
Report to moderator
1713465952
Hero Member
*
Offline Offline

Posts: 1713465952

View Profile Personal Message (Offline)

Ignore
1713465952
Reply with quote  #2

1713465952
Report to moderator
1713465952
Hero Member
*
Offline Offline

Posts: 1713465952

View Profile Personal Message (Offline)

Ignore
1713465952
Reply with quote  #2

1713465952
Report to moderator
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 23, 2017, 01:22:49 AM
 #122

I guess there's no point in retrying via software when we see "Found 0 chip(s) on GSD 0".
Let me see if I can get it to just display "OFF" to signal folks to unplug, adjust voltage, and plug it back in.

Hm, I'd be careful with that. I've seen, more than once, Found 0 chip(s) on cgminer startup and after one or two "restarts" stick is detected/reports correctly


For now, I'm going go with you've got a special stick.

vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 23, 2017, 05:32:42 AM
 #123

New build is available (4fc8783).   git pull and build as needed.

- slight adjustment to ticket_mask and ramping
- check device health before creating an actual driver thread
- tidy up resources on failure

http://23.108.83.14/images/cgminer-4.10.0-windows-gekko-4fc8783.7z

vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 23, 2017, 05:37:54 AM
 #124

Eh, just remembered one more thing (my last post for today, I promise Smiley )

If you reset the stick after a few rounds of Found 0 chip(s) - Disabling! and it's starts hashing, numbers in the device list and device number reported once a share is found are misaligned. Right now I have GSDs listed as 21 and 22 in device list and shares reported for devices 15 and 16



They actually represent two different things, top stats are global device id (digit to left).   Logs are per device type ids (digits to right).   
If you have mix devices the number will diverge more apparently.   

gt_addict
Hero Member
*****
Offline Offline

Activity: 2478
Merit: 621


View Profile
March 23, 2017, 05:26:10 PM
 #125

OK so ive cloned the old sd card and managed to get cgminer 4.10.0 running. My current stats line has the format:-

 "1:GSC 10000081  231mhs  12.89G / 12.72 Gh/s WU:   A:   HW:  "
 "2:BSC 10000566  231mhs  13.24G / 12.71 Gh/s WU:   A:   HW:  "  etc etc

So do I now run the flowing in the order its been written by Biodom?


it looks like you did not run the correct code for pi.
Look closer: you need to run the one that says Debian (a longer list of dependencies) and mentions pi few lines down:

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2

After this:
Code:
sudo reboot
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami` #whoami=pi if you did not change it
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

then
cd ~/git/vthoang/cgminer/
./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr.yourworkername -p x --suggest-diff 32

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
Biodom
Legendary
*
Offline Offline

Activity: 3724
Merit: 3836



View Profile
March 23, 2017, 05:37:45 PM
Last edit: March 23, 2017, 06:32:54 PM by Biodom
 #126

on pi: just do commands as indicated, it will build a new vh's version of the cgminer inside the git/vhoang folder.

there is a bit of the code in the first post as to how to run both Compac and 2pac (called Compac-2) simultaneously.
also, not to worry, if you messed up a folder, just

rm -rf foldername

that's all


takagari
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
March 23, 2017, 07:53:08 PM
 #127

One of mine seems to drop offline at random, unplug and replug fixes, but odd. any ideas how to figure out why?

Code:
[U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
   0: GSD 10010318: COMPAC-2 100.00MHz HW:0 | 14.12G / 11.02Gh/s WU:77.0/m
   1: GSD 10010326: COMPAC-2 100.00MHz HW:0 | ZOMBIE
--------------------------------------------------------------------------------
 [2017-03-23 15:51:23.396] Found 0 chip(s) on GSD 606
 [2017-03-23 15:51:23.396] GSD 606 failure, disabling!
philipma1957
Legendary
*
Offline Offline

Activity: 4102
Merit: 7710


'The right to privacy matters'


View Profile WWW
March 23, 2017, 07:56:47 PM
 #128

One of mine seems to drop offline at random, unplug and replug fixes, but odd. any ideas how to figure out why?

Code:
[U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
   0: GSD 10010318: COMPAC-2 100.00MHz HW:0 | 14.12G / 11.02Gh/s WU:77.0/m
   1: GSD 10010326: COMPAC-2 100.00MHz HW:0 | ZOMBIE
--------------------------------------------------------------------------------
 [2017-03-23 15:51:23.396] Found 0 chip(s) on GSD 606
 [2017-03-23 15:51:23.396] GSD 606 failure, disabling!


weak usb hub?

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
takagari
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
March 23, 2017, 08:24:52 PM
 #129

Directly plugged in, but I figure the port can't handle it. will go out and look to buy a powered usb hub tomorrow.
It works, ran for nearly 18hrs before it dropped off.
gt_addict
Hero Member
*****
Offline Offline

Activity: 2478
Merit: 621


View Profile
March 23, 2017, 08:58:42 PM
 #130

OK so ive cloned the old sd card and managed to get cgminer 4.10.0 running. My current stats line has the format:-

 "1:GSC 10000081  231mhs  12.89G / 12.72 Gh/s WU:   A:   HW:  "
 "2:BSC 10000566  231mhs  13.24G / 12.71 Gh/s WU:   A:   HW:  "  etc etc

So do I now run the flowing in the order its been written by Biodom?


it looks like you did not run the correct code for pi.
Look closer: you need to run the one that says Debian (a longer list of dependencies) and mentions pi few lines down:

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2



So ive done the following and it will run the Green compac I have but does not recognise the bitshopper compacs. Just comes up with "usb init failed"  Sad

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
ppetrovic68
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 23, 2017, 09:05:04 PM
 #131

The post on Plugable's 7-port charging hub power setup is from me Smiley
Possibly using Y-cables is contributing to the drop out?

I run 2x 2Pacs and 1 Compac on the Plugable 7-port 60w charging hub.
For form-factor and cooling I have a 2Pac on port-2, the other 2Pac on port-4, and the Compac on port-6. Nice and compact for cooling and each stick is on its own buck.

Tried running them without the y-cables, just plugged straight into the hub?

I did earlier, and again last night - they were dropping like flies :/ After only a few minutes one of the stick would drop and Found 0 chip(s) fun would begin. Also tried swapping cables - nothing changed. One would work, the other would drop out.

Then I decided to go back to basics. I connected only one stick, via Y-cable to the Pluggable hub, and just for fun of it I upped the frequency to 275, two original Compacs were on other hub, second 2Pac was taking a break. Started cgminer... 19 hours later, 2Pac still going strong, averages at 30Gh/s, 0 HWs. I guess 30Gh/s @ 275Mhz is expected - Compacs @275Mhz would give somewhere about 15Gh/s.

And to make things more interesting I've connected "special" stick to Pluggable, an hour ago, using Y-cable but connecting just one end to the hub and then I ran another instance of cgminer @ 150 Mhz.

Now I have one cgminer running 2Pac@275, 2 Compacs @250 and second cgminer running one 2Pac@150 - so far so good...
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 23, 2017, 09:11:58 PM
 #132

It's possible VH's driver doesn't recognize the bitshopper product string. Reckon we'll need to get that fixed here directly since I'm working on bitshopper 2Pacs right now.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
gt_addict
Hero Member
*****
Offline Offline

Activity: 2478
Merit: 621


View Profile
March 23, 2017, 09:19:40 PM
 #133

It's possible VH's driver doesn't recognize the bitshopper product string. Reckon we'll need to get that fixed here directly since I'm working on bitshopper 2Pacs right now.

Phew! Theres me thinking ive gone a f**ked it up for the third time  Roll Eyes I even tried the "--enable-icarus" alongside "--enable-gekko" but it didn't like that.

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
Biodom
Legendary
*
Offline Offline

Activity: 3724
Merit: 3836



View Profile
March 23, 2017, 10:19:28 PM
 #134

It's possible VH's driver doesn't recognize the bitshopper product string. Reckon we'll need to get that fixed here directly since I'm working on bitshopper 2Pacs right now.

not sure about the batch you work on right now, but whatever black sticks you sold in US (at least mine) are working on vh's driver just fine for me (two out of two).

It's possible VH's driver doesn't recognize the bitshopper product string. Reckon we'll need to get that fixed here directly since I'm working on bitshopper 2Pacs right now.

Phew! Theres me thinking ive gone a f**ked it up for the third time  Roll Eyes I even tried the "--enable-icarus" alongside "--enable-gekko" but it didn't like that.

did you try to take it out and hotplug it again?
if not, restart the pi, then start cgminer again.
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 23, 2017, 10:27:43 PM
 #135

The seconds black sticks got bench-test configs, which means the default Gekkoscience product string and an arbitrary serial number. MacEntyre had a bitshopper-specific config he used on his sticks and I'll be using it on the bitshopper proper batch. It's what gets flashed into the CP2102.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
Biodom
Legendary
*
Offline Offline

Activity: 3724
Merit: 3836



View Profile
March 23, 2017, 10:30:55 PM
Last edit: March 23, 2017, 10:48:25 PM by Biodom
 #136


So ive done the following and it will run the Green compac I have but does not recognise the bitshopper compacs. Just comes up with "usb init failed"  Sad

did you do the following...

Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami` #whoami=pi if you did not change it
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

it is right there in my prior post.
I don't see you quoting this.
When I did not do this, I also got "usb init failed".
EDIT: this is only so if you are actually talking about 2pacs. Original black Compac (not 2pac) is a whole another situation that vh is fixing, apparently.
Biodom
Legendary
*
Offline Offline

Activity: 3724
Merit: 3836



View Profile
March 23, 2017, 10:32:30 PM
Last edit: March 23, 2017, 10:45:25 PM by Biodom
 #137

The seconds black sticks got bench-test configs, which means the default Gekkoscience product string and an arbitrary serial number. MacEntyre had a bitshopper-specific config he used on his sticks and I'll be using it on the bitshopper proper batch. It's what gets flashed into the CP2102.

yes, but @gt_addict got the same as me.
most likely explanation is in my post above.
then, again, maybe he is talking about older bitshopper one chip sticks.
if so, sorry, my mistake.
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 23, 2017, 10:39:31 PM
 #138

It's possible VH's driver doesn't recognize the bitshopper product string. Reckon we'll need to get that fixed here directly since I'm working on bitshopper 2Pacs right now.

hmm... yes it is very possible I didn't finish connecting the dots there.  99.2% likely.
I'll add it shortly.

sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 23, 2017, 10:41:05 PM
 #139

No, because he specifically said "bitshopper Compac", not black 2Pac.

VH do you have a bitshopper Compac config? I've got one I can plug in if you want to read it.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 23, 2017, 10:45:41 PM
 #140

No, because he specifically said "bitshopper Compac", not black 2Pac.

VH do you have a bitshopper Compac config? I've got one I can plug in if you want to read it.

Cool, leave it connected.   I won't be able to get to it for a few more hours.

Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 115 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!