r50zyry5
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 27, 2013, 12:20:21 PM |
|
BFGminer for Debian from source: apt-get update && apt-get install make screen mc autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev htop php5 apache2 wget http://beehost.org/bfgminer-3.1.4.zip unzip bfgminer-3.1.4.zip mv bfgminer-3.1.4 bfgminer cd bfgminer && ./configure make
Cheers r50zyry5
|
|
|
|
movellan
|
|
August 27, 2013, 01:21:55 PM |
|
right click on that window, choose the last option (I think its properties in english), then go to layout. There you can change window size and position. When you restart bfgminer it will use that new layout.
Yes, you can set the window to any size wanted, but is there a way to get BFGMiner to display devices in two columns?
|
|
|
|
Epoch
Legendary
Offline
Activity: 922
Merit: 1003
|
|
August 27, 2013, 02:17:37 PM |
|
Yes, you can set the window to any size wanted, but is there a way to get BFGMiner to display devices in two columns?
Part of BFGminer's design philosophy is to maximize stability and reliability. The program's user interface is kept deliberately minimal to reduce the chance of issues creeping in to what should be a rock-solid mining controller. Having said that, there is nothing stopping you or anyone else from creating your own user interface having whatever features you want, simply by calling up the BFGminer API. That is why it is there: to allow people to customize their own user interface, monitoring interface, and control interface to the core core engine. And many have already done just that. Adding 'bells and whistles' that serve very little practical purpose is not what this program is about. This is just a general statement, not meant as a direct comment to your specific question about dual-column display. I've never run more than 16 mining devices on an instance of BFGminer and I've always found its current GUI to be more than adequate.
|
|
|
|
ajw107
Newbie
Offline
Activity: 40
Merit: 0
|
|
August 27, 2013, 03:08:49 PM |
|
Yeah, there are so many 'monitor' web apps and real apps out there, you will find one that does what you want. I like CGWatcher for windows, as it relaunches CG/BFGminer whenever a card/fpga/asic/spotted kangeroo/etc dies. The web apps, tend not to do that, but they are more portable, and work on mac and linux too. So do the python ones, etc. Just do a search on this very subforum for monitor, and see which one you like the most... Alex
|
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 27, 2013, 04:16:51 PM |
|
BFGminer for Debian from source: apt-get update && apt-get install make screen mc autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev htop php5 apache2 wget http://beehost.org/bfgminer-3.1.4.zip unzip bfgminer-3.1.4.zip mv bfgminer-3.1.4 bfgminer cd bfgminer && ./configure make
Cheers r50zyry5 Thank you very much, but it says failed to open OpenCL drivers. I need it to work with ONLY BlockErupters. How to compile it with ICARUS only? I don´t use GPU. Thanks !
|
|
|
|
xyzzy099
Legendary
Offline
Activity: 1066
Merit: 1098
|
|
August 27, 2013, 04:48:43 PM |
|
BFGminer for Debian from source: apt-get update && apt-get install make screen mc autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev htop php5 apache2 wget http://beehost.org/bfgminer-3.1.4.zip unzip bfgminer-3.1.4.zip mv bfgminer-3.1.4 bfgminer cd bfgminer && ./configure make
Cheers r50zyry5 Thank you very much, but it says failed to open OpenCL drivers. I need it to work with ONLY BlockErupters. How to compile it with ICARUS only? I don´t use GPU. Thanks ! The README says: 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-bitforce Compile support for BitForce (default enabled) --disable-icarus Compile support for Icarus (default enabled) --disable-modminer Compile support for ModMiner (default enabled) --disable-x6500 Compile support for X6500 (default enabled) --disable-ztex Compile support for ZTEX (default if libusb) --enable-scrypt Compile support for scrypt mining (default disabled) --with-system-libblkmaker Use system libblkmaker rather than bundled one (default disabled) --without-sensors Build with libsensors monitoring (default enabled) --without-curses Compile support for curses TUI (default enabled) --without-libmicrohttpd Compile support for libmicrohttpd getwork server (default enabled) --without-libudev Autodetect FPGAs using libudev (default enabled)
I'm sure the answer is in there somewhere.
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
Taugeran
|
|
August 27, 2013, 05:07:01 PM |
|
BFGminer for Debian from source: apt-get update && apt-get install make screen mc autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev htop php5 apache2
cd bfgminer && ./configure make
Cheers r50zyry5 Thank you very much, but it says failed to open OpenCL drivers. I need it to work with ONLY BlockErupters. How to compile it with ICARUS only? I don´t use GPU. Thanks ! The README says: 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-bitforce Compile support for BitForce (default enabled) --disable-icarus Compile support for Icarus (default enabled) --disable-modminer Compile support for ModMiner (default enabled) --disable-x6500 Compile support for X6500 (default enabled) --disable-ztex Compile support for ZTEX (default if libusb) --enable-scrypt Compile support for scrypt mining (default disabled) --with-system-libblkmaker Use system libblkmaker rather than bundled one (default disabled) --without-sensors Build with libsensors monitoring (default enabled) --without-curses Compile support for curses TUI (default enabled) --without-libmicrohttpd Compile support for libmicrohttpd getwork server (default enabled) --without-libudev Autodetect FPGAs using libudev (default enabled)
I'm sure the answer is in there somewhere. For block erupters: apt-get update && apt-get install make screen mc autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev htop php5 apache2 Apt-get install git Git clone https://github.com/luke-jr/bfgminer.gitcd bfgminer && ./autogen.sh ./configure --disable-opencl make Edit: fixed malformed uri Use sudo as needed while installing dependencies
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 27, 2013, 05:49:48 PM |
|
Didn´t worked for me I used -S allbut still this: All devices disabled, cannot mine!
|
|
|
|
Zanatos666
Sr. Member
Offline
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
|
|
August 27, 2013, 06:09:15 PM |
|
Didn´t worked for me I used -S allbut still this: All devices disabled, cannot mine!This is what the command should look like for bfg, it still uses icarus timing. -S All --icarus-options 115200:1:1 --icarus-timing 3.0=100 --disable-gpu Remove the --disable-gpu if you actually want to use the gpu as well as your block erupters.
|
Squiggly letters, written really fast, with a couple of dots for good measure.
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 27, 2013, 07:13:17 PM |
|
No effect All devices disabled, cannot mine!./bfgminer -o http://api.bitcoin.cz:8332 -u XXXXXX -p XXXXXX -S All --icarus-options 115200:1:1 --icarus-timing 3.0=100 --disable-gpu
|
|
|
|
xyzzy099
Legendary
Offline
Activity: 1066
Merit: 1098
|
|
August 27, 2013, 07:28:37 PM |
|
No effect All devices disabled, cannot mine!./bfgminer -o http://api.bitcoin.cz:8332 -u XXXXXX -p XXXXXX -S All --icarus-options 115200:1:1 --icarus-timing 3.0=100 --disable-gpu Try '-S erupter:all' That should work for you.
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 27, 2013, 07:41:14 PM |
|
Again no effect Whats wrong? I tried with just ./configure and with OpenCL disabled, with icarus enabled. No effect
|
|
|
|
Zanatos666
Sr. Member
Offline
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
|
|
August 27, 2013, 07:44:46 PM |
|
Again no effect Whats wrong? I tried with just ./configure and with OpenCL disabled, with icarus enabled. No effect You shouldnt have to enable icarus, its enabled by default. When you compile, did you scroll up and check that it shows icarus as enabled? Maybe there is a "sync" thats missing somewhere, like after you do "make". I dont know, sometimes I have success without sync and sometimes I dont.
|
Squiggly letters, written really fast, with a couple of dots for good measure.
|
|
|
E-TARD
Newbie
Offline
Activity: 32
Merit: 0
|
|
August 27, 2013, 07:48:48 PM |
|
Again no effect Whats wrong? I tried with just ./configure and with OpenCL disabled, with icarus enabled. No effect type this "./bfgminer -n -D -T" show us the output. if it does not find anything type this ./bfgminer -o http://api.bitcoin.cz:8332 -u XXXXXX -p XXXXXX -D -T show us the output. also if you have it type this lsusb show us the output.
|
|
|
|
R04dRunn3r
Newbie
Offline
Activity: 49
Merit: 0
|
|
August 27, 2013, 08:16:55 PM Last edit: September 07, 2013, 03:11:07 PM by R04dRunn3r |
|
Nice program!
|
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 27, 2013, 08:36:02 PM |
|
Guys, the problem WAS. I didn´t rebooted my computer After reboot BFGMiner start well with Block Erupter
|
|
|
|
Xer0
|
|
August 27, 2013, 10:17:23 PM |
|
|
|
|
|
synf2n
Newbie
Offline
Activity: 24
Merit: 0
|
|
August 28, 2013, 04:31:16 PM |
|
[/share/HDA_DATA/Qdownload/bfgminer] # dmesg | tail [356363.150000] usb 1-1.3.1: new high speed USB device using orion-ehci and address 22 [356363.280000] hub 1-1.3.1:1.0: USB hub found [356363.280000] hub 1-1.3.1:1.0: 4 ports detected [356363.420000] usb 1-1.3.2: new full speed USB device using orion-ehci and address 23 [356363.630000] usb 1-1.3.3: new full speed USB device using orion-ehci and address 24 [356363.840000] usb 1-1.3.4: new full speed USB device using orion-ehci and address 25 [356364.050000] usb 1-1.3.1.1: new full speed USB device using orion-ehci and address 26 [356364.290000] usb 1-1.3.1.2: new full speed USB device using orion-ehci and address 27 [356364.500000] usb 1-1.3.1.3: new full speed USB device using orion-ehci and address 28 [356364.730000] usb 1-1.3.1.4: new full speed USB device using orion-ehci and address 29 [/share/HDA_DATA/Qdownload/bfgminer] #
This suggests you don't have the cp210x driver (part of Linux). It should say: [3551139.516400] usb 1-5.1.1: new full-speed USB device number 45 using ehci_hcd [3551139.609866] usb 1-5.1.1: New USB device found, idVendor=10c4, idProduct=ea60 [3551139.609874] usb 1-5.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [3551139.609881] usb 1-5.1.1: Product: Block Erupter Sapphire (Silver) [3551139.609886] usb 1-5.1.1: Manufacturer: Bitfountain [3551139.609891] usb 1-5.1.1: SerialNumber: ljr0002 [3551139.610704] cp210x 1-5.1.1:1.0: cp210x converter detected Hi Luke, Thanks for your help on this. I managed to re compile the kernel with the cp210x module enabled and it's now working. I just don't know how to ensure that the bfgminer process won't be terminated when I logout my ssh session. I tried backgrounding the process which does background it, but still gets killed upon logout. What does everyone else do?
|
|
|
|
-Redacted-
|
|
August 28, 2013, 04:38:46 PM Last edit: August 29, 2013, 12:18:08 PM by -Redacted- |
|
sudo screen bash launch cgminer CTL-A d to disconnect screen -r to reconnect next time you log in
To do what you're attempting to do, you would need to run:
nohup <your_command_here> &
|
|
|
|
Taugeran
|
|
August 28, 2013, 05:39:23 PM |
|
having a pita.
waht is the json format for using the --scan-serial flag in a config file
would like to do -S OpenCL:noauto -S erupter:/dev/cu.SLAB_USBtoUART<#>
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
|