Pages:
Author

Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB - page 97. (Read 1193219 times)

hero member
Activity: 1246
Merit: 501
Anyone got these BlueFury miners actually working?  I've mine 'mining' with 100% error rates.   Huh

I'm using:

bfgminer -S bigpic:all

Also tried:

bfgminer -S BF1:all


Running bfgminer 3.5.1 on OpenWRT.
I wonder if there's an alignment or endian issue... can you confirm whether it works or not on a x86 system?
What OpenWrt platform?

It's on a TPLink TN-WDR3600, which is ar71xx

I don't actually have a x86 system here at the moment other than a Macbook Pro.
Macbook Pro would work for a test...

OK, just got Homebrew/BFGMiner 3.5.1 installed. Miner is mining OK on the Mac.  It still doesn't work on OpenWRT.
legendary
Activity: 2576
Merit: 1186
Anyone got these BlueFury miners actually working?  I've mine 'mining' with 100% error rates.   Huh

I'm using:

bfgminer -S bigpic:all

Also tried:

bfgminer -S BF1:all


Running bfgminer 3.5.1 on OpenWRT.
I wonder if there's an alignment or endian issue... can you confirm whether it works or not on a x86 system?
What OpenWrt platform?

It's on a TPLink TN-WDR3600, which is ar71xx

I don't actually have a x86 system here at the moment other than a Macbook Pro.
Macbook Pro would work for a test...
hero member
Activity: 1246
Merit: 501
Anyone got these BlueFury miners actually working?  I've mine 'mining' with 100% error rates.   Huh

I'm using:

bfgminer -S bigpic:all

Also tried:

bfgminer -S BF1:all


Running bfgminer 3.5.1 on OpenWRT.
I wonder if there's an alignment or endian issue... can you confirm whether it works or not on a x86 system?
What OpenWrt platform?

It's on a TPLink TN-WDR3600, which is ar71xx

I don't actually have a x86 system here at the moment other than a Macbook Pro.
legendary
Activity: 2576
Merit: 1186
Anyone got these BlueFury miners actually working?  I've mine 'mining' with 100% error rates.   Huh

I'm using:

bfgminer -S bigpic:all

Also tried:

bfgminer -S BF1:all


Running bfgminer 3.5.1 on OpenWRT.
I wonder if there's an alignment or endian issue... can you confirm whether it works or not on a x86 system?
What OpenWrt platform?
hero member
Activity: 1246
Merit: 501
Anyone got these BlueFury miners actually working?  I've mine 'mining' with 100% error rates.   Huh

I'm using:

bfgminer -S bigpic:all

Also tried:

bfgminer -S BF1:all


Running bfgminer 3.5.1 on OpenWRT.
sr. member
Activity: 588
Merit: 251
Great info, Thanks guys  Smiley
hero member
Activity: 1246
Merit: 501
I use:

screen -dmS bfg bfgminer

Then whenever I log in,  to connect to the BFG instance, just use:

screen -x bfg



Hope this helps. Smiley
sr. member
Activity: 290
Merit: 250


Spot on but I don't like your solution  Tongue

I am remoting into an Ubuntu box with a Win7 system... Basically 1 or 2 of my usb erupters goes dead every 2 weeks and I need to reset the system to get it all humming...

But where there is  a need like now I just need to check the running BFG miner to see what is going on but like you said the terminal window is not showing...

What command are you using? Are you using screen?

If you are opening a session, running bfgminer, and then just exiting. Your instance of bfgminer is ending when you exit.
sr. member
Activity: 588
Merit: 251

I still cant open the already running BFG terminal which is hidden when I reconnect thru remote...

I think this is a Linux 'issue'/'feature'. I run a Debian-based system and If I RDP into it on my Windows box and launch stuff, any thing. And then use RDP over SSH from my phone. None of the stuff I've opened will show up. And vice versa...so at night I have to remember to remote in on my phone in case I need to later restart something.  Undecided

*At least it sounds like you're asking about the same thing I've noticed.

Spot on but I don't like your solution  Tongue

I am remoting into an Ubuntu box with a Win7 system... Basically 1 or 2 of my usb erupters goes dead every 2 weeks and I need to reset the system to get it all humming...

But where there is  a need like now I just need to check the running BFG miner to see what is going on but like you said the terminal window is not showing...
full member
Activity: 128
Merit: 100
...The Shadow knows.

I still cant open the already running BFG terminal which is hidden when I reconnect thru remote...

I think this is a Linux 'issue'/'feature'. I run a Debian-based system and If I RDP into it on my Windows box and launch stuff, any thing. And then use RDP over SSH from my phone. None of the stuff I've opened will show up. And vice versa...so at night I have to remember to remote in on my phone in case I need to later restart something.  Undecided

*At least it sounds like you're asking about the same thing I've noticed.
sr. member
Activity: 588
Merit: 251
When I remote into my Ubuntu BFG rig the terminal window running BFGminer is not there... I had been just shutting it down and restarting but now I need to trouble shoot why all my equipment seems to be running fine while my pool shows it's not so I need to review the already running terminal.

Kindly help the linux n00b ?

Also how are people getting the terminal to display all their hardware.. I can't drag the window larger and can only see the first 6 or 7 pieces of equipment.

Right click your mouse over the window, then you get a settings menue (look in properties)

Okay I can make it big now thanks Smiley

I still cant open the already running BFG terminal which is hidden when I reconnect thru remote...
member
Activity: 90
Merit: 10
i can't get bfgminer to pickup on the .so files for libhidapi on raspian wheezy


from ~/

Code:
git clone https://github.com/signal11/hidapi && git clone https://github.com/luke-jr/bfgminer

cd hidapi
./bootstrap
./configure
make -j2
make install

I also tried your procedure to get my Hasbuster Nano working with the new bfgminer on raspian wheezy and encounterd the same issue.
Remembered something about a prefix parameter for the configure command after reading the hidapi readme a few days ago and decided to give it a try.
After the hidapi recompile, bfgminer recognised my Hashbuster Nano. Maybe this also works for you.
My Hashbuster Nano still doesn't work on my Raspberry Pi, the hash rate rapidly decreases to 0 GH/S.


Code:
cd hidapi
./bootstrap
./configure --prefix=/usr
make -j2
make install
hero member
Activity: 868
Merit: 1000
When I remote into my Ubuntu BFG rig the terminal window running BFGminer is not there... I had been just shutting it down and restarting but now I need to trouble shoot why all my equipment seems to be running fine while my pool shows it's not so I need to review the already running terminal.

Kindly help the linux n00b ?

Also how are people getting the terminal to display all their hardware.. I can't drag the window larger and can only see the first 6 or 7 pieces of equipment.

Right click your mouse over the window, then you get a settings menue (look in properties)
sr. member
Activity: 588
Merit: 251
When I remote into my Ubuntu BFG rig the terminal window running BFGminer is not there... I had been just shutting it down and restarting but now I need to trouble shoot why all my equipment seems to be running fine while my pool shows it's not so I need to review the already running terminal.

Kindly help the linux n00b ?

Also how are people getting the terminal to display all their hardware.. I can't drag the window larger and can only see the first 6 or 7 pieces of equipment.
hero member
Activity: 658
Merit: 500
CCNA: There i fixed the internet.
3.5.1x32 running under win7x64 WoW playing nice with BES, BF1, and NFY puhahahahha


Nice USB setup hopefully my one can rival the spread of devices soon.

 Tongue
hero member
Activity: 630
Merit: 501
Miner Setup And Reviews. WASP Rep.
3.5.1x32 running under win7x64 WoW playing nice with BES, BF1, and NFY puhahahahha


Nice USB setup hopefully my one can rival the spread of devices soon.
hero member
Activity: 658
Merit: 500
CCNA: There i fixed the internet.
3.5.1x32 running under win7x64 WoW playing nice with BES, BF1, and NFY puhahahahha

member
Activity: 69
Merit: 10
[Resolved]
Is this bfgminer.conf file syntactically correct?

Code:
"pools" : [
        {
       "url"  : "http://mint.bitminter.com:8333",
                "user" : "xxxxxxxxxxxxxxxxxxxx",
                "pass" : "xxxxx"
        },
        {
       "url"  : "http://mint.bitminter.com:8332",
                "user" : "xxxxxxxxxxxxxxxxxxxx",
                "pass" : "xxxxx"
        }
]

"quiet-work-updates" : true
member
Activity: 69
Merit: 10
Luke: Compare the temp at OCL 1: 43.5C to 2 lines above of 1: 63.0C. Is this correct?

-------------------------------------------------------------------------
 bfgminer version 3.4.0 - Started: [2013-11-07 14:35:34] - [  0 days 03:11:38]
 [M]anage devices [P]ool management [ S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to us1.bitminter.com diff 1 with stratum as user ThinkFast_RHD5570bfg
 Block: ...5c6ba0ca #268456  Diff:511M ( 3.66Ph/s)  Started: [17:40:03]
 ST:2  F:0  NB:19  AS:0  BW:[ 85/  4 B/s]  E:0.37  I: 2.85uBTC/hr  BS:77
 1      63.0C | 72.15/71.53/69.50Mh/s | A:186 R:0+0(none) HW:0/none
--------------------------------------------------------------------------------
 OCL 0: 63.0C | OFF  /  0.0/  0.0 h/s | A:  0 R:0+0(none) HW:0/none
 OCL 1: 43.5C | 72.07/71.53/69.48Mh/s | A:186 R:0+0(none) HW:0/none
--------------------------------------------------------------------------------
 [2013-11-07 17:30:14] Accepted 3332c6d8 OCL 1  Diff 5/1
 [2013-11-07 17:30:30] Accepted 35aa2f20 OCL 1  Diff 4/1
 [2013-11-07 17:31:10] Accepted ef767eb3 OCL 1  Diff 1/1

Thanks.
full member
Activity: 201
Merit: 100
Everyone who had problems with 3.5.0, please test latest git and let me know if I fixed them all...

Latest git build appears to be picking up a non-existant bitfury device which (as it's not there) is gettng 100% HW errors ...
 BPM 0:       |  3.00/21.26/ 0.00Gh/s | A:0 R:0+0(none) HW:692/100%

redoing my standard config and disabling all bitfury related devices seems to fix it:
./configure --enable-scrypt --disable-avalon --disable-opencl --disable-bitfury --disable-bfsb --disable-bigpic --disable-modminer --disable-x6500 --disable-ztex --disable-littlefury --disable-nanofury --disable-metabank --enable-cpumining --enable-bitforce --enable-icarus --disable-knc

-although it has now 'lost' 2 of the USB-BlockErupters Sad
Please
Code:
bfgminer -D -d?

 [2013-11-07 21:26:54] Started bfgminer 3.2.1

^ its actually 3.5.1, and correctly reports that when loaded normally

 [2013-11-07 21:26:54] Loaded configuration file /root/.bfgminer/bfgminer.conf

 [2013-11-07 21:26:58] Devices detected:
 [2013-11-07 21:26:58]   0. BFL 0a (driver: bitforce_queue)
 [2013-11-07 21:26:58]   1. BFL 0b (driver: bitforce_queue)
 [2013-11-07 21:26:58]   2. BFL 0c (driver: bitforce_queue)
 [2013-11-07 21:26:58]   3. BFL 0d (driver: bitforce_queue)
 [2013-11-07 21:26:58]   4. BFL 0e (driver: bitforce_queue)
 [2013-11-07 21:26:58]   5. BFL 0f (driver: bitforce_queue)
 [2013-11-07 21:26:58]   6. BFL 0g (driver: bitforce_queue)
 [2013-11-07 21:26:58]   7. BFL 0h (driver: bitforce_queue)
 [2013-11-07 21:26:58]   8. BFL 0i (driver: bitforce_queue)
 [2013-11-07 21:26:58]   9. BFL 0j (driver: bitforce_queue)
 [2013-11-07 21:26:58]  10. BFL 0k (driver: bitforce_queue)
 [2013-11-07 21:26:58]  11. BFL 0l (driver: bitforce_queue)

etc 150+ times *but* D/M shows no BFL kit and
 BPM 0:       |  0.85/23.75/ 0.00Gh/s | A:0 R:0+0(none) HW:400/100%

explicitly adding the disables for all the *fury types and it works as expected.

the full bfgminer -D -d? output is 20 pages long and looks fine
Pages:
Jump to: