Pages:
Author

Topic: (OLD) BFGMiner: modular FPGA/GPU, GBT, Stratum, RPC, Avalon/Lnx/OpnWrt/PPA/W64 - page 22. (Read 260035 times)

hero member
Activity: 988
Merit: 1000
possible bug to report:

I am seeing 2.8.2 crash on multiple linux machines about once every 24 hours

by crash I mean it just closes itself one min you see shares being accepted the next min you see  $ command prompt - no error msg given



 dont know if its a segmentation fault or what but it happens once a day

You might want to switch to cgminer and avoid these issues https://bitcointalksearch.org/topic/official-cgminer-mining-software-thread-for-linuxwinosxmipsarmr-pi-4110-28402
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
possible bug to report:

I am seeing 2.8.2 crash on multiple linux machines about once every 24 hours

by crash I mean it just closes itself one min you see shares being accepted the next min you see  $ command prompt - no error msg given



 dont know if its a segmentation fault or what but it happens once a day
legendary
Activity: 2576
Merit: 1186
I was checking with you when you will be including the x6500 in bfgminer.
I've been busy with everything a lot over the past few months, but I have the code partially done. As nelisky mentioned, it is a lot of code/work compared to other FPGAs. As soon as I have something usable for mining, I will post a beta. I expect this should be within the next 2 weeks, and will definitely make it a priority to get it done before ASICs.
sr. member
Activity: 308
Merit: 250
I was checking with you when you will be including the x6500 in bfgminer. 
legendary
Activity: 2576
Merit: 1186
Fixed solo mining via GBT, but it really needs a couple of competent code reviews and some good testing (I suggest on testnet for now).

I've built a Windows ZIP (note that this is NOT compatible with the libblkmaker DLL in 2.8.2!): http://luke.dashjr.org/tmp/code/bfgminer-e333074-win32.zip - the code is in the "gbt_solo" git branch.

To test solo mining, run a recent bitcoind or Bitcoin-Qt (I suggest next-test for longpolling support) and start (this branch of) BFGMiner similar to this:
Code:
bfgminer -o localhost:8332 -O rpcuser:rpcpassword --coinbase-addr 1bitcoinaddress
legendary
Activity: 2576
Merit: 1186
Ok, got my issues resolved with BFG not detecting BFL single, an error in BFL driver install.   

But still having issues with BFG crashing and freezing computer. Seems to be heat related, everytime GPU reach 81C , BFG  shut down GPU's then shuts down or freezes computer.

From what I read 81C is warm, but not hot.  If I keep the GPU temps below 80C(open window wider here in Canada) the miner software runs fine

Is there a way to correct this? would like to close window and heat part of the house with the heat.
I don't think BFGMiner should be trying to shut down the computer by default - are you sure it isn't the GPU hardware overheating and doing crazy things?
hero member
Activity: 807
Merit: 500
From what I read 81C is warm, but not hot.  If I keep the GPU temps below 80C(open window wider here in Canada) the miner software runs fine
Depends on your GPU.  I have one that locks up before 75C.
sr. member
Activity: 462
Merit: 250
Ok, got my issues resolved with BFG not detecting BFL single, an error in BFL driver install.   

But still having issues with BFG crashing and freezing computer. Seems to be heat related, everytime GPU reach 81C , BFG  shut down GPU's then shuts down or freezes computer.

From what I read 81C is warm, but not hot.  If I keep the GPU temps below 80C(open window wider here in Canada) the miner software runs fine

Is there a way to correct this? would like to close window and heat part of the house with the heat.

Larry
legendary
Activity: 2702
Merit: 1261
I tested the stratum branch with a mix of stratum pools and GBT pools. bfgminer seems to have the same problem as cgminer (see my cgminer post https://bitcointalksearch.org/topic/m.1259342). Only the first stratum pool is alive the second one is dead. If the GBT pool ist the first one, both stratum pools are dead.

Mining with the diablo kernel and my test GPU, I started with an intensity of 9. This give me a hashrate of 3MH/s and a CPU utilisation of 70%. Changing the intensity to higher values, I get more hashes and less CPU utilisation with every step. With a intensity of 20 I get 2% CPU utilisation and > 20MH/s. The mining engine seems to run and I get new block updates from time to time, but the miner never finds any share. Compared to cgminer with a hashrate of 11MH/s the hashrate seems to be too high for this my (AMD E350 Zacate). Changing to a GBT pool (elgius.st) does not help - still no shares.
full member
Activity: 211
Merit: 100
legendary
Activity: 2576
Merit: 1186
I'm helping soniq out, and you asked him to try:
 
Code:
bfgminer -D -T -d

The output is:
 [2012-10-09 14:57:43] bfgminer.exe: -d: requires an argument
There's a question mark in that command:
Code:
bfgminer -D -T -d?
sr. member
Activity: 444
Merit: 250
I prefer evolution to revolution.
Luke, here's the output I got by removing the -d from the command line: http://pastebin.com/6te35me0

We're using the version 2.8.2, and we tried with -dall and -d all but in both cases it said it was an invalid device.  We removed that arg altogether to get the output in that pastebin.  Also, we're on a 64-bit Windows 7 machine, though the BFGMiner says it's for Win32.  That shouldn't be a problem, right?
legendary
Activity: 2912
Merit: 1060
sr. member
Activity: 444
Merit: 250
I prefer evolution to revolution.
I'm helping soniq out, and you asked him to try:
 
Code:
bfgminer -D -T -d

The output is:
 [2012-10-09 14:57:43] bfgminer.exe: -d: requires an argument
legendary
Activity: 2576
Merit: 1186
I've prepared a pre-beta "stratum" branch on the git repository with some minor cleanups and enhancements.
It also contains a workaround (in the form of improved RPC backward compatibility) for Puppet Master's "switching back and forth between pools rapidly" issue that cgminer has had since adding Stratum support.
Test this at your own risk, and report problems (and successes) on this thread. I probably won't merge it into mainline BFGMiner until the 2.9.0 release.
Windows EXE (drop in directory with the DLLs from the usual 2.8.2 ZIP): http://luke.dashjr.org/tmp/code/bfgminer-ba17775.exe
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Ok thx, ive always liked slush, tried others numerous times but always came back.
Like most things bad for you - people never kick the habit.

Meanwhile, I don't expect Luke-jr will actually implement stratum since he said it sucks and said no one needs anything but GBT
full member
Activity: 195
Merit: 100
Thanx for all the progress on your miner software!!!
legendary
Activity: 2912
Merit: 1060
Ok thx, ive always liked slush, tried others numerous times but always came back.
legendary
Activity: 2576
Merit: 1186
Is it possible to support stratum? I'm currently using a proxy.
Better to use a pool that supports standard GBT, but Con wrote Stratum support for cgminer, and it seems like it isn't too much trouble to merge it in for some future BFGMiner version.
legendary
Activity: 2912
Merit: 1060
Oh i see, i pretty much have to use stratum with bitcoincz for now.
Pages:
Jump to: