Pages:
Author

Topic: Bitmain AntMiner U1 Tips & Tricks - page 30. (Read 106330 times)

legendary
Activity: 1190
Merit: 1001
January 09, 2014, 02:50:17 AM
How do I build for antminer nwoolls?
I cloned the repo and built but it doesn't detect my devices. At the end of the ./configure it didn't list the antminer there at all. Still didn't detect my ants.

Make sure you run it as:

./bfgminer -S antminer:all
full member
Activity: 192
Merit: 100
January 09, 2014, 02:06:57 AM
I gave up on the bitmaintech branch because of some of the other changes they made to cgminer and pulled the latest ckolivas 3.9.0 repository, merged the bmsc driver and posted it to https://github.com/fractalbc/cgminer.git
This is very interesting.

Can you just clarify what you did when you "merged the bmsc driver"

The bitmain version of cgminer is terribly unstable and doesn't work with the adafruit piminer lcd scripts because of the API changes Bitmain have made so id be keen to replicate what you have done.
I cloned the official cgminer repository and added the bmsc driver to it without the other cruft from the bitmaintech branch.  It might be worth testing your piminer with that branch to see if it works.

As a side note I tested a blue fury and it crashed after a couple of hours.  This happened twice.  I will test the blue fury by itself on a stock 3.9.0 build to figure out if it is something I did or not.
Brilliant, thanks.

Have done this through the evening and am having at about 1ghs faster with your build. Plus, as a bonus, the LCD works again due to the api.c file being standard. Im still testing for stability obviously but im just running with the 3 ants in here, left my BE's out for now.
I had to find some time to solder up a new power plug to give that silly power brick a rest.  I now have 7 U1's and 9 erupters all powered by a 80+gold rated supply seen in the background.



Works pretty well



Everything is in the config file.  Command line is a simple

screen -fa -d -m -S miner ./cgminer -c ~/btcguild.conf

where the config file contains

Code:
{
"pools" : [
 ... my pool info
]
,
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"expiry" : "30",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "15",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"bmsc-options" : "115200:20",
"bmsc-freq" : "0981",
"icarus-options" : "115200:1:1",
"icarus-timing" : "3.0=100"
}

I still haven't had time to find out what's wrong with the blue fury.
newbie
Activity: 57
Merit: 0
January 09, 2014, 02:06:24 AM
Interestingly fractal's cgminer crashed on the pi after about 1-2 hours. It runs fine on ubuntu for about a day so far.

Haven't been able to get bfgminer to detect my ants.
newbie
Activity: 57
Merit: 0
January 09, 2014, 02:02:41 AM
Got mine up and running with bfgminer on a RPi thanks to you guys!

Overclocking in bfgminer would be awesome Cheesy

Check the repo in an hour or so. Device detection and overclocking are done. You can run them side-by-side with Erupters and all. Just tweaking things now.

How do I build for antminer nwoolls?
I cloned the repo and built but it doesn't detect my devices. At the end of the ./configure it didn't list the antminer there at all. Still didn't detect my ants.
hero member
Activity: 840
Merit: 1002
January 09, 2014, 01:31:39 AM
Got mine up and running with bfgminer on a RPi thanks to you guys!

Overclocking in bfgminer would be awesome Cheesy

Check the repo in an hour or so. Device detection and overclocking are done. You can run them side-by-side with Erupters and all. Just tweaking things now.
hero member
Activity: 756
Merit: 500
January 08, 2014, 08:36:39 PM
Can someone post an rPi image with minepeon for this?

Will reward .01 if it works.
newbie
Activity: 28
Merit: 0
January 08, 2014, 05:59:56 PM
I gave up on the bitmaintech branch because of some of the other changes they made to cgminer and pulled the latest ckolivas 3.9.0 repository, merged the bmsc driver and posted it to https://github.com/fractalbc/cgminer.git
This is very interesting.

Can you just clarify what you did when you "merged the bmsc driver"

The bitmain version of cgminer is terribly unstable and doesn't work with the adafruit piminer lcd scripts because of the API changes Bitmain have made so id be keen to replicate what you have done.
I cloned the official cgminer repository and added the bmsc driver to it without the other cruft from the bitmaintech branch.  It might be worth testing your piminer with that branch to see if it works.

As a side note I tested a blue fury and it crashed after a couple of hours.  This happened twice.  I will test the blue fury by itself on a stock 3.9.0 build to figure out if it is something I did or not.
Brilliant, thanks.

Have done this through the evening and am having at about 1ghs faster with your build. Plus, as a bonus, the LCD works again due to the api.c file being standard. Im still testing for stability obviously but im just running with the 3 ants in here, left my BE's out for now.
newbie
Activity: 10
Merit: 0
January 08, 2014, 05:04:44 PM
https://lh3.googleusercontent.com/-bq2Q67IrELM/Us28PGyBqdI/AAAAAAAAHOw/nFTCBbag0qw/w811-h504-no/P1040521.JPG

This is the latest Nslu2 set. 2x antminer, Debian Weezy, nwoolls bfgminer and some old hardware.
Thanks again for the support.
newbie
Activity: 42
Merit: 0
January 08, 2014, 04:23:57 PM
You've just reminded me that I've got a D-Link DNS-320 hiding under my desk... Half tempted to try getting some use out of that!
newbie
Activity: 42
Merit: 0
January 08, 2014, 04:21:42 PM
Got mine up and running with bfgminer on a RPi thanks to you guys!



Overclocking in bfgminer would be awesome Cheesy

Thanks again,

Tek
sr. member
Activity: 322
Merit: 250
January 08, 2014, 04:18:40 PM


I've got two Antminers U1 running on an old Linksys Nslu2 NAS. Tested with 200 gh/s. The picture shows my first configuration.

So, will your ~second~ configuration be to reverse the two devices?   8^]
full member
Activity: 192
Merit: 100
January 08, 2014, 01:52:08 PM
I gave up on the bitmaintech branch because of some of the other changes they made to cgminer and pulled the latest ckolivas 3.9.0 repository, merged the bmsc driver and posted it to https://github.com/fractalbc/cgminer.git
This is very interesting.

Can you just clarify what you did when you "merged the bmsc driver"

The bitmain version of cgminer is terribly unstable and doesn't work with the adafruit piminer lcd scripts because of the API changes Bitmain have made so id be keen to replicate what you have done.
I cloned the official cgminer repository and added the bmsc driver to it without the other cruft from the bitmaintech branch.  It might be worth testing your piminer with that branch to see if it works.

As a side note I tested a blue fury and it crashed after a couple of hours.  This happened twice.  I will test the blue fury by itself on a stock 3.9.0 build to figure out if it is something I did or not.
sr. member
Activity: 322
Merit: 250
January 08, 2014, 01:51:42 PM
Funny that, I was just coming here to ask that very same question.



There's plenty of power on an Antec USB hub, and the .bat:

Code:
C:\Users\M\Downloads\CTB\Antminerminer\cgminer.exe -o stratum+tcp://stratum.mining.eligius.st:3334 -u <"Shut up, Flanders."> -p xxx --bmsc-options 115200:20 --bmsc-freq 0981

They're plenty cool, is there anything I can do, or, do I ~need~ to do anything?

Thoughts, anyone?
newbie
Activity: 42
Merit: 0
January 08, 2014, 01:40:09 PM
How comes  you have so low HW rate?
  My ANTIMNERS are running at 2GHS @ diff 8. and i have about 150 HW to 1000 Accepted shares.
 What do i do wrong?
The  Antminers are  powered from SUB3:0 hub with 4 A output.
The hub is connected to the USB2.0 port on my PC, but i assume that  there is not so much data to transfer, so speed shouldn't be a problem.
 Miners are pretty well cooled to  about 35 C°
 What am i missing?

I have 30 u1 oc @ 2GH/s :
one has a lot of HW err ( 13 %)
bot others have less than 1% HW err


running on powered hub with 80 plus gold PSU

how did you OC with bfgminer? did you solder resistors? thanks!
sr. member
Activity: 434
Merit: 250
January 08, 2014, 01:02:25 PM
Hm,
 I also had one  faulty Antminer with high  HW Rate, it died today:(
It starts at 2 GHS as intended, but  after 2-3 min  it slows down to about 200 MHS. Most propably it is some  physical damage due to the  thermal expansion.
Lets see if my warranty will work in this case ( purchased on ebay)
legendary
Activity: 1198
Merit: 1000
January 08, 2014, 12:45:14 PM
How comes  you have so low HW rate?
  My ANTIMNERS are running at 2GHS @ diff 8. and i have about 150 HW to 1000 Accepted shares.
 What do i do wrong?
The  Antminers are  powered from SUB3:0 hub with 4 A output.
The hub is connected to the USB2.0 port on my PC, but i assume that  there is not so much data to transfer, so speed shouldn't be a problem.
 Miners are pretty well cooled to  about 35 C°
 What am i missing?

I have 30 u1 oc @ 2GH/s :
one has a lot of HW err ( 13 %)
bot others have less than 1% HW err


running on powered hub with 80 plus gold PSU
sr. member
Activity: 434
Merit: 250
January 08, 2014, 12:36:07 PM
How comes  you have so low HW rate?
  My ANTIMNERS are running at 2GHS @ diff 8. and i have about 150 HW to 1000 Accepted shares.
 What do i do wrong?
The  Antminers are  powered from SUB3:0 hub with 4 A output.
The hub is connected to the USB2.0 port on my PC, but i assume that  there is not so much data to transfer, so speed shouldn't be a problem.
 Miners are pretty well cooled to  about 35 C°
 What am i missing?
member
Activity: 112
Merit: 10
Be kind man, don't be mankind
January 08, 2014, 10:46:26 AM
I like the fan. it will keep those sticks cool.  I  have an asus eee notebook  a 1215 I think.  I should dig it up  and see what I can get it to do.

My antminers arrived but I was still a hub short to add them to my raspberry pis, so broken screen netbook seemed the obvious choice!

I had to install fresh linux to get it to compile nicely, which was fast on the SSD. I tried to have the patience to install to an SD card but nope. Ubuntu desktop almost fills the 4GB SSD but miners are tiny and I should've used Ubuntu server anyway. Those L-shaped USB elbows are the crazy useful too, since you can bend them the way you wouldn't dare bend a miner to get two in neighbouring USB ports. I think an eee might take an unpowered hub, too.

It's kind of hilarious seeing miner output fullscreen in a cracked LCD. It feels very postapocalyptic.
legendary
Activity: 4116
Merit: 7849
'The right to privacy matters'
January 08, 2014, 10:39:00 AM
Nothing goes to waste in my mining rig tangle.



EDIT: also, wow: [2014-01-08 13:58:54] Accepted 0b063e66 Diff 5.95K/16 AMU 0

bitmaintech cgminer, built as per cs2000's post on a fresh install of ubuntu desktop 32-bit, cgminer args include –bmsc-freq 0981
(–bmsc-freq A081 gave me nonce timeouts. Which is only funny in british english.)

The asus eee netbook istelf is also cpumining at a hilarious 0.69 khash/s but meh the machine is on and sucking negligible power, so why not.

I like the fan. it will keep those sticks cool.  I  have an asus eee notebook  a 1215 I think.  I should dig it up  and see what I can get it to do.
newbie
Activity: 10
Merit: 0
January 08, 2014, 10:26:21 AM
To clone the antminer branch do:

Code:
git clone https://github.com/nwoolls/bfgminer/ -b feature/antminer-u1-support

Thanks a bunch! I am also new to Linux and really appreciate any hint.

Is it possible to use the overclocking "command" with the AntBFGminer branch?

It's running. Thanks a lot.
Pages:
Jump to: