Bitcoin Forum
May 05, 2024, 06:00:01 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 ... 133 »
  Print  
Author Topic: GekkoScience Compac BM1384 Stickminer Official Support Thread  (Read 267689 times)
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 14, 2015, 08:46:07 PM
 #121

If this is Minera do you mind uploading a image if you got it to work with both icarus and gekko?   Currently i'm using icarus, but eventually once I get production one it would be great to plug in and it uses compac.

I can try. But first we need to be able to build with both features on. I'm still running into compile problems (see my edits above).

After that, if I have a working build, it will be a lot easier for me to post just the fixed binary. Maybe you, or mindtrip, could test with that (it's simple to install the updated binary to an existing installed minera mod). I can't test because I don't have a U2.

If that works, then I can take the time to re-image and re-post the updated minera mod.

Also, is there any other mining hardware likely to be used with the minera cgminer-gekko mod that are off by default? I'd rather turn them all on now rather than keep re-posting updates.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714888801
Hero Member
*
Offline Offline

Posts: 1714888801

View Profile Personal Message (Offline)

Ignore
1714888801
Reply with quote  #2

1714888801
Report to moderator
1714888801
Hero Member
*
Offline Offline

Posts: 1714888801

View Profile Personal Message (Offline)

Ignore
1714888801
Reply with quote  #2

1714888801
Report to moderator
novak@gekkoscience (OP)
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 14, 2015, 08:47:33 PM
 #122

Oh, oh. I tried to build with icarus and gekko support (following my own recipe above) and I got a compile error:

Code:
make[2]: Entering directory '/var/www/minera/minera-bin/src/cgminer-gekko'
  CC     cgminer-cgminer.o
cgminer.c:237:7: error: redefinition of ‘opt_anu_freq’
cgminer.c:229:7: note: previous definition of ‘opt_anu_freq’ was here
cgminer.c:240:7: error: redefinition of ‘opt_rock_freq’
cgminer.c:232:7: note: previous definition of ‘opt_rock_freq’ was here
Makefile:782: recipe for target 'cgminer-cgminer.o' failed
make[2]: *** [cgminer-cgminer.o] Error 1

Novak, could this be a copy/paste issue where a variable got reused without being renamed?

That one might be on me for failing to gut all the icarus related stuff out of compac drivers.  I've been collecting some small things that need to be repaired and I'll probably post an updated version soon.  As far as your fix where you deleted the duplicate lines that's fine unless you don't build with --enable-icarus, because there are still apparently references to opt_anu_freq in driver-gekko.c.  As I said, I have them cleaned up in my current working version and should have it out for you guys soon.  I'll try to test with the u2 as well.

Does cgminer-gekko come with xnsub for nicehash or do I need to patch it in myself?

It's the same as stock 4.9.2, so, no.



So flat edge flush with bottom would be what voltage about?

It would depend which way you turned it.   Did you turn right or left and how much?  Could be .8 or .55 depending on that or between.

Not sure what you mean but no, it's always the same voltage.  About 0.68V.

--
novak
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 14, 2015, 09:02:30 PM
 #123

That one might be on me for failing to gut all the icarus related stuff out of compac drivers.  I've been collecting some small things that need to be repaired and I'll probably post an updated version soon.  As far as your fix where you deleted the duplicate lines that's fine unless you don't build with --enable-icarus, because there are still apparently references to opt_anu_freq in driver-gekko.c.  As I said, I have them cleaned up in my current working version and should have it out for you guys soon.  I'll try to test with the u2 as well.

Thanks for looking into this. There are other compile problems with usbutils.c, which I've just worked through. Now I'm seeing problems with driver-gekko.c.

Unfortunately I'm out of time for the next few hours. So I won't be able to poke at this anymore.

But none of these are difficult problems. Looks like it's just some clean up to dis-entangle your gekko implementation from the same named code and variables for icarus.

If you get a clean build before I do, I'd be happy to take your source updates and rebuild for the Pi.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
novak@gekkoscience (OP)
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 14, 2015, 09:09:25 PM
 #124

That one might be on me for failing to gut all the icarus related stuff out of compac drivers.  I've been collecting some small things that need to be repaired and I'll probably post an updated version soon.  As far as your fix where you deleted the duplicate lines that's fine unless you don't build with --enable-icarus, because there are still apparently references to opt_anu_freq in driver-gekko.c.  As I said, I have them cleaned up in my current working version and should have it out for you guys soon.  I'll try to test with the u2 as well.

Thanks for looking into this. There are other compile problems with usbutils.c, which I've just worked through. Now I'm seeing problems with driver-gekko.c.

Unfortunately I'm out of time for the next few hours. So I won't be able to poke at this anymore.

But none of these are difficult problems. Looks like it's just some clean up to dis-entangle your gekko implementation from the same named code and variables for icarus.

If you get a clean build before I do, I'd be happy to take your source updates and rebuild for the Pi.

I've already got most of it done, I just need to test it thoroughly before I post it.

--
novak
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 14, 2015, 09:14:10 PM
 #125


So flat edge flush with bottom would be what voltage about?

It would depend which way you turned it.   Did you turn right or left and how much?  Could be .8 or .55 depending on that or between.

Not sure what you mean but no, it's always the same voltage.  About 0.68V.

--
novak

Sorry about that I must be not understanding.    With variable voltage screw how is it always the same?   Or do you mean same voltage at certain spots on it?

Thanks for time on my questions, I do appreciate it.
philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7849


'The right to privacy matters'


View Profile WWW
September 14, 2015, 09:14:15 PM
 #126

yeah it must affect the windows build.  I can run two sticks at freq 350 get 0 hw nice speeds like 18-19gh a stick

yet I can not run 3 sticks  on the same hub at freq 175 and get correct speeds.

Basically on windows 7 and 10  

1 stick = really good
2 sticks = really good
3 or more = ?

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

Activity: 1167
Merit: 1009



View Profile WWW
September 14, 2015, 09:17:40 PM
 #127

Yeah  a compiled version that supports both would be a huge help for me
novak@gekkoscience (OP)
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 14, 2015, 09:19:33 PM
Last edit: September 14, 2015, 10:05:55 PM by novak@gekkoscience
 #128


So flat edge flush with bottom would be what voltage about?

It would depend which way you turned it.   Did you turn right or left and how much?  Could be .8 or .55 depending on that or between.

Not sure what you mean but no, it's always the same voltage.  About 0.68V.

--
novak

Sorry about that I must be not understanding.    With variable voltage screw how is it always the same?   Or do you mean same voltage at certain spots on it?

Thanks for time on my questions, I do appreciate it.

Yeah, what I'm trying to say is:  If the potentiometer is at a given position, it should always output the same voltage.  The position he specified is flat edge against the bottom, so 180 degrees from 0.55V.

yeah it must affect the windows build.  I can run two sticks at freq 350 get 0 hw nice speeds like 18-19gh a stick

yet I can not run 3 sticks  on the same hub at freq 175 and get correct speeds.

Basically on windows 7 and 10  

1 stick = really good
2 sticks = really good
3 or more = ?

Certainly unique.  I'll check it out.

EDIT: Can't reproduce that at all on windows 7.  What hub are you using and has it had this sort of trouble before?



--
novak
Blackbird0
Full Member
***
Offline Offline

Activity: 207
Merit: 100


View Profile
September 14, 2015, 10:30:27 PM
 #129

CGMiner recognizes the sticks, but they don't mine.

./cgminer -o stratum+tcp://peercoin.ecoining.com:3336/#skipcbcheck -u blackbird.2 -p 12345 --compac-freq 150

philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7849


'The right to privacy matters'


View Profile WWW
September 14, 2015, 10:33:09 PM
 #130

CGMiner recognizes the sticks, but they don't mine.

./cgminer -o stratum+tcp://peercoin.ecoining.com:3336/#skipcbcheck -u blackbird.2 -p 12345 --compac-freq 150





what are you running the sticks in .

A powered hub?

that reading you have does happen.

run 1 stick for 10 minutes and see if you get some valid hash.


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

Activity: 4116
Merit: 7849


'The right to privacy matters'


View Profile WWW
September 14, 2015, 10:39:15 PM
 #131

here is valid hash
note the zombies the hub was only able to run 7 sticks  see second screen shots I still  get drop outs







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

Activity: 924
Merit: 1000



View Profile
September 14, 2015, 10:49:17 PM
 #132

It's been awhile but I thought I remember Windows having a problem running too many sticks.  That's why many opted to using a Pi.
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
September 14, 2015, 10:54:48 PM
 #133

It's been awhile but I thought I remember Windows having a problem running too many sticks.  That's why many opted to using a Pi.

I am running 6 nanofury usb sticks on my WinXP box and no issues for many months.

Can't wait to get my Compacs, as just 1 of them will out perform all 6 of my current sticks.  Grin
Blackbird0
Full Member
***
Offline Offline

Activity: 207
Merit: 100


View Profile
September 14, 2015, 11:08:57 PM
 #134

Ok, so just restarting everything seemed to do the trick.

Now I have the compac's running, but when I try to run my Antminer U1/U3's in BFG, they fail to initialize.
Blackbird0
Full Member
***
Offline Offline

Activity: 207
Merit: 100


View Profile
September 14, 2015, 11:28:34 PM
 #135

Ok, so just restarting everything seemed to do the trick.

Now I have the compac's running, but when I try to run my Antminer U1/U3's in BFG, they fail to initialize.

Found a solution to the Antminer / Compac problem.

I ran the compac's on the CGMinger-gekko version. I have two of them, and I added to the end of the command line argument "--usb :2" This keeps CGMiner from scanning for other USB interfaces.

Then, I ran the Antminer units utilizing BFGMiner. BFG didn't seem to conflict with the Compacs when I do it that way.
novak@gekkoscience (OP)
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 15, 2015, 12:00:34 AM
 #136

here is valid hash
note the zombies the hub was only able to run 7 sticks  see second screen shots I still  get drop outs

I'm still more inclined to wonder about hardware than software, unless there is some difference between our win7 setups.

Do you have something else to test on- a raspi, a mac, or linux box?  You've already used this same powered hub for large numbers of stickminers before, right?

If you run it with --debug and create a log file I can look at it some more.  Example:

cgminer.exe -o stratum+tcp://stratum.mining.eligius.st:3334 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr --compac-freq 150 --debug 2>logfile.txt

Just run a few minutes or the file will get pretty big, so log long enough to see some failures, then kill it and you can send me the file.

--
novak
Ecnad
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


View Profile
September 15, 2015, 12:10:04 AM
Last edit: September 15, 2015, 12:30:26 AM by Ecnad
 #137

Having the same issue with the sticks I got today. running a log for you now.

Update: have 2 running stable at 100Mhz. Anything over 100 and they start throwing the errors, and that is in an eyeboot powered hub that should more than support them.

Any more than 2 sticks causes the usual reboots believed to be windows' fault.
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 15, 2015, 12:10:47 AM
 #138

Here you go:




--
novak

Thank you novak!  I was afraid of turning it much on my own.  This explains a lot.

Has anyone used the RPI 1 B with it and RPI 2? I was wondering if there is any noticeable difference for this with the RPI 2 that is worth the upgrade cost of getting another PI.  Was not sure if worth buying one or not.

I'm using the Pi 2, getting ready to do another build, been having trouble with saving the configuration file in cgminer-gekko. Think I narrowed it down to libjansson-dev, but not sure yet.

One difference on the Pi 2 is 1GB of ram and Broadcom BCM2836 ARMv7 Quad Core Processor at 900 MHz. So not sure if it's worth the cost to upgrade or not.
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 15, 2015, 01:02:00 AM
 #139

I'm using the Pi 2, getting ready to do another build, been having trouble with saving the configuration file in cgminer-gekko. Think I narrowed it down to libjansson-dev, but not sure yet.

Are you sure that your config file is not damaged? If you're been cutting and copying from web pages, it might have high ASCII or other unreadable characters in it.

I don't know what platform you're on, but you probably can "clean" the text to make sure it doesn't have whacky characters in it. On the Mac there's a tool called TextWrangler (it's free) that has a "Zap Gremlins" command that removes non-ASCII characters. Very useful.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7849


'The right to privacy matters'


View Profile WWW
September 15, 2015, 03:28:26 AM
 #140

here is valid hash
note the zombies the hub was only able to run 7 sticks  see second screen shots I still  get drop outs

I'm still more inclined to wonder about hardware than software, unless there is some difference between our win7 setups.

Do you have something else to test on- a raspi, a mac, or linux box?  You've already used this same powered hub for large numbers of stickminers before, right?

If you run it with --debug and create a log file I can look at it some more.  Example:

cgminer.exe -o stratum+tcp://stratum.mining.eligius.st:3334 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr --compac-freq 150 --debug 2>logfile.txt

Just run a few minutes or the file will get pretty big, so log long enough to see some failures, then kill it and you can send me the file.

--
novak

I need to play with it some more.  But the hub is really pretty good.

 I am able to run quite a bit higher freq 350 and 0 errors  2 sticks around 20gh.

Yet I can't run 3 sticks at good numbers..

I have many hubs and will do more testing tommorrow.

I have 3 pc's
 I have 1 doing windows 7 pretty new build and i5 cpu ------------ This is doing 8 sticks at freq 150
 I have 1 doing windows 7 in a vm shell a mac mini i5 ------------- This is doing 7 sticks at freq 125

 I have 1 doing windows 10 an i5 cpu new build new mobo -------- This is doing 2 sticks at freq 250 perfectly  I can go to freq 350 perfectly on 2 sticks  So far this setup is the really weird one as it allows 2 sticks as high as freq 350 yet does not  like to do 3 or more sticks.
could be a mobo issue. 

I am a bit tired will get back with more info

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
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 ... 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!