BitMinerN8
|
|
May 05, 2013, 03:22:37 AM |
|
I tried running from command line and it shows no errors. The window closes and windows says it errored and closed.
Is there any other way to capture any data as to what is happening?
Hardware is a 7970, 5970, 5830. AMD processor, 8gb RAM, Raid 1 on the drives.
IIRC there are some issues with mixing 7xxx and 5xxx GPUs, like Luke-Jr said, most likely drivers. As a test, pull out the 7970 and see if you can get it stable with just the 5xxx GPUs.
|
|
|
|
pctech4747
Newbie
Offline
Activity: 20
Merit: 0
|
|
May 05, 2013, 04:22:37 PM |
|
windows download link is not working, you turn off the host? anyone hosting the latest version please link me
|
|
|
|
|
kdf
Newbie
Offline
Activity: 35
Merit: 0
|
|
May 05, 2013, 11:01:10 PM |
|
I tried running from command line and it shows no errors. The window closes and windows says it errored and closed.
Is there any other way to capture any data as to what is happening? Run with the --debug --text-only options. If it's crashing, though, it's probably an OpenCL/driver issue. What opencl/driver combo do you recommend? I am running the latest from AMD on the 64 bit system Thanks
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 06, 2013, 01:38:35 AM |
|
I tried running from command line and it shows no errors. The window closes and windows says it errored and closed.
Is there any other way to capture any data as to what is happening? Run with the --debug --text-only options. If it's crashing, though, it's probably an OpenCL/driver issue. What opencl/driver combo do you recommend? I am running the latest from AMD on the 64 bit system Thanks Personally, I'd run Linux and put each GPU in its own KVM instance with the last driver/SDK before the card was replaced by the next series...
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 06, 2013, 05:34:01 PM |
|
Where can i find bfgminer compilled w/ CPU mining support?
|
|
|
|
|
Rathjinx
Newbie
Offline
Activity: 15
Merit: 0
|
|
May 07, 2013, 03:01:20 AM |
|
Got a 7870(Pitcairn) for my desktop (Win 8 - 64 bit) while waiting for my old card to go in for warranty replacement. Not overclocking for now, because my desktop isn't great on ventilation.
Running 13.4 Catalyst and APP SDK 2.8
On my dedicate mining machine (Win 7 -32 bit) and with my previous desktop card (6770), I used BFGMiner with no issues.
Now, BFGMiner (3.0.2 win64) crashes out instantly unless I am using poclbm, which even though the console hasrate is high, it is giving me garbage performance on every pool I try it on (Eligius, BTCGuild, Deepbit). I assume this is due to poclbm and stratum issues.
If I use CGMiner, with any kernel, including poclbm, there are no issues including with stratum, other than poclbm tends to overstate its hashrate in the console.
Any ideas on what I can do to get BFGMiner to run? I would rather use the same client for all my machines.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 07, 2013, 04:49:28 AM |
|
Got a 7870(Pitcairn) for my desktop (Win 8 - 64 bit) while waiting for my old card to go in for warranty replacement. Not overclocking for now, because my desktop isn't great on ventilation.
Running 13.4 Catalyst and APP SDK 2.8
On my dedicate mining machine (Win 7 -32 bit) and with my previous desktop card (6770), I used BFGMiner with no issues.
Now, BFGMiner (3.0.2 win64) crashes out instantly unless I am using poclbm, which even though the console hasrate is high, it is giving me garbage performance on every pool I try it on (Eligius, BTCGuild, Deepbit). I assume this is due to poclbm and stratum issues.
If I use CGMiner, with any kernel, including poclbm, there are no issues including with stratum, other than poclbm tends to overstate its hashrate in the console.
Any ideas on what I can do to get BFGMiner to run? I would rather use the same client for all my machines.
Compile with debugging information: ./configure CFLAGS='-O0 -ggdb' && make # note the OH ZERO Then run it in gdb: gdb --args ./bfgminer -T -D <your options here> When it crashes, it will drop you to a gdb prompt; run: ... and pastebin the output.
|
|
|
|
Rathjinx
Newbie
Offline
Activity: 15
Merit: 0
|
|
May 07, 2013, 11:54:41 AM |
|
Unfortunately, there will be no compiling of any sort on this Windows machine, its not set up for dev.
Does that mean I am pretty much SOL until I have time to do that?
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 07, 2013, 01:13:37 PM |
|
Thanks, but i need compiled Windows ver..
|
|
|
|
kdf
Newbie
Offline
Activity: 35
Merit: 0
|
|
May 08, 2013, 02:15:13 PM |
|
Unfortunately, there will be no compiling of any sort on this Windows machine, its not set up for dev.
Does that mean I am pretty much SOL until I have time to do that?
I had the exact same issue (Windows 7 x64 running 13.4). It is the 13.4 AMD drivers. For some reason AMD removed 13.1 from their site, but if you do a search on the internet you can find the 13.1 drives and download it. That fixes the issue. No more crashing
|
|
|
|
kdf
Newbie
Offline
Activity: 35
Merit: 0
|
|
May 08, 2013, 02:16:27 PM |
|
Got a 7870(Pitcairn) for my desktop (Win 8 - 64 bit) while waiting for my old card to go in for warranty replacement. Not overclocking for now, because my desktop isn't great on ventilation.
Running 13.4 Catalyst and APP SDK 2.8
On my dedicate mining machine (Win 7 -32 bit) and with my previous desktop card (6770), I used BFGMiner with no issues.
Now, BFGMiner (3.0.2 win64) crashes out instantly unless I am using poclbm, which even though the console hasrate is high, it is giving me garbage performance on every pool I try it on (Eligius, BTCGuild, Deepbit). I assume this is due to poclbm and stratum issues.
If I use CGMiner, with any kernel, including poclbm, there are no issues including with stratum, other than poclbm tends to overstate its hashrate in the console.
Any ideas on what I can do to get BFGMiner to run? I would rather use the same client for all my machines.
I had the exact same issue (Windows 7 x64 running 13.4). It is the 13.4 AMD drivers. For some reason AMD removed 13.1 from their site, but if you do a search on the internet you can find the 13.1 drives and download it. That fixes the issue. No more crashing
|
|
|
|
OgStar
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 08, 2013, 07:12:20 PM |
|
Sample output: bfgminer version 3.0.2 - Started: [2013-04-19 18:33:55] - [ 4 days 03:20:01] -------------------------------------------------------------------------------- [b] 5s:29.55 avg:29.44 u:28.13 Gh/s[/b] | A:291464 R:543 S:0 HW:0 U:48.9/m BS:85.1M
Luke-Jr, what does "5s" (last 5 seconds?), "avg" (probably average hashrate since started mining) and "u" (this one I have no idea)
|
|
|
|
BitMinerN8
|
|
May 08, 2013, 07:29:50 PM |
|
Sample output: bfgminer version 3.0.2 - Started: [2013-04-19 18:33:55] - [ 4 days 03:20:01] -------------------------------------------------------------------------------- [b] 5s:29.55 avg:29.44 u:28.13 Gh/s[/b] | A:291464 R:543 S:0 HW:0 U:48.9/m BS:85.1M
Luke-Jr, what does "5s" (last 5 seconds?), "avg" (probably average hashrate since started mining) and "u" (this one I have no idea) From the README.txt Each column is as follows: 5s: A 5 second exponentially decaying average hash rate avg: An all time average hash rate u: An all time average hash rate based on actual accepted shares A: The number of Accepted shares R: The number of Rejected shares S: Stale shares discarded (not submitted so don't count as rejects) HW: The number of HardWare errors U: The Utility defined as the number of shares / minute BS: The all time Best Share difficulty you've found
|
|
|
|
OgStar
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 08, 2013, 07:47:25 PM |
|
Thanks!
|
|
|
|
warbdan
Member
Offline
Activity: 113
Merit: 10
|
|
May 11, 2013, 06:28:51 PM |
|
bfgminer had been running great for a week now, but I just went to check it and my pc had restarted. I suspect our cat stepped on the power button(don't know why hp put it on top).
Now when I try to start bfgminer in the terminal I get this : " error while loading shared libraries: libblkmaker_jansson-0.1.so.0: cannot open shared object file: No such file or directory" What is it? I'm still kind of a linux newbie.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 11, 2013, 07:39:09 PM |
|
bfgminer had been running great for a week now, but I just went to check it and my pc had restarted. I suspect our cat stepped on the power button(don't know why hp put it on top).
Now when I try to start bfgminer in the terminal I get this : " error while loading shared libraries: libblkmaker_jansson-0.1.so.0: cannot open shared object file: No such file or directory" What is it? I'm still kind of a linux newbie.
How did you install it? Sounds like a file got deleted somehow...
|
|
|
|
warbdan
Member
Offline
Activity: 113
Merit: 10
|
|
May 11, 2013, 07:42:39 PM Last edit: May 11, 2013, 08:30:47 PM by warbdan |
|
I compiled it with instructions I found online. I installed some Ubuntu base updates yesterday. Could that have deleted something? Edit: It was probably something to do with Ubuntu's updates. I purged bfgminer using the terminal and re-installed it from the PPA. It's working fine now. I'm learning
|
|
|
|
nonServiam
|
|
May 14, 2013, 03:25:58 PM |
|
Hello, bfgminer 3.0.2 crashes on me always after one to two days off. (Win7, 64bit, 2 x 7870) Error Report: Problemsignatur: Problemereignisname: APPCRASH Anwendungsname: bfgminer.exe Anwendungsversion: 0.0.0.0 Anwendungszeitstempel: 517cb77a Fehlermodulname: StackHash_cfbb Fehlermodulversion: 6.1.7601.17725 Fehlermodulzeitstempel: 4ec4aa8e Ausnahmecode: c0000374 Ausnahmeoffset: 00000000000c40f2 Betriebsystemversion: 6.1.7601.2.1.0.256.1 Gebietsschema-ID: 1031 Zusatzinformation 1: cfbb Zusatzinformation 2: cfbb4306bffa035bc705edc6ba1129a8 Zusatzinformation 3: c29c Zusatzinformation 4: c29cbd59b59b38c1d7f2b128d9e03ce5
What can I do? Do you have a German support?
|
|
|
|
|