Bitcoin Forum
April 16, 2024, 06:48:32 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
  Print  
Author Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread  (Read 177069 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.)
nQuant
Newbie
*
Offline Offline

Activity: 18
Merit: 4


View Profile
February 09, 2018, 04:54:09 PM
 #1561

Recall all the advice that's been given to you already.

Sidehack, would you be able to help me with my question to vh above ?
1713250112
Hero Member
*
Offline Offline

Posts: 1713250112

View Profile Personal Message (Offline)

Ignore
1713250112
Reply with quote  #2

1713250112
Report to moderator
1713250112
Hero Member
*
Offline Offline

Posts: 1713250112

View Profile Personal Message (Offline)

Ignore
1713250112
Reply with quote  #2

1713250112
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713250112
Hero Member
*
Offline Offline

Posts: 1713250112

View Profile Personal Message (Offline)

Ignore
1713250112
Reply with quote  #2

1713250112
Report to moderator
1713250112
Hero Member
*
Offline Offline

Posts: 1713250112

View Profile Personal Message (Offline)

Ignore
1713250112
Reply with quote  #2

1713250112
Report to moderator
1713250112
Hero Member
*
Offline Offline

Posts: 1713250112

View Profile Personal Message (Offline)

Ignore
1713250112
Reply with quote  #2

1713250112
Report to moderator
Dossis
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 10, 2018, 11:30:56 AM
 #1562

Hello, how I can run multiple Gekko's on same PC? I do have external USB hub with external power, but when I do plug in both of em in it (in usb hub),  only one does start mining, other shows 0h/s..

https://cdn.pbrd.co/images/H6nJ7tw.png
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
February 10, 2018, 01:19:39 PM
 #1563

Your hub sucks. Read the last 5 pages for at least one other person's this exact problem and solution.

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
February 10, 2018, 02:42:57 PM
 #1564


vh, I was wondering if these 2pac checks against difficulty ? Datasheet says 4 bytes from byte position 36 to 39 set as ticket mask for difficulty.
But gekko driver code seems only setting ticket_mask at 39th byte position. What extactly is this ticket_mask?

I tried setting Network difficulty as below and seemed it work but later found its not always returning true nonce for every sample worked example I was using.
I think these chips keep iterating from 0 to max nonce and return every nonce which result in hash with first 4 bytes with 0. Is that true ?

...

Appreciate if you could help me here. Thanks !!!

For a valid ticket mask, think of network mask and CIDR notation.   
When visualizing a CIDR in bit form, a mask with 0's scattered between 1's is not valid.

Starting at 4GHs, every time the hash rate double(s) its worth tacking a bit onto the mask.
If the 2Pac ever push past 1TH(s), then I'll add a todo to check if the other bytes do what they are suppose to.

--

The chip iterates 2^32 nonces instead of 0 to max nonce. 
To experiment with SNO you probably need to pair it with HCN.

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

Activity: 699
Merit: 666


View Profile
February 10, 2018, 02:43:57 PM
Merited by hurricandave (50)
 #1565

New version of code is available.

As before, you don't need to update immediately if you are happy with your current setup.

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

notes:

merged in upstream cgminer
- Fix to configuration saving
- some other stuff

add frequency validation:
- Attempts to match reported frequency with requested frequency.

improved terminus support:
- Terminus R808, yay.

corrected state meaning:
- OFF = Needs some physical attention.  Previously reported ZOMBIE state.
- ZOMBIE = USB Miner Unplugged.


installation:

rename folder -> checkout (see first post) -> autogen -> make
or
pull -> autogen -> make

* if you have trouble, move back to different version.


sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
February 10, 2018, 02:45:47 PM
 #1566

Question. Are Terminus still listed as Compac-8?

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
February 10, 2018, 02:50:23 PM
 #1567

Yes.
On startup it will report it as a Terminus:

 [2018-02-10 14:48:01.563] Loaded configuration file /home/pi/.cgminer/cgminer.conf
 [2018-02-10 14:48:01.805] GSD 0: 2Pac BM1384 Bitcoin Miner (10000961)
 [2018-02-10 14:48:01.879] GSD 1: 2Pac BM1384 Bitcoin Miner (10011754)
[2018-02-10 14:48:01.959] GSE 0: Terminus BM1384 Bitcoin Miner (10010025)
 [2018-02-10 14:48:02.033] GSC 0: Compac BM1384 Bitcoin Miner (10009179)
 [2018-02-10 14:48:02.104] GSC 1: Compac BM1384 Bitcoin Miner (10002354)


The top status screen:
 2: GSE 10010025: COMPAC-8 225.00MHz HW:0 | 161.2G / 98.64Gh/s WU:1081.5/m

ricknamer
Jr. Member
*
Offline Offline

Activity: 126
Merit: 1


View Profile
February 10, 2018, 02:57:01 PM
 #1568

Yes.
On startup it will report it as a Terminus:

 [2018-02-10 14:48:01.563] Loaded configuration file /home/pi/.cgminer/cgminer.conf
 [2018-02-10 14:48:01.805] GSD 0: 2Pac BM1384 Bitcoin Miner (10000961)
 [2018-02-10 14:48:01.879] GSD 1: 2Pac BM1384 Bitcoin Miner (10011754)
[2018-02-10 14:48:01.959] GSE 0: Terminus BM1384 Bitcoin Miner (10010025)
 [2018-02-10 14:48:02.033] GSC 0: Compac BM1384 Bitcoin Miner (10009179)
 [2018-02-10 14:48:02.104] GSC 1: Compac BM1384 Bitcoin Miner (10002354)


The top status screen:
 2: GSE 10010025: COMPAC-8 225.00MHz HW:0 | 161.2G / 98.64Gh/s WU:1081.5/m


Very excited to see these.  Thanks guys!
nQuant
Newbie
*
Offline Offline

Activity: 18
Merit: 4


View Profile
February 10, 2018, 11:01:58 PM
 #1569


vh, I was wondering if these 2pac checks against difficulty ? Datasheet says 4 bytes from byte position 36 to 39 set as ticket mask for difficulty.
But gekko driver code seems only setting ticket_mask at 39th byte position. What extactly is this ticket_mask?

I tried setting Network difficulty as below and seemed it work but later found its not always returning true nonce for every sample worked example I was using.
I think these chips keep iterating from 0 to max nonce and return every nonce which result in hash with first 4 bytes with 0. Is that true ?

...

Appreciate if you could help me here. Thanks !!!

For a valid ticket mask, think of network mask and CIDR notation.   
When visualizing a CIDR in bit form, a mask with 0's scattered between 1's is not valid.

Starting at 4GHs, every time the hash rate double(s) its worth tacking a bit onto the mask.
If the 2Pac ever push past 1TH(s), then I'll add a todo to check if the other bytes do what they are suppose to.

--

The chip iterates 2^32 nonces instead of 0 to max nonce. 
To experiment with SNO you probably need to pair it with HCN.


Thanks, appreciate for your explanation. for 100mhz, ticket mask is set as 31 (0x1f)
So..

Ticket mask tells number of bits to use for validating all 0's ?

Or

Ticket mask is only 4 bytes whereas hash is 32 byte,
So does that means this device only masking last 4 bytes and will return any nonce that results in last 4 bytes with 0's ?

Or

I'm no expert when it comes to binary operations, but if we ignore the fact of hashrate this device produce and above statement is not true, my understanding below is correct ?
take example of this current target
0000000000000000-0000000000000000-00000000f8e96100-0000000000000000

and its binary conversion of last 16 bytes:
0000000000000000000000000000000011111000111010010110000100000000-0000000000000000000000000000000000000000000000000000000000000000

If I have to create mask to satisfy current target, it should be like this ?
0000000000000000000000000000000000000000000000000000000111111111-1111111111111111111111111111111111111111111111111111111111111111

How to represent this in 4 bytes of ticket mask ? or each byte represent each 8 byte chunk if hash ?

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

Activity: 699
Merit: 666


View Profile
February 11, 2018, 12:18:22 AM
 #1570

Ticket mask is only 4 bytes whereas hash is 32 byte,
So does that means this device only masking last 4 bytes and will return any nonce that results in last 4 bytes with 0's ?

That is a really good question.   Sadly I don't have your answer.
The datasheet has little/no info on it that can lead to any concrete answers.   



PfC Santiago
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 11, 2018, 05:46:57 AM
 #1571

My potentiometer is a little glitchy and jumps straight from 1.26V to 1.64V.....nothing in between.  I did manage to get 1.29 once.  I haven't sprayed air to it to attempt to clean.  What about contact cleaner (no power to it of course).  I'm guessing 1.64V will be harmful to the stick?  The 2 charts I saw both stopped at 1.5V.

I've had this for 2 days and having fun.  Had an issue with a usb extension cable but figured that out.  Running 1 at 200Mhz solid at 1.29V with 3 HW errors in the past 20 minutes.  If I can't get the pot deal worked out I'll back it down a bit.
aldoyh
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 11, 2018, 01:48:33 PM
 #1572

I got the 2pac running on Mac Pro, usually, when it goes ZOMBIE I replug it and it's fine, but now it's absolutely not detected, any advice?
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
February 11, 2018, 02:05:48 PM
 #1573

Depends on how "absolutely" you mean. That would imply it's not picked up on the USB bus at all, rather than "cgminer sees it but won't mine" which is actually the lowest level of "not detected". So how "not detected" is it? Because "absolutely" isn't very diagnostically useful.

Then you've got questions like "are you using a hub or plugged into the PC directly", followed by "does the hub still work" or "did your hub come unplugged" or "does the USB jack on your computer still work" or "were you overclocking it" and "did you have cooling".

Long story short - I prefer to help people who do their own homework. So my advice is, give us more information.

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
aldoyh
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 11, 2018, 03:01:44 PM
 #1574

Thanks for the reply, it's listed but as inactive, it was running at 150 Mhz with cooling fan on it.. as shown in the screenshot

https://imgur.com/a/8aeO0
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
February 11, 2018, 03:20:21 PM
 #1575

Okay so we know the USB jack (wherever it is) is at least getting some power. Either the string is locking up (in which case you should turn up the voltage) or one of your chips is damaged (in which case you should consider warranty repair).

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
aldoyh
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 11, 2018, 03:27:58 PM
 #1576

Turn up the voltage through the screw on the side?

And where do I request a warranty repair?
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
February 11, 2018, 03:34:21 PM
 #1577

Double check the first post for links to troubleshooting including voltage adjustment photos and notes...

A couple of initial things to try:
1) as mentioned above, bump up voltage
2) if you use brew to install, do a "brew reinstall cgminer", to grab the latest code.
instructions are on the first post to install with brew.

More in depth checking, before concluding the chip is dead:
1) check if you can get the miner to run on a different machine.
2) give the miner more power using a powered hub.

aldoyh
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 11, 2018, 03:48:37 PM
 #1578

After "brew reinstall cgminer" the Stick is showing with "OFF" (as in  OFF = Needs some physical attention.  Previously reported ZOMBIE state.)
What's meant by physical attention? Is it voltage up?

Note that it's directly plugged into Mac Pro which able to give up to 1.1 Amps.
Your help is much appreciated.
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
February 11, 2018, 03:50:06 PM
 #1579

Stop running it at 150MHz then. You've probably overloaded the jack.

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
February 11, 2018, 04:08:05 PM
 #1580

After "brew reinstall cgminer" the Stick is showing with "OFF" (as in  OFF = Needs some physical attention.  Previously reported ZOMBIE state.)
What's meant by physical attention?

It means software (restarting) can't resolve the issue.
At a minimum, you'll need to unplug and plug the miner back in to reset it to initial hardware state.

Pages: « 1 ... 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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 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!