Bitcoin Forum
April 24, 2024, 11:08:59 AM *
News: Latest Bitcoin Core release: 27.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 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 ... 115 »
  Print  
Author Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread  (Read 177079 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.)
Spiritminer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 07, 2017, 01:16:18 PM
 #641

I did read the spec sheet for the BM1384 chip and I see where you pointed that it is specific for bitcoin mining.  Is it still possible to mine other SHA-256 coins?


Thanks

spiritminer
1713956939
Hero Member
*
Offline Offline

Posts: 1713956939

View Profile Personal Message (Offline)

Ignore
1713956939
Reply with quote  #2

1713956939
Report to moderator
1713956939
Hero Member
*
Offline Offline

Posts: 1713956939

View Profile Personal Message (Offline)

Ignore
1713956939
Reply with quote  #2

1713956939
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
August 07, 2017, 01:36:47 PM
 #642

Yes, and only SHA256 coins. ASICs are hardware implementations of particular algorithms and therefore can only do one thing.

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

Activity: 4
Merit: 0


View Profile
August 08, 2017, 02:26:22 PM
 #643

Forgive me if this has already been answered. I've spent the last couple days searching with little luck.

I just purchased a GekkoScience 2Pac. It's up and running using cgminer (version 4.9.2 shipped with MacMiner). However, the hash rate seems to be relatively stuck around 500 Mh/s. It will peak higher, but not for long.

Code:
(5s):1.222G (1m):516.7M (5m):502.7M (15m):500.6M (avg):531.2Mh/s

Right now I'm using this for a command:

Code:
cgminer <hiding pool info> --au3-freq 200

I've attempted building the custom cgminer from https://github.com/wareck/cgminer-gekko on a linux VM, but had troubles getting it to recognize the Gekko 2Pac.

Is there a recommended setup to get a hash rate closer to advertised? I'm running it off a laptop for now, but will be moving to a powered hub and rpi setup soon.

Thanks for the help
NotFuzzyWarm
Legendary
*
Offline Offline

Activity: 3612
Merit: 2506


Evil beware: We have waffles!


View Profile
August 08, 2017, 02:34:44 PM
 #644

...
Page 1, 1st post of this thread has all the answers.
Main problem is you need different cgminer from vh that has the 2pac driver in it.

- For bitcoin to succeed the community must police itself -    My info useful? Donations welcome! 1FuzzyWc2J8TMqeUQZ8yjE43Rwr7K3cxs9
 -Sole remaining active developer of cgminer, Kano's repo is here
-Support Sidehacks miner development. Donations to:   1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
arlininger
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 08, 2017, 03:06:57 PM
 #645

I just tried building the custom version from the first post on an ubuntu 16 VM. It errors out immediately, missing libusb-1.0.so.2.

Code:
$ cgminer -n
cgminer: error while loading shared libraries: libusb-1.0.so.2: cannot open shared object file: No such file or directory
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
August 08, 2017, 03:46:17 PM
 #646

Did you install that library?

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

Activity: 4
Merit: 0


View Profile
August 08, 2017, 05:46:19 PM
 #647

I did install libusb, but apparently it was linked against a different version than was installed. Not sure why.

Updated status in debugging efforts:

I completely rebuilt the VM from scratch. It is a fresh Ubuntu 16.04 install.

I followed the build instructions from the first post exactly...with one exception. When came time to run autogen.sh, it errored complaining of a couple missing packages. I installed those and re-ran. All appeared successful. Attempting to run cgminer results in the following errors being repeated printed.

Code:
 [2017-08-08 12:44:09.941] GekkoScience detect (2:5) failed to initialise (incorrect device?), resetting
 [2017-08-08 12:44:09.941] failed usb_init
 [2017-08-08 12:44:16.944] GekkoScience detect (2:5) failed to initialise (incorrect device?), resetting
 [2017-08-08 12:44:16.944] failed usb_init

I have the Gekko attached to the VM in Vmware Fusion. I'm wondering if there is some incompatibility with using the gekko with a virtual machine. Has anyone successfully done this? If not, I'll just hold off until I get a Rpi and go straight to that solution.

Thanks
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
August 08, 2017, 06:19:43 PM
 #648

Could be a permissions issue. See 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
arlininger
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 08, 2017, 06:57:59 PM
 #649

I'm running as root, so I doubt a permissions issue. Just for good measure, I did add my unprivileged account to the plugdev group and added the udev rules. Re-tested after a reboot...no change.

More testing...

Turns out I get differences from one attempt to the next, even with no change in configuration. This somewhat makes sense as
Quote
cgminer -n
was giving me TIMEOUT errors. As things stand now, I have about a 1 in 3 chance that any given attempt to run will work. If it fails, un-associating the Gekko and re-associating it to the VM has about a 50% chance to make it work again.

I'm going to chalk this up to timing sensitivity in the Gekko or the driver, combined with latency between the virtual machine and physical device. Hope it won't be an issue when I move to a Rpi instead of the VM.

Thanks for the help. I'm up and running at roughly 14 Gh/s at the moment.
IsolatedCurrent
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 08, 2017, 09:55:58 PM
 #650

https://preview.ibb.co/hjO5Ev/IMG_0112.jpg

Shout out to @sidehack @novak @kano @ck @vh. Long time reader first time poster. Bitcoin was not something new to me, heard about it first somewhere in 2010 and never payed much mind. Wish I had gotten into it back then. Hindsight 20/20.  Bought some btc a few weeks before the split and made a bit of playing money. Bought a few of these sticks to play with, not expecting roi just learning. I have to say I am very impressed with them. Took a while to get them up and stable but now running @275 totaling 175g/hs. Quickly approaching @300. As you can see like everyone else I had to address the heat issues, nothing a big heat sink can't fix lol. And power I had two superbpag hubs that I bought for another project which were reused with some y usb cables. A Frankenstein machine at its best. Currently they are mining away at Kano with solo ck as backup. Keep up all the hard work and hope to hear from you all.
Biodom
Legendary
*
Offline Offline

Activity: 3738
Merit: 3844



View Profile
August 08, 2017, 11:03:10 PM
 #651

nice pic!

Shout out to @sidehack @novak @kano @ck @vh. Long time reader first time poster. Bitcoin was not something new to me, heard about it first somewhere in 2010 and never payed much mind. Wish I had gotten into it back then. Hindsight 20/20.  Bought some btc a few weeks before the split and made a bit of playing money. Bought a few of these sticks to play with, not expecting roi just learning. I have to say I am very impressed with them. Took a while to get them up and stable but now running @275 totaling 175g/hs. Quickly approaching @300. As you can see like everyone else I had to address the heat issues, nothing a big heat sink can't fix lol. And power I had two superbpag hubs that I bought for another project which were reused with some y usb cables. A Frankenstein machine at its best. Currently they are mining away at Kano with solo ck as backup. Keep up all the hard work and hope to hear from you all.


kano has an excellent pool, but I suggest not mine to it with sticks as they produce too low payments per each pay period (dust) that he may or may not distribute at some point (could be much later).
Try ckpool, maybe, or Slush's (slushpool).
IsolatedCurrent
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 09, 2017, 01:16:50 AM
 #652

kano has an excellent pool, but I suggest not mine to it with sticks as they produce too low payments per each pay period (dust) that he may or may not distribute at some point (could be much later).
Try ckpool, maybe, or Slush's (slushpool).

I had no doubt this would not make me rich by any means getting into this project. After moving it around on a few pools this machine only makes .15c a day. Cost me .20c to run. Like you said (dust) lol more like deficet. That said I originally had it mining as a lotto machine on solo ck. I will take your advice and put it back there. I will play the odds like a few others, even though they are not good there is still a chance. I will tweak it a bit more to see what it can really do. @sidehack what is a realistic overclock for these sticks where they are still stable. I was thinking I could push them to about 325 but i don't know if that is realistic. Power and heat seem ok at the moment but I will eventually tap out the superbpag's.
Biodom
Legendary
*
Offline Offline

Activity: 3738
Merit: 3844



View Profile
August 09, 2017, 02:52:53 AM
 #653

kano has an excellent pool, but I suggest not mine to it with sticks as they produce too low payments per each pay period (dust) that he may or may not distribute at some point (could be much later).
Try ckpool, maybe, or Slush's (slushpool).

I had no doubt this would not make me rich by any means getting into this project. After moving it around on a few pools this machine only makes .15c a day. Cost me .20c to run. Like you said (dust) lol more like deficet. That said I originally had it mining as a lotto machine on solo ck. I will take your advice and put it back there. I will play the odds like a few others, even though they are not good there is still a chance. I will tweak it a bit more to see what it can really do. @sidehack what is a realistic overclock for these sticks where they are still stable. I was thinking I could push them to about 325 but i don't know if that is realistic. Power and heat seem ok at the moment but I will eventually tap out the superbpag's.

ckpool is NOT lottery, solo.ckpool.org IS lottery.
15c a day now maybe more in the future, but, who knows.
re overclock, i wouldn't push them too hard (although you have a big heatsink there) if you have five or more on the superbpag already, but I digress.
IsolatedCurrent
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 09, 2017, 03:28:09 AM
 #654

If you look close one superbpag only runs 3 miners. Right now they are only half loaded. My cal around 7 amps.  Thanks you also for the info on ckpool. Not solo pool. I did some reading and it might be the perfect spot for this puppy.  
RoadStress
Legendary
*
Offline Offline

Activity: 1904
Merit: 1007


View Profile
August 12, 2017, 05:29:37 PM
 #655

Hello. What is the maximum speed if I plug it in a normal USB port from my PC?

xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7962



View Profile
August 12, 2017, 06:09:46 PM
 #656

Hello. What is the maximum speed if I plug it in a normal USB port from my PC?

USB 2.0 allows for 500mA (or 2.5 Watts) max so theoretically 50 MHz max
USB 3.0 allows for 900 mA (or 4.5 Watts) max so theoretically 125 MHz max (on lowest voltage setting of Vcore 1.26)
If you aren't using a powered hub, it's probably best not to test these limits.

 I'm using a powered USB 3.0 hub with three 2Pacs plugged in running at 175 MHz. Each one is drawing 1.36A giving a power draw of 7 Watts each and I haven't had an issue yet.  The brick supplying the hub is 12V 4A.  I have run them at higher speeds but the fan I'm using is a cheap USB fan and it doesn't keep the 2Pacs as cool as I would like at the higher speeds.



 
Biodom
Legendary
*
Offline Offline

Activity: 3738
Merit: 3844



View Profile
August 13, 2017, 12:12:11 AM
 #657

I'm running as root, so I doubt a permissions issue. Just for good measure, I did add my unprivileged account to the plugdev group and added the udev rules. Re-tested after a reboot...no change.

More testing...

Turns out I get differences from one attempt to the next, even with no change in configuration. This somewhat makes sense as
Quote
cgminer -n
was giving me TIMEOUT errors. As things stand now, I have about a 1 in 3 chance that any given attempt to run will work. If it fails, un-associating the Gekko and re-associating it to the VM has about a 50% chance to make it work again.

I'm going to chalk this up to timing sensitivity in the Gekko or the driver, combined with latency between the virtual machine and physical device. Hope it won't be an issue when I move to a Rpi instead of the VM.

Thanks for the help. I'm up and running at roughly 14 Gh/s at the moment.

somebody told me as far as VM goes, Debian with 2pac works really well.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
August 13, 2017, 05:31:54 PM
 #658

How frequently is getting a HW error a problem?
Im running at 150 and get about 1-2 per second on one of the 2pac sticks, but others are good to about 200 before getting HW errors.
What is an acceptable rate for getting HW errors?
At 100, I dont get any.
Is it possible to run this single stick at a lower freq than the others?
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
August 13, 2017, 05:59:46 PM
 #659

Yes, and how to do so is explained at least once in this thread.

There's also the consideration of turning up the core voltage a bit, if you have available power. That's also explained how to do.

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
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
August 13, 2017, 09:03:46 PM
 #660

Yes, and how to do so is explained at least once in this thread.

There's also the consideration of turning up the core voltage a bit, if you have available power. That's also explained how to do.
Thats good to know that the HW error rate is ok. Ill keep it going as fast as I can and keep the HW error rate around 1-2 per second.
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 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 ... 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!