Bitcoin Forum
November 16, 2024, 08:56:52 PM *
News: Check out the artwork 1Dq created to commemorate this forum's 15th anniversary
 
   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 ... 133 »
  Print  
Author Topic: GekkoScience Compac BM1384 Stickminer Official Support Thread  (Read 268016 times)
sidehack
Legendary
*
Offline Offline

Activity: 3402
Merit: 1865

Curmudgeonly hardware guy


View Profile
November 03, 2015, 02:24:56 PM
 #601

I'll check with Novak about it, but I have an idea. The bitshopper Compac has slightly different "firmware" that cgminer uses to detect it, and it's possible we forgot to put it in cgminer-gekko since that was written about two months before bitshopper Compacs existed. I've got one of them should be on the way we can test with, so that might get updated. Luke-Jr actually generated that "firmware" for us (for both versions of the stick) so it makes sense he would remember to check for both.

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
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
November 03, 2015, 05:22:29 PM
 #602

I'll check with Novak about it, but I have an idea. The bitshopper Compac has slightly different "firmware" that cgminer uses to detect it, and it's possible we forgot to put it in cgminer-gekko since that was written about two months before bitshopper Compacs existed. I've got one of them should be on the way we can test with, so that might get updated. Luke-Jr actually generated that "firmware" for us (for both versions of the stick) so it makes sense he would remember to check for both.
BFGMiner quite intentionally ignores the given Manufacturer string, and never checks it.
I wouldn't want hardware to lie about who made it just to workaround software requirements. Wink

As long as the Product string contains the words "Compac" and "Bitcoin", BFGMiner should pick it up.

stef942
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
November 04, 2015, 04:52:00 PM
 #603

Hi, i can't modify frequency of my stick, i'm on ubuntu with bfgminer and whatever --set compac:clock i enter, it changes nothing the stick is stuck at 12.48 ghs.
Do i have to enter frequency in hexadecimal or in decimal numbers?
thks for your help
sidehack
Legendary
*
Offline Offline

Activity: 3402
Merit: 1865

Curmudgeonly hardware guy


View Profile
November 04, 2015, 05:03:15 PM
 #604

Try the search function. That question has been asked and answered in this thread a couple times already. The answer will depend a bit on whether you're using BFG 5.3 or 5.4

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

Activity: 12
Merit: 0


View Profile WWW
November 04, 2015, 05:09:30 PM
 #605

Hi, i can't modify frequency of my stick, i'm on ubuntu with bfgminer and whatever --set compac:clock i enter, it changes nothing the stick is stuck at 12.48 ghs.
Do i have to enter frequency in hexadecimal or in decimal numbers?
thks for your help

My experience is that BFG 5.4 allows the setting in decimal. You can also change it within BFG 5.4 while it is running. I'm not at home at the moment, but i believe it is under (M)ange Devices and then (C)lock speed.
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 04, 2015, 05:13:19 PM
 #606

Try the search function. That question has been asked and answered in this thread a couple times already. The answer will depend a bit on whether you're using BFG 5.3 or 5.4

Better, it's in the very first post !

Quote
Note that for bfgminer you have to use the hex value for a given clock rate, whereas for cgminer you specify the clock rate in MHz.
A table of values to use in BFGminer is as follows:
        { 100,          0x0783 },
        { 106.25,       0x0803 },
        { 112.5,        0x0883 },
        { 118.75,       0x0903 },
        { 125,          0x0983 },
        { 131.25,       0x0a03 },
        { 137.5,        0x0a83 },
        { 143.75,       0x1687 },
        { 150,          0x0b83 },
        { 156.25,       0x0c03 },
        { 162.5,        0x0c83 },
        { 168.75,       0x1a87 },
        { 175,          0x0d83 },
        { 181.25,       0x0e83 },
        { 193.75,       0x0f03 },
        { 196.88,       0x1f07 },
        { 200,          0x0782 },
        { 206.25,       0x1006 },
        { 212.5,        0x1086 },
        { 218.75,       0x1106 },
        { 225,          0x0882 },
        { 231.25,       0x1206 },
        { 237.5,        0x1286 },
        { 243.75,       0x1306 },
        { 250,          0x0982 },
        { 256.25,       0x1406 },
        { 262.5,        0x0a02 },
        { 268.75,       0x1506 },
        { 275,          0x0a82 },
        { 281.25,       0x1606 },
        { 287.5,        0x0b02 },
        { 293.75,       0x1706 },
        { 300,          0x0b82 },
        { 306.25,       0x1806 },
        { 312.5,        0x0c02 },
        { 318.75,       0x1906 },
        { 325,          0x0c82 },
        { 331.25,       0x1a06 },
        { 337.5,        0x0d02 },
        { 343.75,       0x1b06 },
        { 350,          0x0d82 },
        { 356.25,       0x1c06 },
        { 362.5,        0x0e02 },
        { 368.75,       0x1d06 },
        { 375,          0x0e82 },
        { 381.25,       0x1e06 },
        { 387.5,        0x0f02 },
        { 393.75,       0x1f06 },
        { 400,          0x0f82 },
        { 412.5,        0x1006 },
        { 425,          0x0801 },
        { 437.5,        0x1105 },
        { 450,          0x0881 },
        { 462.5,        0x1205 },
        { 475,          0x0901 },
        { 487.5,        0x1305 },
        { 500,          0x0981 },

stef942
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
November 04, 2015, 05:23:51 PM
 #607

thks for your reply so i think i dont have the latest version of bfgminer, i'm on 5.2.0.13-g487bbfa .
im new on ubuntu, how can i update bfgminer to the latest version? thks for your help.
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 04, 2015, 05:31:23 PM
 #608

Google says:

Ubuntu: apt-get install bfgminer

But sudo apt-get update will update everything

stef942
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
November 04, 2015, 08:51:34 PM
 #609

if it was so simple, i will not ask for help  Angry

i tried:

apt-get update
apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev
git clone git://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure
make

but still on the same version  Huh

 Undecided
sidehack
Legendary
*
Offline Offline

Activity: 3402
Merit: 1865

Curmudgeonly hardware guy


View Profile
November 04, 2015, 08:54:04 PM
 #610

You might look for a BFG-specific support thread for software installation problems.

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

Activity: 1274
Merit: 1000



View Profile
November 04, 2015, 09:02:22 PM
 #611


Better, it's in the very first post !


The first post has errors, I have pointed them out in this thread a few times.  For one thing, none of the hex values should have the leading 0 on them.

5.2.0 bfgminer does not support the compac stick (in may enumerate as a U3, though, I can't remember).

5.3.0 supports the compac stick, but you have to use --set cbm:clock=<hex value>, or you can use RPC pgaset (I posted in this thread and bfg support thread about that).

5.4.0 supports the compac stick and --set compac:clock.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
November 05, 2015, 08:04:58 AM
 #612

Does anyone know if there's a guide to setting up a Raspberry Pi as a controller anywhere please?

I've got my sticks and powered hub on route and would like to run them from a Pi model B I've already got. I haven't used one before as a controller so really don't know where to start Embarrassed.
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
November 05, 2015, 11:50:36 AM
Last edit: November 05, 2015, 12:14:40 PM by Jake36
 #613

Google says:

Ubuntu: apt-get install bfgminer

But sudo apt-get update will update everything

sudo apt-get update  (will check repositories against the list of packages that are installed, to see if updates are available and updates the list)

apt-get upgrade  (will do the upgrades from the updated list above)

apt-get dist-upgrade (does the same as apt-get upgrade, but it also handles the dependencies, so it might remove obsolete packages or add new ones)

Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
November 05, 2015, 12:13:48 PM
 #614

Does anyone know if there's a guide to setting up a Raspberry Pi as a controller anywhere please?

I've got my sticks and powered hub on route and would like to run them from a Pi model B I've already got. I haven't used one before as a controller so really don't know where to start Embarrassed.

If you need to put the operating system on the SD card

https://www.raspberrypi.org/documentation/installation/installing-images/README.md

After SD card is made, if you want to use cgminer-gekko, these should work

https://bitcointalk.org/index.php?topic=1173963.msg12468048#msg12468048
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 05, 2015, 04:24:30 PM
 #615

Hello,

I'm running 2x  GekkoScience Compac BM1384 Stickminer on a D-Link DUB-H7 (3A) connected to a Raspberry Pi2 running Minera/cgminer-gekko.

i regularly get 1 miner stopping working. (always the same)

It looks up (green LED), but no flashing white LED and minera reports it as dead.

I have to either unplug/plug the stick or disconnect the USB hub and power it off/on and reconnect it.

I'm using --compac-freq 210 (1x 11.91Gh/s, 1x 10.97Ghs/s), V set at +/- 0.75.

I did not have this behavior on the Belkin F4U018-BLK with a 2.5A power supply that I used before yesterday.

philipma1957
Legendary
*
Online Online

Activity: 4312
Merit: 8858


'The right to privacy matters'


View Profile WWW
November 05, 2015, 04:36:05 PM
 #616

Hello,

I'm running 2x  GekkoScience Compac BM1384 Stickminer on a D-Link DUB-H7 (3A) connected to a Raspberry Pi2 running Minera/cgminer-gekko.

i regularly get 1 miner stopping working. (always the same)

It looks up (green LED), but no flashing white LED and minera reports it as dead.

I have to either unplug/plug the stick or disconnect the USB hub and power it off/on and reconnect it.

I'm using --compac-freq 210 (1x 11.91Gh/s, 1x 10.97Ghs/s), V set at +/- 0.75.

I did not have this behavior on the Belkin F4U018-BLK with a 2.5A power supply that I used before yesterday.

so you are asking for the hub to run 2 sticks and a rasp pi?


and you wonder why a 3amp hub fails
but a 2.5 amp hub succeded?

the rasp pi is a picky piece of gear it likes usb2 more then usb3  and it does not like all usb2 hubs.

the belkin is a usb 2


read amazon negative reviews on your dlink

http://www.amazon.com/product-reviews/B0000B0DL7/ref=cm_cr_pr_hist_1?ie=UTF8&filterBy=addOneStar&showViewpoints=0&reviewerType=all_reviews&formatType=all_formats&filterByStar=one_star&pageNumber=1

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 05, 2015, 04:58:07 PM
 #617

so you are asking for the hub to run 2 sticks and a rasp pi?


and you wonder why a 3amp hub fails
but a 2.5 amp hub succeded?

the rasp pi is a picky piece of gear it likes usb2 more then usb3  and it does not like all usb2 hubs.

the belkin is a usb 2


read amazon negative reviews on your dlink

http://www.amazon.com/product-reviews/B0000B0DL7/ref=cm_cr_pr_hist_1?ie=UTF8&filterBy=addOneStar&showViewpoints=0&reviewerType=all_reviews&formatType=all_formats&filterByStar=one_star&pageNumber=1


The hub doesn't run the Raspberry Pi...(I didn't get what you mean, my apologies) , the RPI runs on it's own power supply and the HUB has its own too.

This hub is recommended here specifically and it is a USB2 hub (I did some research before, I'm not a complete newbie although I can be distracted Cheesy Cheesy Cheesy )

https://bitcointalk.org/index.php?topic=253749.0
(although this is for BE, not the GekkoScience Compac BM1384 Stickminer, but it is on the RPI)

All (well most) review from this year are positive.
The bad reviews are really old.... so they may have been some change in design. (and on top of that, my trust of internet Amazon's reviews is very low...)

zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 05, 2015, 05:30:48 PM
 #618

Does anyone know if there's a guide to setting up a Raspberry Pi as a controller anywhere please?

I've got my sticks and powered hub on route and would like to run them from a Pi model B I've already got. I haven't used one before as a controller so really don't know where to start Embarrassed.

Getminera.com ? Cheesy

notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
November 05, 2015, 05:46:07 PM
 #619

so you are asking for the hub to run 2 sticks and a rasp pi?


and you wonder why a 3amp hub fails
but a 2.5 amp hub succeded?

the rasp pi is a picky piece of gear it likes usb2 more then usb3  and it does not like all usb2 hubs.

the belkin is a usb 2


read amazon negative reviews on your dlink

http://www.amazon.com/product-reviews/B0000B0DL7/ref=cm_cr_pr_hist_1?ie=UTF8&filterBy=addOneStar&showViewpoints=0&reviewerType=all_reviews&formatType=all_formats&filterByStar=one_star&pageNumber=1


The hub doesn't run the Raspberry Pi...(I didn't get what you mean, my apologies) , the RPI runs on it's own power supply and the HUB has its own too.

This hub is recommended here specifically and it is a USB2 hub (I did some research before, I'm not a complete newbie although I can be distracted Cheesy Cheesy Cheesy )

https://bitcointalk.org/index.php?topic=253749.0
(although this is for BE, not the GekkoScience Compac BM1384 Stickminer, but it is on the RPI)

All (well most) review from this year are positive.
The bad reviews are really old.... so they may have been some change in design. (and on top of that, my trust of internet Amazon's reviews is very low...)

Depending on how the hub is set up some do backfeed and turn the RPI on though powered usb.  The RPI can be a little picky even on usb 2.

Usb 3 you can count on not working.  Usb 2 is not guaranteed to work with RPI.  If you google you will see some still have problems with RPI. 
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
November 05, 2015, 08:02:41 PM
 #620

Well we'll see how it goes

I have a couple of 10ports USB hub used for other mining HW.
(+ the 7ports belkin and a dlink 7 ports USB3 (which is kinda disqualified because of that))
I'll give them a shot.

My goal is to run the 6 gekkominers, 3 U3, 1 BFL 30Ghs and 4 block erupters on the RPI.
So lots of fun ahead finding the correct hub + mining SW combination Cheesy

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 ... 133 »
  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!