iluvpcs (OP)
Sr. Member
Offline
Activity: 314
Merit: 250
:)
|
|
December 30, 2013, 09:43:45 PM Last edit: December 30, 2013, 10:20:42 PM by iluvpcs |
|
Don't use the standard CGMINER or BFGMINER yet, they need code updates for these U1's, use this CGMINER for now https://github.com/AntMiner/AntGen1 and Lajz99 started a thread yesterday for these D-link is powered but only 1w. I do have a plugable USB hub as well and just got a few running with the trick noted above. Strange but works for now until it gets addressed. Edit: started a thread in Custom Hardware: https://bitcointalk.org/index.php?topic=390929.0
|
|
|
|
iluvpcs (OP)
Sr. Member
Offline
Activity: 314
Merit: 250
:)
|
|
December 30, 2013, 11:55:25 PM |
|
Just wait, it might get processed after 6-10-12 hours, I've had that happen before myself. I've also tried to doublespend it again with a fee, and it seems when I do that they both go through a few minutes later.
|
|
|
|
Cheshyr
|
|
December 31, 2013, 12:07:26 AM |
|
|
|
|
|
Arcas
|
|
December 31, 2013, 01:26:40 AM |
|
Just wait, it might get processed after 6-10-12 hours, I've had that happen before myself. I've also tried to doublespend it again with a fee, and it seems when I do that they both go through a few minutes later. Good idea; It finally went through.
|
|
|
|
twib2
Sr. Member
Offline
Activity: 280
Merit: 250
Helperizer
|
|
December 31, 2013, 03:05:46 AM Last edit: December 31, 2013, 03:40:16 AM by twib2 |
|
Thanks, I got mine in today, too!
Edit: Never mind - I actually ran them in a stock bfgminer and it thought they were ASICMiner Block Erupters. That gave me some strange numbers like erupters on steroids but not as high as the U1 is supposed to be, but then when I tried again on the machine that was running the cgminer from Bitmain, it WORKED. So, they're hashing away and seem to be right on spec for stock speeds. I briefly tried at 250 MHz and that worked for all but one that was running slower (I have 4 now), but I won't run for long until I know how they behave stock - and once I get a fan in place.
Still, I'll be very happy once support for the U1 gets merged into regular bfgminer or cgminer.
Thanks again!
|
|
|
|
fractalbc
|
|
December 31, 2013, 03:52:06 AM |
|
The miner I bought arrived today. It is *CUTE*. It will make a nice addition to the collection. It was a pleasure doing business with iluvpcs and positive trust was left. The windows binary works just fine once the USB driver is installed. Too bad for me I don't normally run a miner on the few windows machines I own. I prefer to keep my miners on a raspberry pi. Now for the bad news, and none of it has anything at all to do with the group buy. What I received is exactly what is represented in this group buy. First of all, the linux binary listed above does not run on any of my machines. So, I pull the source code for the modified version of cgminer from https://github.com/bitmaintech/cgminer and the fun begins. The first issue I find is a pretty big one. The AntMiner U1 USB stick uses the same usb signature as an erupter. This does not need to be an issue but as it is right now, it is not possible to compile cgminer to support BOTH an AntMiner U1 USB and and a block erupter usb with the same instance of cgminer. Older versions of cgminer and bfgminer think it is a block erupter usb and does weird things with it. Then, once configuring for the "bmsc" driver I run into some rather nasty compiler warnings. one is true where the code copies 5 bytes into a 4 byte storage which immediately crashes the program. The crash was disguised in a code update between yesterday and today as the device is no longer addressed so the broken code is never executed. I will spend a bit more time playing with this later but right now it appears to be a windows only solution. Ok, going back to the windows binary only release, the device is reported as "AMU", same as a block erupter USB. Not nice. It should have its own name. Furthermore the stock "miner.php" script does not enumerate the AntMiner sticks. So ... it is only a matter of software. The stick I have is hashing at 1.55 Gh/s on windows xp running stock. Now to overclock the sucka..
|
|
|
|
twib2
Sr. Member
Offline
Activity: 280
Merit: 250
Helperizer
|
|
December 31, 2013, 04:12:11 AM |
|
First of all, the linux binary listed above does not run on any of my machines.
I had the same problem until I followed the normal rules for ASICminer Block Erupter USBs - i.e. add the user to the plugdev group and/or make the devices chmod 666 and also copy the rules from cgminer.rules to /etc/rules.d per the instructions for ASICminers. I restarted udev and relogged in but no joy. Then I rebooted while trying the things on normal bfgminer (getting, as you say, weird results from them). When I brought them back to the linux box with the Antminer cgminer binary, voila' - it worked. I'm using 115200:20 and stock speed right now and hashing away. My linux is Ubuntu 13.10 (edubuntu) on that box (couldn't get the binary to be happy with Mint 14, Debian Squeeze, or Ubuntu 12.04, so it's on the kids' computer). Hope this helps! Good luck!
|
|
|
|
beefburrito
Newbie
Offline
Activity: 16
Merit: 0
|
|
December 31, 2013, 04:40:16 AM |
|
just sent payment and PM for 3 sticks, thanks!
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4312
Merit: 8871
'The right to privacy matters'
|
|
December 31, 2013, 05:13:38 AM |
|
Don't use the standard CGMINER or BFGMINER yet, they need code updates for these U1's, use this CGMINER for now https://github.com/AntMiner/AntGen1 and Lajz99 started a thread yesterday for these D-link is powered but only 1w. I do have a plugable USB hub as well and just got a few running with the trick noted above. Strange but works for now until it gets addressed. Edit: started a thread in Custom Hardware: https://bitcointalk.org/index.php?topic=390929.0 thread link please
|
|
|
|
twib2
Sr. Member
Offline
Activity: 280
Merit: 250
Helperizer
|
|
December 31, 2013, 05:29:54 PM |
|
Then, once configuring for the "bmsc" driver I run into some rather nasty compiler warnings. one is true where the code copies 5 bytes into a 4 byte storage which immediately crashes the program. The crash was disguised in a code update between yesterday and today as the device is no longer addressed so the broken code is never executed. I will spend a bit more time playing with this later but right now it appears to be a windows only solution.
Interesting. I just did that on my Debian Squeeze box and didn't get that warning. It compiled fine after ./autogen.sh, configure [options], and make. Ok, going back to the windows binary only release, the device is reported as "AMU", same as a block erupter USB. Not nice. It should have its own name. Furthermore the stock "miner.php" script does not enumerate the AntMiner sticks.
Yep, not sure why miner.php doesn't enumerate them. But it reporst the same as a block erupter USB because it has the same vendor and device id, which are what is normally used to report the devices. I'm sure there's a workaround that could be coded in, but it'd have to dig deeper into the devices for something to differentiate the two. I agree, not nice at all on the part of Bitmain - they should at least have a unique device id for the U1's.
|
|
|
|
Bobs Yerunkle
Member
Offline
Activity: 90
Merit: 10
Untitled
|
|
December 31, 2013, 06:20:10 PM |
|
Order received! All items present and accounted for. They sure are pretty. Manufacturing quality looks a step above ASICMINER USB Block Erupters (no disrespect to ASICMINER because they were some of the pioneers). Let's see how the shine translates to function and reliability. Will do some set up this evening. Thanks iluvpcs. Well done. Sell more stuff so I can give you more of my BTC.
|
|
|
|
kfactor
|
|
December 31, 2013, 06:34:20 PM |
|
Order received! Thanks iluvpcs
|
|
|
|
hayseed
|
|
December 31, 2013, 07:01:04 PM |
|
Order Received. Thanks
Pulled down the latest cgminer (3.9.0) on OSX using home-brew and it see's the miner and uses it but at varying clocks between 300mhz to 900mhz.
brew tap nwoolls/cryptocoin (Thanx nwoolls) brew install cgminer --HEAD
probably just need to find the timing tweak. At least it mines.
WIll report more later.
|
|
|
|
iluvpcs (OP)
Sr. Member
Offline
Activity: 314
Merit: 250
:)
|
|
December 31, 2013, 07:30:42 PM |
|
You have to use the AntMan custom build cgminer right now to get them running (with the CLI options in the readme)
I helped a person on OSX with Parallel last night to get them working on his rig, so they do work.
|
|
|
|
TracerX
|
|
December 31, 2013, 07:40:27 PM |
|
You have to use the AntMan custom build cgminer right now to get them running (with the CLI options in the readme)
I helped a person on OSX with Parallel last night to get them working on his rig, so they do work.
I got my Virtual Box 64-bit Win7 running by just following the Antminer user guide on my Mac, I can second this--it works as advertised.
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4312
Merit: 8871
'The right to privacy matters'
|
|
December 31, 2013, 07:52:24 PM |
|
I have 1 stick working so far it is doing about .6gh I am using cg3.9 with a windows 7 build. I changed the driver with zadig. it now reads amu not icarus. I am running a lot on this pc
1 bfg miner with 5 nano/ice furies scores are 2.5 each with a 53 for over clock
1 gui miner with a hd7970 about 660 kh
1 cgminer 3.9 with 1 ant miner usb 1 .gh i will tweak more but it is hashing.
to iluvpcs I owe you a positive trust I will post it later.
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4312
Merit: 8871
'The right to privacy matters'
|
|
December 31, 2013, 08:46:55 PM |
|
I download the custom windows build from github for ant miner says it is cg 3.8.5
it would not run said I was missing zlib.dll I dragged the zlib.dll from 3.9 and put it into 3.8.5 this works. I have 1 stick running at over 1.7gh so the next adventure is getting 2 plus sticks to run.
so far a no go on that.
|
|
|
|
sbfree
|
|
December 31, 2013, 08:58:33 PM |
|
I download the custom windows build from github for ant miner says it is cg 3.8.5
it would not run said I was missing zlib.dll I dragged the zlib.dll from 3.9 and put it into 3.8.5 this works. I have 1 stick running at over 1.7gh so the next adventure is getting 2 plus sticks to run.
so far a no go on that.
Hey phil, I was having a problem running 6 of these on one win7 machine, I read somewhere about start up new cgminer with 1, then hot plug the others in 1 at a time, that worked, now have all 6 running....hope that helps. iluvpcs, will prob. order some from you later today, anymore in stock?? PS, windows xp can still be as stupid as it was with asicminer usbs
|
|
|
|
sbfree
|
|
December 31, 2013, 09:26:24 PM |
|
just sent PM w/ signed mssg. info. thanks, sbfree.
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4312
Merit: 8871
'The right to privacy matters'
|
|
December 31, 2013, 11:42:19 PM Last edit: January 01, 2014, 01:22:02 AM by philipma1957 |
|
I download the custom windows build from github for ant miner says it is cg 3.8.5
it would not run said I was missing zlib.dll I dragged the zlib.dll from 3.9 and put it into 3.8.5 this works. I have 1 stick running at over 1.7gh so the next adventure is getting 2 plus sticks to run.
so far a no go on that.
Hey phil, I was having a problem running 6 of these on one win7 machine, I read somewhere about start up new cgminer with 1, then hot plug the others in 1 at a time, that worked, now have all 6 running....hope that helps. iluvpcs, will prob. order some from you later today, anymore in stock?? PS, windows xp can still be as stupid as it was with asicminer usbs yeah I will try that tomorrow. these case a second problem my pc was running 5 ice/nano furies using bfg miner 3.9 and running a ltc miner using guy/cg miner running the custom cg miner for the ant miner is crashing my ltc mining. i think the gear does not want to run 2 versions go cg miner at the same time. since all my pc's are running guiminer- cg miner I will need to set up a mac mini with vm ware to run these sticks. I don't have any parallels but I do have a vm ware fusion with windows 7 pro on a quad core mac mini. I NOW HAVE 4 RUNNING THANKS!!!! and the caps were me shouting for joy. update I now have an entire hub of 10 running at 12gh using about 20 watts. these sticks are really good. now as to what they are worth less then a red fury or a nano fury. but furies are selling at 225 on ebay these are around 100 on ebay.
|
|
|
|
|