Bitcoin Forum
May 11, 2024, 07:03:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [FIXED]--bmsc-options not recognized by cgminer  (Read 5520 times)
AshleyH95 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2014, 02:58:18 PM
Last edit: January 04, 2014, 11:04:22 PM by AshleyH95
 #1

Hello People!

When i use the following command with my Red Fury:

cgminer.exe --bmsc-option 115200:20 -o xxx:xxx -u xxx -p xxx --bmsc-freq 0781

I always get the error message:

cgminer.exe: --bmsc-option unrecognized option

Am i doing something wrong?

Im supposed to getting 1.6.gh from the Red Fury and i only just get 500mh

Any help will be greatly appreciated Smiley

Thanks
1715411034
Hero Member
*
Offline Offline

Posts: 1715411034

View Profile Personal Message (Offline)

Ignore
1715411034
Reply with quote  #2

1715411034
Report to moderator
1715411034
Hero Member
*
Offline Offline

Posts: 1715411034

View Profile Personal Message (Offline)

Ignore
1715411034
Reply with quote  #2

1715411034
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715411034
Hero Member
*
Offline Offline

Posts: 1715411034

View Profile Personal Message (Offline)

Ignore
1715411034
Reply with quote  #2

1715411034
Report to moderator
1715411034
Hero Member
*
Offline Offline

Posts: 1715411034

View Profile Personal Message (Offline)

Ignore
1715411034
Reply with quote  #2

1715411034
Report to moderator
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
January 04, 2014, 06:30:43 PM
 #2

Hy,

i have the same error.

no errors on compiling

Code:
cgminer -c /home/pi/cgminer.conf --bmsc-options 115200:20 --bmsc-freq 0781
cgminer: --bmsc-options: unrecognized option


colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
January 04, 2014, 07:48:01 PM
 #3

Hello,

I had problems with the latest cgminer, have now got my 3 x AntMiner U1's working with cgminer 3.8.5.

You need to compile cgminer from source to enable bmsc-options as such:

./configure --enable-bmsc

Good luck!

Cfx.
AshleyH95 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2014, 07:52:25 PM
 #4

Hello,

I had problems with the latest cgminer, have now got my 3 x AntMiner U1's working with cgminer 3.8.5.

You need to compile cgminer from source to enable bmsc-options as such:

./configure --enable-bmsc

Good luck!

Cfx.

Hey man thanks for that!

Anychance you could walk me through it? Im new to it all and it confuses me Smiley
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
January 04, 2014, 08:41:55 PM
 #5

Hi!

I'm using Ubuntu 12.x so I don't think what I did applies to you Sad

But, you do need to build using the cgminer 3.8.5 as recommended by AntMiner documentation.

On Ubuntu I did this:

git clone https://github.com/bitmaintech/cgminer
cd cgminer
sudo apt-get install libusb-1.0
sudo apt-get install libudev-dev
./autogen.sh
./configure --enable-bmsc
make -j 6

And it worked for me after trying many different cgminer configurations. I needed to recompile to enable bmsc to run the AntMiners at their proper speed, before the recompilation I was only  getting 0.5Gh/s from each AntMiner. After compilation I am able to get 2.0Gh/s from each AntMiner.

Hope this helps point you in the right direction!

Cfx.
AshleyH95 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2014, 10:33:58 PM
 #6

Hi!

I'm using Ubuntu 12.x so I don't think what I did applies to you Sad

But, you do need to build using the cgminer 3.8.5 as recommended by AntMiner documentation.

On Ubuntu I did this:

git clone https://github.com/bitmaintech/cgminer
cd cgminer
sudo apt-get install libusb-1.0
sudo apt-get install libudev-dev
./autogen.sh
./configure --enable-bmsc
make -j 6

And it worked for me after trying many different cgminer configurations. I needed to recompile to enable bmsc to run the AntMiners at their proper speed, before the recompilation I was only  getting 0.5Gh/s from each AntMiner. After compilation I am able to get 2.0Gh/s from each AntMiner.

Hope this helps point you in the right direction!

Cfx.

Ahh man im using windows :/ dont know if that matters lol

I still dont get what im supposed to do Sad what do i need to get from the link?
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
January 04, 2014, 10:41:14 PM
 #7

You could boot your machine in to Ubuntu and mine overnight? You can boot from USB stick!

Have you seen the AntMiner help docs? There are windows files in there too:

https://github.com/AntMiner/AntGen1/tree/master/cgminer

Hope this helps!
AshleyH95 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2014, 10:58:16 PM
 #8

YOU ARE A LEGEND!!!!

One of the links had a cgminer download that had bmsc enabled already Cheesy

Im now getting 2+gh

Thank you so much!
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
January 04, 2014, 11:31:35 PM
 #9

YOU ARE A LEGEND!!!!

One of the links had a cgminer download that had bmsc enabled already Cheesy

Im now getting 2+gh

Thank you so much!

Awesome mate!! Glad you are now mining!!! Took us newbies a bit of messing around but got there in the end Smiley

I'm using my AntMiners on MultiPool.us:8888, if you have any problems let me know, i've probably hit the same problems a day or so before you - good luck!

Cfx.
AshleyH95 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2014, 11:35:00 PM
 #10

YOU ARE A LEGEND!!!!

One of the links had a cgminer download that had bmsc enabled already Cheesy

Im now getting 2+gh

Thank you so much!

Awesome mate!! Glad you are now mining!!! Took us newbies a bit of messing around but got there in the end Smiley

I'm using my AntMiners on MultiPool.us:8888, if you have any problems let me know, i've probably hit the same problems a day or so before you - good luck!

Cfx.

Im sure i will find something lol!

Thank you for the help
Pages: [1]
  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!