Pages:
Author

Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB - page 72. (Read 1193218 times)

hero member
Activity: 840
Merit: 1002
EDIT:
seemed to have detected all the BE as ANT... thanks though.

Note that, like the Bitmaintech cgminer build, this won't play nice with Block Erupters for now (unless you manually specify the driver for each devices with -S antminer and -S erupter).
member
Activity: 81
Merit: 10
Any chance of a Windows binary with ANT support?  Screenshot is very nice and all, but I'm loathed to run cg (with all the zdiag and WinUSB bollocks fecking up the USB drivers) to get these things working. Smiley

https://www.dropbox.com/s/z29x4n6ng510joi/bfgminer-npw-antminer.7z

If it breaks I didn't do it  Grin

Code:
bfgminer -S antminer:all

Note that, like the Bitmaintech cgminer build, this won't play nice with Block Erupters for now (unless you manually specify the driver for each devices with -S antminer and -S erupter).

oh damn! thanks. will give it a go!

EDIT:
seemed to have detected all the BE as ANT... thanks though.
hero member
Activity: 840
Merit: 1002
Any chance of a Windows binary with ANT support?  Screenshot is very nice and all, but I'm loathed to run cg (with all the zdiag and WinUSB bollocks fecking up the USB drivers) to get these things working. Smiley

https://www.dropbox.com/s/z29x4n6ng510joi/bfgminer-npw-antminer.7z

If it breaks I didn't do it  Grin

Code:
bfgminer -S antminer:all

Note that, like the Bitmaintech cgminer build, this won't play nice with Block Erupters for now (unless you manually specify the driver for each devices with -S antminer and -S erupter).
hero member
Activity: 840
Merit: 1002
For some reason I am unable to make the antminer version of bfgminer, I get this on "make":

...

Also from looking at your driver code there does not appear to be any way to overclock the USBs?

Make sure you run autogen.sh first so that libblkmaker is pulled down from Git.

There's no options support at all right now. Still getting it stable and working but the options shouldn't be hard.
member
Activity: 81
Merit: 10
can't wait, oh wait, for ant u1 support. not to be too overbearing, might there be an ETA?
sr. member
Activity: 486
Merit: 262
rm -rf stupidity
Is there going to be a update soon for the u1 antminer's?

I'm working on a driver for this. It works but I have a few things I want to look into before submitting a pull request. Should be soon though.

If anyone is feeling froggy:

https://github.com/luke-jr/bfgminer/pull/368
https://github.com/nwoolls/bfgminer/tree/feature/antminer-u1-support



And Windows too...

Feel like a noob but I could not get it to work for the life of me.  Either had the compiler not compile or just wouldnt find the devices even though they are there in lsusb.

I tried your git, regular 3.9 git with your mods, and a bunch of randomnes.  Could not get to fire off Sad
legendary
Activity: 1190
Merit: 1001
For some reason I am unable to make the antminer version of bfgminer, I get this on "make":

Code:
make  all-recursive
make[1]: Entering directory `/home/pi/bfgminer'
Making all in lib
make[2]: Entering directory `/home/pi/bfgminer/lib'
make  all-recursive
make[3]: Entering directory `/home/pi/bfgminer/lib'
make[4]: Entering directory `/home/pi/bfgminer/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/pi/bfgminer/lib'
make[3]: Leaving directory `/home/pi/bfgminer/lib'
make[2]: Leaving directory `/home/pi/bfgminer/lib'
Making all in ccan
make[2]: Entering directory `/home/pi/bfgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pi/bfgminer/ccan'
Making all in libblkmaker
make[2]: Entering directory `/home/pi/bfgminer/libblkmaker'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/home/pi/bfgminer/libblkmaker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pi/bfgminer'
make: *** [all] Error 2


Also from looking at your driver code there does not appear to be any way to overclock the USBs?
hero member
Activity: 1246
Merit: 501
Any chance of a Windows binary with ANT support?  Screenshot is very nice and all, but I'm loathed to run cg (with all the zdiag and WinUSB bollocks fecking up the USB drivers) to get these things working. Smiley
hero member
Activity: 658
Merit: 500
CCNA: There i fixed the internet.
Is there going to be a update soon for the u1 antminer's?

I'm working on a driver for this. It works but I have a few things I want to look into before submitting a pull request. Should be soon though.

If anyone is feeling froggy:

https://github.com/luke-jr/bfgminer/pull/368
https://github.com/nwoolls/bfgminer/tree/feature/antminer-u1-support



And Windows too...

go go gadget nate wools

edit: should it say if anyone is feeling ANTsy
hero member
Activity: 840
Merit: 1002
Is there going to be a update soon for the u1 antminer's?

I'm working on a driver for this. It works but I have a few things I want to look into before submitting a pull request. Should be soon though.

If anyone is feeling froggy:

https://github.com/luke-jr/bfgminer/pull/368
https://github.com/nwoolls/bfgminer/tree/feature/antminer-u1-support



And Windows too...
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
Will this be or your MultiMiner package, or will this become part of the BFGminer package?

The driver is for bfgminer - MultiMiner does all of its mining through bfgminer on the back-end.
thank you looking forward to using it.
member
Activity: 75
Merit: 10
Will this be or your MultiMiner package, or will this become part of the BFGminer package?

The driver is for bfgminer - MultiMiner does all of its mining through bfgminer on the back-end.

Awesome, will be monitoring for an update...
hero member
Activity: 840
Merit: 1002
Will this be or your MultiMiner package, or will this become part of the BFGminer package?

The driver is for bfgminer - MultiMiner does all of its mining through bfgminer on the back-end.
member
Activity: 75
Merit: 10
Is there going to be a update soon for the u1 antminer's?

I'm working on a driver for this. It works but I have a few things I want to look into before submitting a pull request. Should be soon though.

Will this be or your MultiMiner package, or will this become part of the BFGminer package?
hero member
Activity: 840
Merit: 1002
Is there going to be a update soon for the u1 antminer's?

I'm working on a driver for this. It works but I have a few things I want to look into before submitting a pull request. Should be soon though.
newbie
Activity: 57
Merit: 0
Is there going to be a update soon for the u1 antminer's?
legendary
Activity: 896
Merit: 1000
Curious you have trouble on non-RPI platforms too...
Can you post backtraces for those crashes?

So frustrating, with -g (for gdb to work) it now hangs instead of dumping or does something like this;-

Code:
[2014-01-03 15:32:45] Accepted 0bdcc753 NFY 2  pool 0 Diff 21/3
 [2014-01-03 15:32:48] Accepted 50870b4b NFY 1  pool 0 Diff 3/3
 [2014-01-03 15:32:49] NFY 0: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:32:51] Accepted 10cd03da NFY 2  pool 0 Diff 15/3
 [2014-01-03 15:32:53] NFY 1: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:32:58] Stratum from pool 0 requested work update
 [2014-01-03 15:32:58] Stratum from pool 0 requested work update
 [2014-01-03 15:32:59] NFY 2: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:01] NFY 0: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:06] Accepted 221a7e06 NFY 2  pool 0 Diff 7/4
 [2014-01-03 15:33:08] Accepted 1fa212cc NFY 1  pool 0 Diff 8/4
 [2014-01-03 15:33:09] NFY 2: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:09] Accepted 1deb4a50 NFY 0  pool 0 Diff 8/4
 [2014-01-03 15:33:15] NFY 0: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:15] Accepted 1f343916 NFY 0  pool 0 Diff 8/4
 [2014-01-03 15:33:22] Accepted 3b47e48e NFY 2  pool 0 Diff 4/4
 [2014-01-03 15:33:22] NFY 2: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:24] NFY 1: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:24] Accepted 00c13a9e NFY 0  pool 0 Diff 339/4
 [2014-01-03 15:33:26] Accepted 283cab17 NFY 0  pool 0 Diff 6/4
 [2014-01-03 15:33:27] NFY 0: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:29] Stratum from pool 0 requested work update
 [2014-01-03 15:33:34] NFY 1: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:35] NFY 0: Frequency drop over 50% detected, reinitialising
 [2014-01-03 15:33:35] NFY 2: Frequency drop over 50% detected, reinitialising

Or just does not detect the devices at all.

I am not sure what to do now, any advice would be appreciated.

Neil
hero member
Activity: 1246
Merit: 501
Something borked with libmicrohttpd?
donator
Activity: 2352
Merit: 1060
between a rock and a block!

reproducible with other port combinations and on both win 7 and 8

what am i doing wrong?

not an issue with prior to 3.9.0 versions of bfgminer.

That's weird, I've got 3.9.0 running on Windows 7, OpenWRT, Debian and whatever MinePeon runs on, and I've not seen this.
it ignores the specified port number and instead  binds on same port as the 1st instance of bfgminer running in proxy... weird indeed
hero member
Activity: 1246
Merit: 501

reproducible with other port combinations and on both win 7 and 8

what am i doing wrong?

not an issue with prior to 3.9.0 versions of bfgminer.

That's weird, I've got 3.9.0 running on Windows 7, OpenWRT, Debian and whatever MinePeon runs on, and I've not seen this.
Pages:
Jump to: