Pages:
Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 46. (Read 5805508 times)

hero member
Activity: 507
Merit: 500
I have a BFL SC 25GH miner and in 4.9.1 when cgminer starts it states that there were no USB devices detected. Yet, when I run 4.9.0, the miner is detected and works fine. Is this a known issue with 4.9.1 or is there something that I may be missing?

Thanks!

One might assume it was removed from the support list of devices at the time of the new compile, do you have the ability to complie your own binary?
sr. member
Activity: 339
Merit: 251
I have a BFL SC 25GH miner and in 4.9.1 when cgminer starts it states that there were no USB devices detected. Yet, when I run 4.9.0, the miner is detected and works fine. Is this a known issue with 4.9.1 or is there something that I may be missing?

Thanks!
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Hello, how to install cgminer in openwrt? as easy as i install clone miner, I can get from repo:
src/gz clone miner [suspicious link removed]

Not sure what you mean?
The cgminer git etc is listed on the first post of this thread.
newbie
Activity: 5
Merit: 0
Hello, how to install cgminer in openwrt? as easy as i install bfgminer, I can get from repo:
src/gz bfgminer [suspicious link removed]
legendary
Activity: 1274
Merit: 1000
I've updated the AntS1 binary in my binaries git hub of 4.9.1c cgminer including an IPv6 fix.
https://github.com/kanoi/cgminer-binaries/tree/master/AntS1

I've also put up a new AntS2 full firmware of current git cgminer 4.9.1+
https://github.com/kanoi/cgminer-binaries/tree/master/AntS2

Thank you!
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
I've updated the AntS1 binary in my binaries git hub of 4.9.1c cgminer including an IPv6 fix.
https://github.com/kanoi/cgminer-binaries/tree/master/AntS1

I've also put up a new AntS2 full firmware of current git cgminer 4.9.1+
https://github.com/kanoi/cgminer-binaries/tree/master/AntS2
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Please don't read this as "are we there yet?", but I was wondering if there is an ETA for the S2 and S3 cgminer updates?  Even if it's months out, I was just curious. Thanks in advance.
S2 keeps being 'almost there' then I find another problem with it Tongue

It would seem that the last S2 firmware bitmain released was a screw-up for the S2 since it was changed to suit the S4.
Not sure if anyone else noticed that or had issues with it
I didn't touch the S2 back the end of last year - I was working on setting up/running the pool so I've no idea if anyone else had problems.

Anyway, S2 will be done soon (hopefully the next few days)
legendary
Activity: 1274
Merit: 1000
I downloaded cgminer-4.9.1.windows.zip from http://kolivas.org/apps/cgminer/ but can someone tell me how to use it proper?

I have put my pool in the conf like


      "url" : "url1:8332",
      "user" : "user1",
      "pass" : "pass1"

but i dont see my GPU when i open with

cgminer -n


Kind Regards

CG Miner doesn't support GPU's.  You really don't want to mine bitcoins with GPU's anymore, anyway.

You can spend $20 on a USB stick miner that will run circles around a GPU, and it will work with cgminer.
legendary
Activity: 3583
Merit: 1094
Think for yourself
I downloaded cgminer-4.9.1.windows.zip from http://kolivas.org/apps/cgminer/ but can someone tell me how to use it proper?

I have put my pool in the conf like


      "url" : "url1:8332",
      "user" : "user1",
      "pass" : "pass1"

but i dont see my GPU when i open with

cgminer -n


Kind Regards

CG Miner doesn't support GPU's.  You really don't want to mine bitcoins with GPU's anymore, anyway.
full member
Activity: 210
Merit: 100
I downloaded cgminer-4.9.1.windows.zip from http://kolivas.org/apps/cgminer/ but can someone tell me how to use it proper?

I have put my pool in the conf like


      "url" : "url1:8332",
      "user" : "user1",
      "pass" : "pass1"

but i dont see my GPU when i open with

cgminer -n


Kind Regards
legendary
Activity: 1274
Merit: 1000
Please don't read this as "are we there yet?", but I was wondering if there is an ETA for the S2 and S3 cgminer updates?  Even if it's months out, I was just curious. Thanks in advance.
legendary
Activity: 1274
Merit: 1000

2 things always do, replace psu and usb cable.
I forget sometimes not everyone does that. sorry

Oh yea, I forgot about the (crap) usb cable they ship with.

2 things I always remind people of with the U3, replace psu and usb cable. Smiley

I also tell people who haven't bought one yet to not bother, they are generally crap.
newbie
Activity: 12
Merit: 0
--au3-freq 250 --au3-volt 800

try options

Tried, nothing has changed. I may be incorrectly configured cgminer?   ./configure --enable-icarus

i do, always worked for me

sudo apt-get update

sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

wget http://ck.kolivas.org/apps/cgminer/4.9/cgminer-4.9.0.tar.bz2

tar xvf cgminer-4.9.0.tar.bz2

cd cgminer-4.9.0

./configure --enable-icarus

make

cd cgminer-4.9.0

./cgminer -o pool:port -u userid -p password --au3-freq 250 --au3-volt 800

I erased the cgminer.conf and now u3 is work correctly. Thank you very much.

You will melt the factory psu with those settings, be sure to use an adequate psu.

2 things always do, replace psu and usb cable.
I forget sometimes not everyone does that. sorry
legendary
Activity: 1274
Merit: 1000
--au3-freq 250 --au3-volt 800

try options

Tried, nothing has changed. I may be incorrectly configured cgminer?   ./configure --enable-icarus

i do, always worked for me

sudo apt-get update

sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

wget http://ck.kolivas.org/apps/cgminer/4.9/cgminer-4.9.0.tar.bz2

tar xvf cgminer-4.9.0.tar.bz2

cd cgminer-4.9.0

./configure --enable-icarus

make

cd cgminer-4.9.0

./cgminer -o pool:port -u userid -p password --au3-freq 250 --au3-volt 800

I erased the cgminer.conf and now u3 is work correctly. Thank you very much.

You will melt the factory psu with those settings, be sure to use an adequate psu.
newbie
Activity: 4
Merit: 0
--au3-freq 250 --au3-volt 800

try options

Tried, nothing has changed. I may be incorrectly configured cgminer?   ./configure --enable-icarus

i do, always worked for me

sudo apt-get update

sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

wget http://ck.kolivas.org/apps/cgminer/4.9/cgminer-4.9.0.tar.bz2

tar xvf cgminer-4.9.0.tar.bz2

cd cgminer-4.9.0

./configure --enable-icarus

make

cd cgminer-4.9.0

./cgminer -o pool:port -u userid -p password --au3-freq 250 --au3-volt 800

I erased the cgminer.conf and now u3 is work correctly. Thank you very much.
newbie
Activity: 12
Merit: 0
--au3-freq 250 --au3-volt 800

try options

Tried, nothing has changed. I may be incorrectly configured cgminer?   ./configure --enable-icarus

i do, always worked for me

sudo apt-get update

sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

wget http://ck.kolivas.org/apps/cgminer/4.9/cgminer-4.9.0.tar.bz2

tar xvf cgminer-4.9.0.tar.bz2

cd cgminer-4.9.0

./configure --enable-icarus

make

cd cgminer-4.9.0

./cgminer -o pool:port -u userid -p password --au3-freq 250 --au3-volt 800
newbie
Activity: 4
Merit: 0
--au3-freq 250 --au3-volt 800

try options

Tried, nothing has changed. I may be incorrectly configured cgminer?   ./configure --enable-icarus
newbie
Activity: 12
Merit: 0
--au3-freq 250 --au3-volt 800

try options
newbie
Activity: 4
Merit: 0
Hi all.
Using Raspberry, OS Raspbian, Cgminer 4.8.0 (from https://github.com/bitmaintech/cgminer) and Antminer U3.
At working, Cgminer show 10-15Gh, but in Bitmain specifications U3 hash rate 63Gh±5%.
Maybe worked 1 of 4 chip in AU3? Any way solve this problem?
Thanks.

You're using the cgminer from bitmain instead of the official cgminer which this forum thread is about. Try cgminer 4.9.0 (best for U3) from the official sources (links in top post).

Install cgminer-4.9.0 no effect. Still low hash rate(
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hi all.
Using Raspberry, OS Raspbian, Cgminer 4.8.0 (from https://github.com/bitmaintech/cgminer) and Antminer U3.
At working, Cgminer show 10-15Gh, but in Bitmain specifications U3 hash rate 63Gh±5%.
Maybe worked 1 of 4 chip in AU3? Any way solve this problem?
Thanks.

You're using the cgminer from bitmain instead of the official cgminer which this forum thread is about. Try cgminer 4.9.0 (best for U3) from the official sources (links in top post).
Pages:
Jump to: