Bitcoin Forum
June 24, 2024, 11:28:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192982 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
juhakall
Sr. Member
****
Offline Offline

Activity: 658
Merit: 250


View Profile
October 23, 2013, 10:03:31 AM
 #1181

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
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
October 23, 2013, 04:02:20 PM
 #1182

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 Offline

Activity: 1338
Merit: 1000



View Profile
October 23, 2013, 04:21:01 PM
 #1183

thank your for the new build testing it as we speak it has been running 8 hours now seems fine
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
October 23, 2013, 07:34:28 PM
 #1184

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?  Embarrassed
smiley123
Member
**
Offline Offline

Activity: 101
Merit: 10



View Profile
October 24, 2013, 12:02:51 AM
 #1185

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 Offline

Activity: 896
Merit: 1000



View Profile WWW
October 24, 2013, 02:45:43 AM
 #1186

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;-

Code:
/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

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 24, 2013, 02:55:47 AM
 #1187

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 Offline

Activity: 69
Merit: 10


View Profile
October 24, 2013, 04:16:20 AM
 #1188

-------------------------------------------------------------------------
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.tbz2
tar -xvf bfgminer-3.3.0.tar.bz2

# Get Dependencies uthash-dev 1.9.2+
git clone https://github.com/troydhanson/uthash
cd 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.bz2
tar -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'
Code:
[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 Offline

Activity: 2576
Merit: 1186



View Profile
October 24, 2013, 04:20:13 AM
 #1189

Why aren't you using Arch's packages? O.o

ThinkFast
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
October 24, 2013, 04:35:13 AM
 #1190

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 Offline

Activity: 69
Merit: 10


View Profile
October 24, 2013, 04:40:02 AM
 #1191

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 Offline

Activity: 69
Merit: 10


View Profile
October 24, 2013, 05:34:55 AM
 #1192

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
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
October 24, 2013, 03:30:36 PM
 #1193

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
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 24, 2013, 06:00:01 PM
 #1194

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
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
October 24, 2013, 10:38:12 PM
 #1195

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
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 25, 2013, 06:06:10 AM
 #1196

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 Offline

Activity: 35
Merit: 0


View Profile
October 25, 2013, 08:33:03 AM
 #1197

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:

Code:
  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:

Code:
  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 Offline

Activity: 2576
Merit: 1186



View Profile
October 25, 2013, 04:54:19 PM
 #1198

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 Smiley

Mattster28
Full Member
***
Offline Offline

Activity: 169
Merit: 100



View Profile
October 25, 2013, 05:24:22 PM
Last edit: October 25, 2013, 05:35:11 PM by Mattster28
 #1199

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
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 25, 2013, 05:27:20 PM
 #1200

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?
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 165 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!