Bitcoin Forum
June 14, 2025, 11:25:09 AM *
News: Pizza day contest voting
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 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 ... 164 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1193598 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.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
July 16, 2013, 05:38:33 AM
 #321

But my miner is going at most 64 Mh per second and fell to 27 Mh. I have it on "d" for intensity.

And I have no idea if I am using my GPU in my computer or it is my usb miner.
Sounds like GPU.

The program didn't see it until I changed to WinUSB driver.
You just broke your driver. WinUSB is the wrong one for Erupters.
It won't work until you figure out how to undo that and get the right driver.
http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

shawtux
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
July 16, 2013, 06:27:53 PM
Last edit: July 16, 2013, 06:51:22 PM by shawtux
 #322

hi i would appreciate your help. i'm running bfgminer on a Pi. i have 3 icarus boards, 1 cm1 and 1 bfl single fpga
i did the following (made it a script so as to build it every so often):
Code:
#!/bin/bash
git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure
make

no errors on build

also on boot:

Code:
modprobe ftdi_sio vendor=0x0403 product=0x8350
sleep 1
echo "0403 8350" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
sleep 1
#BFL
modprobe ftdi_sio vendor=0x0403 product=0x6014
#Lancelot
modprobe ftdi_sio vendor=0x0403 product=0x6001
#Cairnsmore1
modprobe ftdi_sio product=0x8350 vendor=0x0403

i run it with either
bfgminer -c ../miner.txt -S all
or
bfgminer -c ../miner.txt -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7

and the bfl is not detected or bfgminer stays in a blank screen.

even though all 0 to 7 ttyUSB exist

any ideas?

edit:
if i use bfgminer -c ../miner.txt  it starts ok but no ICA start.

by the way i've mined with them before but not all together.
bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
July 16, 2013, 11:07:40 PM
 #323

tssk i wanted to change to mining onto litecoin or similar coins
however cgminer and bfgminer simply crash again

i used as command bfgminer --scrypt -I13 and this error shows when start the 32 bit version
 
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe)
0x417b73 : d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe : [unknown file]
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe)
0x41d8f3 : d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe : [unknown file]
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\pthreadGC2.dll)
0x6248671b : d:\Miner\bfgminer-3.1.2-win32\pthreadGC2.dll : pthread_create
Failed to init bfd from (C:\Windows\SYSTEM32\msvcrt.dll)
0x7732906a : C:\Windows\SYSTEM32\msvcrt.dll : ui64tow
Failed to init bfd from (C:\Windows\SYSTEM32\msvcrt.dll)
0x77329147 : C:\Windows\SYSTEM32\msvcrt.dll : iswalnum
Failed to init bfd from (C:\Windows\SYSTEM32\KERNEL32.DLL)
0x77b1850d : C:\Windows\SYSTEM32\KERNEL32.DLL : BaseThreadInitThunk
Failed to init bfd from (C:\Windows\SYSTEM32\ntdll.dll)
0x77d3bf39 : C:\Windows\SYSTEM32\ntdll.dll : RtlInitializeExceptionChain
Failed to init bfd from (C:\Windows\SYSTEM32\ntdll.dll)
0x77d3bf0c : C:\Windows\SYSTEM32\ntdll.dll : RtlInitializeExceptionChain

when using the 64 bit one nothing happens just see apllication stopped working in windows
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 443
Merit: 253



View Profile
July 17, 2013, 01:51:27 AM
 #324

Well, I just heard about this miner the other day. I jsut installed it on my Mint laptop just to fool around and become familiar with the program.

Im not sure what its doing but its doing something. Cool.

Ive only had experience with cpuminer (minerd) which is really straightforward on Linux. Point, Aim, Shoot.

This seems really involved. But it seems like a ton of work went into this so as soon as I get my next payments on BTC Jam I will shoot a donation @ luke-jr

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
July 17, 2013, 03:57:51 PM
 #325

hi i would appreciate your help. i'm running bfgminer on a Pi. i have 3 icarus boards, 1 cm1 and 1 bfl single fpga
i did the following (made it a script so as to build it every so often):
Code:
#!/bin/bash
git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure
make

no errors on build

also on boot:

Code:
modprobe ftdi_sio vendor=0x0403 product=0x8350
sleep 1
echo "0403 8350" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
sleep 1
#BFL
modprobe ftdi_sio vendor=0x0403 product=0x6014
#Lancelot
modprobe ftdi_sio vendor=0x0403 product=0x6001
#Cairnsmore1
modprobe ftdi_sio product=0x8350 vendor=0x0403

i run it with either
bfgminer -c ../miner.txt -S all
or
bfgminer -c ../miner.txt -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7

and the bfl is not detected or bfgminer stays in a blank screen.

even though all 0 to 7 ttyUSB exist

any ideas?

edit:
if i use bfgminer -c ../miner.txt  it starts ok but no ICA start.

by the way i've mined with them before but not all together.


post the output of your bfgminer command with -D -T appended

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
July 17, 2013, 09:54:32 PM
 #326

bfgminer.exe -D -T -d? -S all

 [2013-07-17 23:38:37] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-07-17 23:38:37] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-07-17 23:38:37] CL Platform 0 version: OpenCL 1.2 AMD-APP (1124.2)                   
 [2013-07-17 23:38:37] Platform 0 devices: 2                   
 [2013-07-17 23:38:37]    0   Tahiti                   
 [2013-07-17 23:38:37]    1   Tahiti                   
 [2013-07-17 23:38:37] GPU 0 iAdapterIndex 0 strUDID PCI_VEN_1002&DEV_6798&SUBSYS_0B001002&REV_00_4&166D56D2&0&0009A iBusNumber 2 iDeviceNumber 0 iFunctionNumber 0 iVendorID 1002 strAdapterName  AMD Radeon HD 7900 Series                     
 [2013-07-17 23:38:37] GPU 1 iAdapterIndex 6 strUDID PCI_VEN_1002&DEV_6798&SUBSYS_3000174B&REV_00_4&31A28350&0&0008A iBusNumber 1 iDeviceNumber 0 iFunctionNumber 0 iVendorID 1002 strAdapterName  AMD Radeon HD 7900 Series                     
 [2013-07-17 23:38:37] GPU 0 AMD Radeon HD 7900 Series hardware monitoring enabled                   
 [2013-07-17 23:38:37] GPU 1 AMD Radeon HD 7900 Series hardware monitoring enabled                   
 [2013-07-17 23:38:37] FTDI reports 0 devices                   
 [2013-07-17 23:38:37] FTDI device list failed, not using FTDI autodetect                   
 [2013-07-17 23:38:37] FTDI reports 0 devices                   
 [2013-07-17 23:38:37] FTDI device list failed, not using FTDI autodetect                   
 [2013-07-17 23:38:37] FTDI reports 0 devices                   
 [2013-07-17 23:38:37] FTDI device list failed, not using FTDI autodetect                   
 [2013-07-17 23:38:37] FTDI reports 0 devices                   
 [2013-07-17 23:38:37] FTDI device list failed, not using FTDI autodetect                   
 [2013-07-17 23:38:37] FTDI reports 0 devices                   
 [2013-07-17 23:38:37] FTDI device list failed, not using FTDI autodetect                   
 [2013-07-17 23:38:37] Not a ZTEX device 046d:c229                   
 [2013-07-17 23:38:37] Not a ZTEX device 05e3:0607                   
 [2013-07-17 23:38:37] Not a ZTEX device 8087:0024                   
 [2013-07-17 23:38:37] Not a ZTEX device 8086:1e31                   
 [2013-07-17 23:38:37] Not a ZTEX device 0451:8043                   
 [2013-07-17 23:38:37] Not a ZTEX device 046d:c066                   
 [2013-07-17 23:38:37] Not a ZTEX device 2109:0811                   
 [2013-07-17 23:38:37] Not a ZTEX device 8086:1e2d                   
 [2013-07-17 23:38:37] Not a ZTEX device 8087:0024                   
 [2013-07-17 23:38:37] Not a ZTEX device 046d:c228                   
 [2013-07-17 23:38:37] Not a ZTEX device 8086:1e26                   
 [2013-07-17 23:38:37] Not a ZTEX device 0bc2:3320                   
 [2013-07-17 23:38:37] Not a ZTEX device 046d:c229                   
 [2013-07-17 23:38:37] Devices detected:                   
 [2013-07-17 23:38:37]   0. OCL 0 : AMD Radeon HD 7900 Series (driver: opencl)                   
 [2013-07-17 23:38:37]   1. OCL 1 : AMD Radeon HD 7900 Series (driver: opencl)

bfgminer does not start with config file or even with batch

batch:
setx GPU_MAX_ALLOC_PERCENT 100
GPU_USE_SYNC_OBJECTS=1


bfgminer --scrypt -o http://192.168.178.11:13809 -u bronan -p x2 --shaders 2048 --intensity 13 --lookup-gap 2


[2013-07-17 23:51:38] Probing for an alive pool
[2013-07-17 23:51:38] Network difficulty changed to 0 (517.8kh/s)
[2013-07-17 23:51:38] No suitable long-poll found for http://192.168.178.11:13809
after this message is given the miner crash
when i add a mining address it still crash
even if i add a so called mining pool to the list of pools in a config again bfgminer crash

-Redacted-
Hero Member
*****
Offline Offline

Activity: 574
Merit: 501


View Profile
July 18, 2013, 01:09:05 PM
 #327

You are mining for a server located on your local network?  192.168.xxx.xxx isn't a valid external internet address.
bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
July 18, 2013, 03:39:51 PM
Last edit: July 18, 2013, 03:53:39 PM by bronan
 #328

Ofcourse i am solo mining which is not really uncommon you can see in the errors that it shows switching difficulty based on the network
but it does not matter if i put in a pool or my local server .... both crash the most annoying is that either bfgminer or cgminer runs
when i remove the scrypt and start mining on btc they both run fine
switch over to scrypt ...... pooof and disappear from the screen

i tried using abolute minimal parameters like --scrypt -I(2 up to 18)
or made the full command with each and every needed parameter for 7970 cards
at the moment i just want to use 2 of the 4 cards for mining because we have finally got some hot summer weather in the netherlands, but even if i select only one of the four it simply crash
no messages not any usefull hint just bfgminer/cgminer has stop working and thats it
i have no clue why this happens since it has worked in the paste very well with the same batch and also on scrypt i even have solo mined ltc for several months
Had found something which i thaught would help by adding that mining address in the config or adding a pool for confirmation but nope nothing works

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
July 18, 2013, 09:23:29 PM
 #329

@bronan: i would check your solo mining server's config. the last line:
[2013-07-17 23:51:38] No suitable long-poll found for http://192.168.178.11:13809

leads me to believe your server may be misconfigured since it cant find an LP

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
July 19, 2013, 12:17:45 AM
 #330

well thats what i was thinking at first also
For that reason i made an account on a few pools but when i tried mining at these known pools
Guess what no messages at all just poof application stopped working
The program simply stops working instant it not even write a log file
But again the miners work fine on btc alike pools just when i try mining scrypt pools it gets killed
Hunyadi
Legendary
*
Offline Offline

Activity: 1281
Merit: 1000


☑ ♟ ☐ ♚


View Profile
July 19, 2013, 11:32:32 AM
 #331

tssk i wanted to change to mining onto litecoin or similar coins
however cgminer and bfgminer simply crash again

i used as command bfgminer --scrypt -I13 and this error shows when start the 32 bit version
 
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe)
0x417b73 : d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe : [unknown file]
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe)
0x41d8f3 : d:\Miner\bfgminer-3.1.2-win32\bfgminer.exe : [unknown file]
Failed to init bfd from (d:\Miner\bfgminer-3.1.2-win32\pthreadGC2.dll)
0x6248671b : d:\Miner\bfgminer-3.1.2-win32\pthreadGC2.dll : pthread_create
Failed to init bfd from (C:\Windows\SYSTEM32\msvcrt.dll)
0x7732906a : C:\Windows\SYSTEM32\msvcrt.dll : ui64tow
Failed to init bfd from (C:\Windows\SYSTEM32\msvcrt.dll)
0x77329147 : C:\Windows\SYSTEM32\msvcrt.dll : iswalnum
Failed to init bfd from (C:\Windows\SYSTEM32\KERNEL32.DLL)
0x77b1850d : C:\Windows\SYSTEM32\KERNEL32.DLL : BaseThreadInitThunk
Failed to init bfd from (C:\Windows\SYSTEM32\ntdll.dll)
0x77d3bf39 : C:\Windows\SYSTEM32\ntdll.dll : RtlInitializeExceptionChain
Failed to init bfd from (C:\Windows\SYSTEM32\ntdll.dll)
0x77d3bf0c : C:\Windows\SYSTEM32\ntdll.dll : RtlInitializeExceptionChain

when using the 64 bit one nothing happens just see apllication stopped working in windows

I have had this same error after appr. 12h of mining.

▂▃▅▇█▓▒░B**-Cultist░▒▓█▇▅▃▂
Xer0
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


°^°


View Profile
July 19, 2013, 02:59:17 PM
 #332

Code:
bfgminer: can't load library 'libcrypto.so.1.0.0'

TP-Link MR3020, AR71xx
fasmax
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
July 20, 2013, 04:47:45 AM
 #333

well thats what i was thinking at first also
For that reason i made an account on a few pools but when i tried mining at these known pools
Guess what no messages at all just poof application stopped working
The program simply stops working instant it not even write a log file
But again the miners work fine on btc alike pools just when i try mining scrypt pools it gets killed

Maybe you need to add more system memory as scrypt uses a lot.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
July 20, 2013, 05:01:59 AM
 #334

Code:
bfgminer: can't load library 'libcrypto.so.1.0.0'

TP-Link MR3020, AR71xx
Attitude Adjustment?

ppcaddon
Newbie
*
Offline Offline

Activity: 2
Merit: 0



View Profile WWW
July 20, 2013, 10:08:08 AM
Last edit: July 20, 2013, 10:19:06 AM by ppcaddon
 #335

i've problem to build bfgminer-3.1.3 on Linux PPC (gcc-4.7.x) with AltiVec enabled as
sha256_altivec_4way.c seems to be broken.

here my full build log:
http://pastebin.com/raw.php?i=DSWt6ZHQ

thanks,
Nello
Xer0
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


°^°


View Profile
July 20, 2013, 10:09:40 AM
 #336

Code:
bfgminer: can't load library 'libcrypto.so.1.0.0'

TP-Link MR3020, AR71xx
Attitude Adjustment?

Yes 12.09
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
July 20, 2013, 06:43:15 PM
 #337

i've problem to build bfgminer-3.1.3 on Linux PPC (gcc-4.7.x) with AltiVec enabled as
sha256_altivec_4way.c seems to be broken.

here my full build log:
http://pastebin.com/raw.php?i=DSWt6ZHQ

thanks,
Nello
I believe the AltiVec support was only for Mac OS X using some Apple-specific extensions.
I'd welcome patches to get it working on Linux, but it isn't really a priority for me to do myself unfortunately.

OtaconEmmerich
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
July 21, 2013, 03:56:41 PM
 #338

Is there a way to install BFGminer via Tomato Optware?
creativex
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
July 21, 2013, 08:59:54 PM
 #339

Luke is there a way to stop BFGMiner.exe from displaying "press enter to continue" and waiting for user input to begin mining? This is preventing a watchdog timer from functioning. Thx.

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
July 21, 2013, 09:13:45 PM
 #340

Luke is there a way to stop BFGMiner.exe from displaying "press enter to continue" and waiting for user input to begin mining? This is preventing a watchdog timer from functioning. Thx.
I'm not aware of anything that behaves like that off-hand.
The only press enter I am aware of is when the pools are all down, in which case it causes BFGMiner to exit...
Can you elaborate on what you want changed?

Pages: « 1 2 3 4 5 6 7 8 9 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 ... 164 »
  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!