juhakall
|
|
October 23, 2013, 10:03:31 AM |
|
Is there an easy way to increase the number of lines for the messages at the bottom of bfgminer? It's not enough lines to see the menu's. If not, could someone point me to the right location in the code and I'll just recompile it.
Right click in the process window and you are in the settings, click on properties Thanks for the reply, but maybe I should have stated that I have too many block erupters so it fills the status window to maximum height. I can still scroll up and down with the arrow keys to see all the erupters, but it only leaves like 2 lines for bottom text witch is not enough to see the menus to select pools and stuff. Use the --compact setting.
|
|
|
|
HellDiverUK
|
|
October 23, 2013, 04:02:20 PM |
|
Just want to report that everything is working well on OpenWRT - stratum and getwork proxies, USB Erupters, the lot. Running off a TPLink WDR3600. Got 11 Erupters, 2 Blades running through it at the moment, a few GPUs (for testing stratum proxy). BlueFury sticks arriving soon, and Jalapeno arrive sometime in 2014 (Two Weeks tm).
|
|
|
|
winter
Legendary
Offline
Activity: 1338
Merit: 1000
|
|
October 23, 2013, 04:21:01 PM |
|
thank your for the new build testing it as we speak it has been running 8 hours now seems fine
|
|
|
|
HellDiverUK
|
|
October 23, 2013, 07:34:28 PM |
|
How can I set up some sort of web page that'll allow me to access BFGMiner on OpenWRT? I assume there's some way using miner.php, but I haven't got a notion how to even start? Something like what juhakall has in their post above is the kind of thing I'm looking for - just a way of keeping tabs on the miner from the web. Can anyone point me in the right direction?
|
|
|
|
smiley123
Member
Offline
Activity: 101
Merit: 10
|
|
October 24, 2013, 12:02:51 AM |
|
Is there an easy way to increase the number of lines for the messages at the bottom of bfgminer? It's not enough lines to see the menu's. If not, could someone point me to the right location in the code and I'll just recompile it.
Right click in the process window and you are in the settings, click on properties Thanks for the reply, but maybe I should have stated that I have too many block erupters so it fills the status window to maximum height. I can still scroll up and down with the arrow keys to see all the erupters, but it only leaves like 2 lines for bottom text witch is not enough to see the menus to select pools and stuff. Use the --compact setting. Thanks, I think that will do the trick for me.
|
|
|
|
MineForeman.com
Legendary
Offline
Activity: 896
Merit: 1000
|
|
October 24, 2013, 02:45:43 AM |
|
Hi All/Luke, I am working on getting the parameters correct for bfgminer and bigpic miners and I am having a few problems getting them going with other mining devices. -S bigpic:/dev/ttyACM0 or -S bigpic:all will detect and run the device (I only have one for testing). When I plugged in a few ICA devices (34) and I thought;- -S bigpic:/dev/ttyACM0 -S ICA:all or -S bigpic:all -S ICA:all It would pick up the BPM device and then the ICA ones. That does not seem to work (it also freezes the BMP device needing a reset button poke). I can of course do;- /opt/minepeon/bin/bfgminer -S bigpic:all -S ICA:/dev/ttyUSB0 -S ICA:/dev/ttyUSB1 -S ICA:/dev/ttyUSB2 -S ICA:/dev/ttyUSB3 -S ICA:/dev/ttyUSB4 -S ICA:/dev/ttyUSB5 -S ICA:/dev/ttyUSB6 -S ICA:/dev/ttyUSB7 -S ICA:/dev/ttyUSB8 -S ICA:/dev/ttyUSB9 -S ICA:/dev/ttyUSB10 -S ICA:/dev/ttyUSB11 -S ICA:/dev/ttyUSB12 -S ICA:/dev/ttyUSB13 -S ICA:/dev/ttyUSB14 -S ICA:/dev/ttyUSB15 -S ICA:/dev/ttyUSB16 -S ICA:/dev/ttyUSB17 -S ICA:/dev/ttyUSB18 -S ICA:/dev/ttyUSB19 -S ICA:/dev/ttyUSB20 -S ICA:/dev/ttyUSB21 -S ICA:/dev/ttyUSB22 -S ICA:/dev/ttyUSB23 -S ICA:/dev/ttyUSB24 -S ICA:/dev/ttyUSB25 -S ICA:/dev/ttyUSB26 -S ICA:/dev/ttyUSB27 -S ICA:/dev/ttyUSB28 -S ICA:/dev/ttyUSB29 -S ICA:/dev/ttyUSB30 -S ICA:/dev/ttyUSB31 -S ICA:/dev/ttyUSB32 -S ICA:/dev/ttyUSB33 -S ICA:/dev/ttyUSB34 -c /opt/minepeon/etc/miner.conf And that gets them all but I was wondering if there is a simpler way? Neil
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
October 24, 2013, 02:55:47 AM |
|
And that gets them all but I was wondering if there is a simpler way? Unfortunately not. A bigpic probe will mess up Icarus, and an Icarus probe will mess up bigpic.
|
|
|
|
ThinkFast
Member
Offline
Activity: 69
Merit: 10
|
|
October 24, 2013, 04:16:20 AM |
|
------------------------------------------------------------------------- error: Could not find HASH_ITER - please install uthash-dev 1.9.2+ ------------------------------------------------------------------------- I'm trying to install/setup bfgminer-3.3.0. OS: ArchLinuxArm on PogoPlug E02 # Get bfgminer-3.3.0 wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/3.3.0/bfgminer-3.3.0.tbz2tar -xvf bfgminer-3.3.0.tar.bz2 # Get Dependencies uthash-dev 1.9.2+ git clone https://github.com/troydhanson/uthashcd bfgminer-3.3.0 cp -s -v ../uthash/src/u*.h # Get Dependencies libjansson-dev 2.0+ wget http://www.digip.org/jansson/releases/jansson-2.5.tar.bz2tar -xvf jansson-2.5.tar.bz2 cd jansson-2.5 ./configure make make install cd ../bfgminer-3.3.0 CFLAGS="--disable-avalon --disable-opencl --disable-bitfury --disable-littlefury --disable-bitforce --disable-modminer --disable-x6500 --disable-ztex" #./configure --host=mips-openwrt-linux Note: I removed most of the messages resulting in 'yes'
[root@pogoplug01 bfgminer-3.3.0]# ./configure --host=mips-openwrt-linux checking build system type... armv5tel-unknown-linux-gnueabi checking host system type... mips-openwrt-linux-gnu checking target system type... mips-openwrt-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips-openwrt-linux-strip... no checking for strip... strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk ... checking for style of include used by make... GNU checking for mips-openwrt-linux-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no ... checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no ... checking for mips-openwrt-linux-ranlib... no checking for ranlib... ranlib checking whether gcc -std=gnu99 needs -traditional... no ... checking whether system header files limit the line length... no checking whether stdint.h conforms to C99... no checking sys/inttypes.h usability... no checking sys/inttypes.h presence... no checking for sys/inttypes.h... no ... checking whether wchar_t is signed... no checking whether wint_t is signed... no ... checking whether HASH_ITER is declared... no configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.2+ [root@pogoplug01 bfgminer-3.3.0]# It looks like I don't have uthash-dev 1.9.2+ installed correctly. According to the docs it's just four header files. So I just symlinked them to the bfgminer-3.3.0 dir. Don't know what else I need to do.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
October 24, 2013, 04:20:13 AM |
|
Why aren't you using Arch's packages? O.o
|
|
|
|
ThinkFast
Member
Offline
Activity: 69
Merit: 10
|
|
October 24, 2013, 04:35:13 AM |
|
Meaning pacman -S bfgminer? I tried and got errors saying couldn't be found on mirrors.
Correction: Since I reran: pacman -Syy ## package sync pacman -Syu ## system update
I ran: pacman -S bfgminer
It worked!!! Thanks Luke!!!
|
|
|
|
ThinkFast
Member
Offline
Activity: 69
Merit: 10
|
|
October 24, 2013, 04:40:02 AM |
|
Can I use the BFGMiner specific configuration options: --disable-avalon Compile support for Avalon (default enabled) --enable-cpumining Build with cpu mining support(default disabled) --disable-opencl Build without support for OpenCL (default enabled) --disable-adl Build without ADL monitoring (default enabled) --disable-bitfury Compile support for Bitfury (default enabled) with pacman?
Or does pacman use the CFLAGS="--disable-avalon --disable-opencl --disable-bitfury --disable-littlefury --disable-bitforce --disable-modminer --disable-x6500 --disable-ztex" variable?
|
|
|
|
ThinkFast
Member
Offline
Activity: 69
Merit: 10
|
|
October 24, 2013, 05:34:55 AM |
|
Can I use the same notation as cgminer for specifying USB devices?
cgminer -usb 1:4 refers to bus=1, dev=4
bfgminer -S 1:4
Are these two equivalent?
|
|
|
|
Taugeran
|
|
October 24, 2013, 03:30:36 PM |
|
how to get bfgminer to work on v2 blades?
compile it with the network server, set the ports with --http-port. set the blades server ip to bfgminer ip and each blade must have a unique username and password; doesnt matter what it is. compile? im a windows 7 user 32 or 64bit?
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
vulgartrendkill
|
|
October 24, 2013, 06:00:01 PM |
|
I just had a power cut, and when i reset everything bfg now says that -s erupter:all is not a number. This has been working for a month no issues up until just now. Any ideas?
|
|
|
|
Taugeran
|
|
October 24, 2013, 10:38:12 PM |
|
I just had a power cut, and when i reset everything bfg now says that -s erupter:all is not a number. This has been working for a month no issues up until just now. Any ideas?
make sure it is a capital S : - S erupter:all
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
vulgartrendkill
|
|
October 25, 2013, 06:06:10 AM |
|
I just had a power cut, and when i reset everything bfg now says that -s erupter:all is not a number. This has been working for a month no issues up until just now. Any ideas?
make sure it is a capital S : - S erupter:all Yeah, I think that might have been it. shutdown bfg and restarted my pc and all ok, but like I said, I hadnt changed the bat file at all, it just suddenly stopped working! All ok now though. Thanks
|
|
|
|
djaychela
Newbie
Offline
Activity: 35
Merit: 0
|
|
October 25, 2013, 08:33:03 AM |
|
I've been using bfgminer successfully on a windows machine for a few weeks, and want to transfer it to my (always on anyway) openSUSE linux server I have at home (as I'm no longer going to be mining scrypt with GPUs on that machine - I am running bfg for bitcoin and cgminer for scrypt). I'm trying to compile from source, and got round issues of a couple of dependencies, but have now hit a hurdle which I can't sort out: ./configure works fine. When I run make I get the following error: CC bfgminer-spidevc.o In file included from spidevc.c:51:0: /usr/include/linux/i2c-dev.h:38:8: error: redefinition of âstruct i2c_msgâ In file included from spidevc.c:50:0: /usr/include/linux/i2c.h:68:8: note: originally defined here In file included from spidevc.c:51:0: /usr/include/linux/i2c-dev.h:90:7: error: redefinition of âunion i2c_smbus_dataâ In file included from spidevc.c:50:0: /usr/include/linux/i2c.h:126:7: note: originally defined here make[2]: *** [bfgminer-spidevc.o] Error 1 make[2]: Leaving directory `/home/darren/bfgminer-3.3.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/darren/bfgminer-3.3.0' make: *** [all] Error 2
It looks to be a problem with i2c-tools - the version I have installed is the one that is installed by yast - 3.1.0-2.1.2, but I'm not 100%. So I removed it using yast, and now I get this error: CC bfgminer-miner.o CC bfgminer-deviceapi.o CC bfgminer-util.o CC bfgminer-sha2.o CC bfgminer-api.o CC bfgminer-logging.o CC bfgminer-driver-opencl.o CC bfgminer-ocl.o CC bfgminer-findnonce.o CC bfgminer-adl.o CC bfgminer-fpgautils.o CC bfgminer-dynclock.o CC bfgminer-driver-bitforce.o CC bfgminer-driver-bigpic.o CC bfgminer-driver-icarus.o CC bfgminer-driver-cairnsmore.o CC bfgminer-driver-erupter.o CC bfgminer-driver-avalon.o CC bfgminer-hexdump.o CC bfgminer-driver-modminer.o CC bfgminer-driver-bitfury.o CC bfgminer-libbitfury.o CC bfgminer-spidevc.o spidevc.c:51:27: fatal error: linux/i2c-dev.h: No such file or directory compilation terminated. make[2]: *** [bfgminer-spidevc.o] Error 1 make[2]: Leaving directory `/home/darren/bfgminer-3.3.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/darren/bfgminer-3.3.0' make: *** [all] Error 2
The compilation gets further, but has a different problem - do I need to put a 'correct' version of i2c-dev.h in the linux/ folder? I' usually expect ./configure to sort out dependencies, but I'm not an expert on this by any means. I'd appreciate any hints/help as to how to get this installed, whether it's use another method or fix compiling from source.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
October 25, 2013, 04:54:19 PM |
|
It looks to be a problem with i2c-tools - the version I have installed is the one that is installed by yast - 3.1.0-2.1.2, but I'm not 100%. So I removed it using yast, and now I get this error: Please try the latest git; it should work with i2c-tools's version of the header
|
|
|
|
Mattster28
|
|
October 25, 2013, 05:24:22 PM Last edit: October 25, 2013, 05:35:11 PM by Mattster28 |
|
Anybody have an idea why im getting so many stales at start up? It only happens when I start my miner. Im getting anywhere between 9-22+. Im running bfgminer 3.2.1 connecting to btcguild.
Edit: This is happening with a BFL 60gh.
|
|
|
|
vulgartrendkill
|
|
October 25, 2013, 05:27:20 PM |
|
Anybody have an idea why im getting so many stales at start up? It only happens when I start my miner. Im getting anywhere between 9-22+. Im running bfgminer 3.2.1 connecting to btcguild.
I get the same with hw errors on my blade. what hardware do you have?
|
|
|
|
|