Bitcoin Forum

Other => Off-topic => Topic started by: ice_chill on June 22, 2012, 02:39:15 PM



Title: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 02:39:15 PM
Hi, I hope someone can help me out, I have my Single plugged in and identified as port 15.

Problem is Diablo Miner does not support it (this is what I used for GPU mining), I don't know how to get CGminer working, and the Ufasoft miner link downloads some sort of a wallet, with no options to mine.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: crazyates on June 22, 2012, 02:43:43 PM
Here is the BFL recommendation. I'd try their EasyMiner?

http://www.butterflylabs.com/drivers/


Title: Re: BFL Single Received - how do you mine with it ?
Post by: rjk on June 22, 2012, 02:44:22 PM
The ufasoft link works fine, http://ufasoft.com/open/bitcoin/
Read the cgminer manual, it really isn't as complicated as it looks.

Here is the BFL recommendation. I'd try their EasyMiner?

http://www.butterflylabs.com/drivers/
Easyminer doesn't mine, yet.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 02:55:58 PM
My main problem is when I start CGminer, first thing it asks me to input server URL, it doesn't give me a chance to type other commands.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: rjk on June 22, 2012, 02:57:52 PM
My main problem is when I start CGminer, first thing it asks me to input server URL, it doesn't give me a chance to type other commands.
Read up on how to use either the command line or the config file.

Hint: -S \\.\COMxx


Title: Re: BFL Single Received - how do you mine with it ?
Post by: crazyates on June 22, 2012, 02:59:44 PM
Here is the BFL recommendation. I'd try their EasyMiner?

http://www.butterflylabs.com/drivers/
Easyminer doesn't mine, yet.

Ah I thought it did! My bad. You still use EasyMiner to upgrade the firmware, right?

My main problem is when I start CGminer, first thing it asks me to input server URL, it doesn't give me a chance to type other commands.

It's asking for your pool's URL. Did you try typing it in?


Title: Re: BFL Single Received - how do you mine with it ?
Post by: rjk on June 22, 2012, 03:02:36 PM
Ah I thought it did! My bad. You still use EasyMiner to upgrade the firmware, right?
Yes. Even when it does work, it will work only on Eclipse.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: BFL-Engineer on June 22, 2012, 03:19:58 PM
Hi, I hope someone can help me out, I have my Single plugged in and identified as port 15.

Problem is Diablo Miner does not support it (this is what I used for GPU mining), I don't know how to get CGminer working, and the Ufasoft miner link downloads some sort of a wallet, with no options to mine.


Dear Ice_chill,

This is the command line you can use with cgminer:
(Assuming that you have two devices, one on COM15 and the other on COM16)

cgminer -o <your pool server address> -u <username> -p <password> -S COM15 -S COM16

Please let us know if you have any other questions.


Regards,
BF Labs Inc.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: Cablez on June 22, 2012, 03:21:28 PM
I assume you are on windows?

Or do it as a batch file:

Type this into notepad putting your info in the correct places:

cgminer -o http://poolurl:port -u user -p pass -o http://backupurl:port -u user -p pass -S \\.\COM15

Save as cgminer.bat in the cgminer directory

Run the bat and you should be good to go. :)


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 03:37:13 PM
Hi, I hope someone can help me out, I have my Single plugged in and identified as port 15.

Problem is Diablo Miner does not support it (this is what I used for GPU mining), I don't know how to get CGminer working, and the Ufasoft miner link downloads some sort of a wallet, with no options to mine.


Dear Ice_chill,

This is the command line you can use with cgminer:
(Assuming that you have two devices, one on COM15 and the other on COM16)

cgminer -o <your pool server address> -u <username> -p <password> -S COM15 -S COM16

Please let us know if you have any other questions.

Regards,
BF Labs Inc.

This gave an error: Probing Icarus on port 15 failed, no idea why it looked for Icarus.

I assume you are on windows?

Or do it as a batch file:

Type this into notepad putting your info in the correct places:

cgminer -o http://poolurl:port -u user -p pass -o http://backupurl:port -u user -p pass -S \\.\COM15

Save as cgminer.bat in the cgminer directory

Run the bat and you should be good to go. :)


Yes I am in Windows, this line fired it up perfectly. Thank you.

BTW. to anyone reading this, read here first https://ozcoin.net/content/win7-cgminer-setup-guide

Then delete everything from the .bat file and use cgminer -o http://poolurl:port -u user -p pass -o http://backupurl:port -u user -p pass -S \\.\COM??


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 03:57:52 PM
What can I add to the .bat config file to stop CGMiner trying to initialize the GPU, as on my laptop I get an error: OpenCl.dll is missing.

Thanks.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: cmg5461 on June 22, 2012, 04:07:29 PM
What can I add to the .bat config file to stop CGMiner trying to initialize the GPU, as on my laptop I get an error: OpenCl.dll is missing.

Thanks.

Download AMD SDK 2.4/2.5


Title: Re: BFL Single Received - how do you mine with it ?
Post by: crazyates on June 22, 2012, 04:07:42 PM
What can I add to the .bat config file to stop CGMiner trying to initialize the GPU, as on my laptop I get an error: OpenCl.dll is missing.

Thanks.

Try it with --disable-gpu ?


Title: Re: BFL Single Received - how do you mine with it ?
Post by: Morblias on June 22, 2012, 04:08:17 PM
Just curious for when my single arrives, can you run both GPU's and the single FPGA in one cgminer instance, or do you need to open 2 cgminers?


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 05:06:02 PM
Just curious for when my single arrives, can you run both GPU's and the single FPGA in one cgminer instance, or do you need to open 2 cgminers?

It appears you can as on my PC it tries to fire up everything, GPU+Single, and on my laptop only the Single is started.

Also my laptop has AMD SDK 2.7 and the hash rate is 780MH, while my PC had 820MH, will try SDK 2.4 or 2.5 as suggested in earlier post.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: Cablez on June 22, 2012, 05:15:49 PM
If you are using just the BFL single then you don't need the SDK.  Just do as crazyates said and add '--disable-gpu' to the end of your batch file line and that will keep it from starting the gpu.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 05:34:17 PM
Did everything suggested in this thread, and everything works fine now, now I understand how the CGminer works and have no more questions regarding it. Thank you all  :)

Now just need to figure out why it displays 35MH less on the laptop compared to the PC, however my voltmeter shows the same wattage consumption, so maybe program error for some reason.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: SgtSpike on June 22, 2012, 05:37:07 PM
Did everything suggested in this thread, and everything works fine now, now I understand how the CGminer works and have no more questions regarding it. Thank you all  :)

Now just need to figure out why it displays 35MH less on the laptop compared to the PC, however my voltmeter shows the same wattage consumption, so maybe program error for some reason.
Might be due to network lag from using wireless instead of hardwire connection.  Of course, that is assuming you are using wireless on the laptop and hardwire on the PC.  And also, I could have no idea what I am talking about.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: BFL-Engineer on June 22, 2012, 06:18:09 PM
Did everything suggested in this thread, and everything works fine now, now I understand how the CGminer works and have no more questions regarding it. Thank you all  :)

Now just need to figure out why it displays 35MH less on the laptop compared to the PC, however my voltmeter shows the same wattage consumption, so maybe program error for some reason.

Can you please check the ping time on both systems (google for instance), and see what the difference is?


Regards,
BF Labs Inc.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: ice_chill on June 22, 2012, 08:09:29 PM
After running the Single for 1 hour and PC and 1 hour on laptop I can say the speed has normalized and is the same now.


Title: Re: BFL Single Received - how do you mine with it ?
Post by: dextryn on October 01, 2012, 11:50:18 PM
So when the asics come, how many minirig sc's can you string together on one computer?  Is there a point where the computer wouldn't be able to keep up with what the minirigs are putting out?


Title: Re: BFL Single Received - how do you mine with it ?
Post by: squall1066 on October 03, 2012, 06:58:31 PM
Funny enough I had this problem, I'm not a "coder" so just point and click is my limit, I received a BFL recently and found Bitminter very easy, As long as drivers are loaded for unit, Download and start bitminter client (Make an account), Just click devices, then probe all ports for FPGA devices, Came up, Click to mine and it askes you your user/pass (case sensitive) done!