Pages:
Author

Topic: OLD: BFGMiner 4.10.0: GBT+Stratum, RPC, Mac/Linux/Win64, Spondoolies SP30 - page 26. (Read 308349 times)

legendary
Activity: 2576
Merit: 1186
I got around the version.h by doing a git describe >>version.h.  May not be the right way but it worked.
I'm surprised, that should break the build...

Edit: I bet it immediately replaced yours Smiley
sr. member
Activity: 252
Merit: 254
I got around the version.h by doing a git describe >>version.h.  May not be the right way but it worked.
legendary
Activity: 2576
Merit: 1186
Code:
cmp: version.h: No such file or directory

It is still pointing to version.h
This is expected on a fresh clone (or the first update since a few days ago).
newbie
Activity: 9
Merit: 0

If you are pulling from git, you need to run ./autogen.sh before ./configure.


[minepeon@minion bfgminer]$ ./autogen.sh           
Getting submodules...
Running autoreconf -if...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Makefile.am:40: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Updating version.h...
cmp: version.h: No such file or directory



It is still pointing to version.h

legendary
Activity: 2576
Merit: 1186
Anyone with a (real) Icarus kicking around? Would be nice to test that some recent changes don't break it, if possible...
legendary
Activity: 1063
Merit: 1048
I'm getting an "invalid address" error when attempting to solo mine. Coin is GlobalBoost.

BFGMiner 4.4.0, OS X Mavericks w/ Zeus Blizzard.

Cmd line: bfgminer --scrypt -o http://127.0.0.1:port -u user -p pwd --coinbase-addr GYLaG8VgEwHjfLWvYnyCGCzQgMVHMbEo87 -S zus:/dev/cu.SLAB_USBtoUART

What am I missing ?

Thanks,
~ Jay

You can only use valid bitcoin addresses - alt coin addresses will not work.


If you are pulling from git, you need to run ./autogen.sh before ./configure.

I'm using the binary available here.  Maybe I'll try compiling it.




Sorry, I clicked on the "quote" button of the wrong message.

Your problem has nothing to do with compiling.  You simply cannot use BFGMiner's GBT solo-mining mode to mine alt coins.  The coinbase address HAS to be a BITCOIN address.

legendary
Activity: 1063
Merit: 1048
Facing some compile issues from git version

I did a make clean in the ~/bfgminer directory
I did a git pull to update new source.
./configure
./make

make fails with following tail:

make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/minepeon/bfgminer/lib'
make[4]: Leaving directory '/home/minepeon/bfgminer/lib'
make[3]: Leaving directory '/home/minepeon/bfgminer/lib'
  CC       bfgminer-miner.o
miner.c:102:21: fatal error: version.h: No such file or directory
 #include "version.h"
                     ^
compilation terminated.
Makefile:1141: recipe for target 'bfgminer-miner.o' failed
make[2]: *** [bfgminer-miner.o] Error 1
make[2]: Leaving directory '/home/minepeon/bfgminer'
Makefile:2211: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/minepeon/bfgminer'
Makefile:862: recipe for target 'all' failed
make: *** [all] Error 2


What am I missing?

Thank you.


Announcing BFGMiner 4.4, the modular cryptocurrency miner written in C. BFGMiner features dynamic clocking, monitoring, and remote interface capabilities.

If you are pulling from git, you need to run ./autogen.sh before ./configure.
newbie
Activity: 4
Merit: 0
I'm getting an "invalid address" error when attempting to solo mine. Coin is GlobalBoost.

BFGMiner 4.4.0, OS X Mavericks w/ Zeus Blizzard.

Cmd line: bfgminer --scrypt -o http://127.0.0.1:port -u user -p pwd --coinbase-addr GYLaG8VgEwHjfLWvYnyCGCzQgMVHMbEo87 -S zus:/dev/cu.SLAB_USBtoUART

What am I missing ?

Thanks,
~ Jay

You can only use valid bitcoin addresses - alt coin addresses will not work.


If you are pulling from git, you need to run ./autogen.sh before ./configure.

I'm using the binary available here.  Maybe I'll try compiling it.



legendary
Activity: 1063
Merit: 1048
I'm getting an "invalid address" error when attempting to solo mine. Coin is GlobalBoost.

BFGMiner 4.4.0, OS X Mavericks w/ Zeus Blizzard.

Cmd line: bfgminer --scrypt -o http://127.0.0.1:port -u user -p pwd --coinbase-addr GYLaG8VgEwHjfLWvYnyCGCzQgMVHMbEo87 -S zus:/dev/cu.SLAB_USBtoUART

What am I missing ?

Thanks,
~ Jay

You can only use valid bitcoin addresses - alt coin addresses will not work.
newbie
Activity: 9
Merit: 0
Facing some compile issues from git version

I did a make clean in the ~/bfgminer directory
I did a git pull to update new source.
./configure
./make

make fails with following tail:

make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/minepeon/bfgminer/lib'
make[4]: Leaving directory '/home/minepeon/bfgminer/lib'
make[3]: Leaving directory '/home/minepeon/bfgminer/lib'
  CC       bfgminer-miner.o
miner.c:102:21: fatal error: version.h: No such file or directory
 #include "version.h"
                     ^
compilation terminated.
Makefile:1141: recipe for target 'bfgminer-miner.o' failed
make[2]: *** [bfgminer-miner.o] Error 1
make[2]: Leaving directory '/home/minepeon/bfgminer'
Makefile:2211: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/minepeon/bfgminer'
Makefile:862: recipe for target 'all' failed
make: *** [all] Error 2


What am I missing?

Thank you.


Announcing BFGMiner 4.4, the modular cryptocurrency miner written in C. BFGMiner features dynamic clocking, monitoring, and remote interface capabilities.
newbie
Activity: 4
Merit: 0
I'm getting an "invalid address" error when attempting to solo mine. Coin is GlobalBoost.

BFGMiner 4.4.0, OS X Mavericks w/ Zeus Blizzard.

Cmd line: bfgminer --scrypt -o http://127.0.0.1:port -u user -p pwd --coinbase-addr GYLaG8VgEwHjfLWvYnyCGCzQgMVHMbEo87 -S zus:/dev/cu.SLAB_USBtoUART

What am I missing ?

Thanks,
~ Jay
sr. member
Activity: 252
Merit: 254
How does the difficulty setting work when you're using multiple devices (ie, gridseeds which seem to prefer a lower difficulty, Zeus 6-chip blizzards and Zeus 128-chip Thunder x3 which prefer a higher difficulty)?

Also...is it recommended to combine different hardware into a single instance or keep them separate?
member
Activity: 69
Merit: 10
BFGminer work on WYSE 150SE ? (They have windows xp embedded)
newbie
Activity: 43
Merit: 0
Does anyone no if the technobit boards are supported yet
sr. member
Activity: 252
Merit: 250
I am having a problem with the latest bfgminer 4.4.0 from github and FreeBSD 10.RELEASE.

When I have 4 x zeusminer blizzards connected on /dev/cuaU0.../dev/ucuU3 they are mining ok, with the occasional "SICK" notice popping up then resuming, however when I press "q" to quit I get the message "Shutdown signal received" and bfgminer just hangs,
it's still in the process table in the "STOP" state, even a kill -9 wont get rid of it. I have to reboot the computer, however that hangs at shutting down the USB controllers, so I have to press reset or power cycle. Fortunately the disks have sync and set the clean flag by then.

If I only miner with one zeus at a time bfgminer exits properly, but often can't find any miners next time I try and run it. Seems to be struggling with the USB ports.


Any ideas what might be going wrong?




newbie
Activity: 25
Merit: 0
I would like Support for COINTERRA ASICS please.
See cointerra branch for a hack, or help develop cointerra_fresh (it doesn't get full hashrate, and haven't figured out why).

Where is info or files do you need to do a great work?
I could help you with that?
newbie
Activity: 7
Merit: 0
I also need the ppa version of BFGminer...
hero member
Activity: 840
Merit: 1002
You can grab 703N firmware for BFGMiner 4.4 here:

https://github.com/nwoolls/BFGMiner-OpenWrt-Tools/releases

This image is confirmed working with multiple GridSeed, ZeusMiner, RockMiner, DualMiner, Hex*Fury, AntMiner USB, LittleFury, Butterfly Labs and Block Erupters ASICs.

Edit: note that, from what I've been told, the latest 703N hardware is difficult (if not impossible) to update to OpenWrt so don't go buying a bunch without doing your homework first. I had some older ones kicking around.
newbie
Activity: 53
Merit: 0
Is there a current version of this for Ubuntu? The one from the repository is 3.*, but I'm using it with my Rockminer so it needs to be the latest version.
unit3, our PPA maintainer, has stopped mining, so someone may need to volunteer for this job...
Ubuntu utopic comes with 4.3.0, though.
Note that Debian is maintaining official packages for BFGMiner, so I think it's simply a matter of uploading the source stuff to Launchpad.
If someone wants to put together simple instructions, I'd be glad to do it myself.

I misunderstood how to build it on Ubuntu. I'm still a newbie with Linux desktop (although I ran a server for years for my job, I was not compiling things). I'm all set now, just compiled it successfully. Thanks for the fast reply, even to the helplessly clueless =p

Code:
./autoconf.sh && ./configure
make
echo "Party!"
legendary
Activity: 2576
Merit: 1186
Is there a current version of this for Ubuntu? The one from the repository is 3.*, but I'm using it with my Rockminer so it needs to be the latest version.
unit3, our PPA maintainer, has stopped mining, so someone may need to volunteer for this job...
Ubuntu utopic comes with 4.3.0, though.
Note that Debian is maintaining official packages for BFGMiner, so I think it's simply a matter of uploading the source stuff to Launchpad.
If someone wants to put together simple instructions, I'd be glad to do it myself.
Pages:
Jump to: