Post
Topic
Board Mining (Altcoins)
Re: The official MacMiner thread [BTC/LTC-CPU/GPU/FPGA/ASIC]
by
smscotten
on 09/09/2013, 16:08:57 UTC
I too have nothing in the table portion. I'm running the FPGA/ASIC miner as you say, with two BEs and a Lancelot FPGA. There is content in the upper part of the window but it doesn't seem to be changing much, and doesn't seem to correspond to anything reported by the FPGA/ASIC miner window.

Code:
Reply was 'STATUS=S,When=1378717613,Code=9,Msg=0 GPU(s) - 3 PGA(s) - 0 CPU(s),Description=bfgminer 3.2.0|PGA=0,Name=ICA,ID=0,ProcID=0,Enabled=Y,Status=Alive,MHS av=154.449,MHS 5s=26.291,Accepted=1,Rejected=0,Hardware Errors=0,Utility=11.322,Last Share Pool=0,Last Share Time=1378717610,Total MH=818.4849,Diff1 Work=1,Difficulty Accepted=1.00000000,Difficulty Rejected=0.00000000,Last Share Difficulty=1.00000000,Last Valid Work=1378717610,Device Hardware%=0.0000,Device Rejected%=0.0000|PGA=1,Name=ICA,ID=1,ProcID=0,Enabled=Y,Status=Alive,MHS av=362.681,MHS 5s=55.987,Accepted=0,Rejected=0,Hardware Errors=0,Utility=0.000,Last Share Pool=-1,Last Share Time=0,Total MH=1911.1359,Diff1 Work=0,Difficulty Accepted=0.00000000,Difficulty Rejected=0.00000000,Last Share Difficulty=0.00000000,Last Valid Work=1378717598,Device Hardware%=0.0000,Device Rejected%=0.0000|PGA=2,Name=ICA,ID=2,ProcID=0,Enabled=Y,Status=Alive,MHS av=359.704,MHS 5s=56.236,Accepted=0,Rejected=0,Hardware Errors=0,Utility=0.000,Last Share Pool=-1,Last Share Time=0,Total MH=1909.8185,Diff1 Work=0,Difficulty Accepted=0.00000000,Difficulty Rejected=0.00000000,Last Share Difficulty=0.00000000,Last Valid Work=1378717598,Device Hardware%=0.0000,Device Rejected%=0.0000|'
[STATUS] =>
(
   [STATUS] => S
   [When] => 1378717613
   [Code] => 9
   [Msg] => 0 GPU(s) - 3 PGA(s) - 0 CPU(s)
   [Description] => bfgminer 3.2.0
)
[PGA0] =>
(
   [PGA] => 0
   [Name] => ICA
   [ID] => 0
   [ProcID] => 0
   [Enabled] => Y
   [Status] => Alive
   [MHS av] => 154.449
   [MHS 5s] => 26.291
   [Accepted] => 1
   [Rejected] => 0
   [Hardware Errors] => 0
   [Utility] => 11.322
   [Last Share Pool] => 0
   [Last Share Time] => 1378717610
   [Total MH] => 818.4849
   [Diff1 Work] => 1
   [Difficulty Accepted] => 1.00000000
   [Difficulty Rejected] => 0.00000000
   [Last Share Difficulty] => 1.00000000
   [Last Valid Work] => 1378717610
   [Device Hardware%] => 0.0000
   [Device Rejected%] => 0.0000
)
[PGA1] =>
(
   [PGA] => 1
   [Name] => ICA
   [ID] => 1
   [ProcID] => 0
   [Enabled] => Y
   [Status] => Alive
   [MHS av] => 362.681
   [MHS 5s] => 55.987
   [Accepted] => 0
   [Rejected] => 0
   [Hardware Errors] => 0
   [Utility] => 0.000
   [Last Share Pool] => -1
   [Last Share Time] => 0
   [Total MH] => 1911.1359
   [Diff1 Work] => 0
   [Difficulty Accepted] => 0.00000000
   [Difficulty Rejected] => 0.00000000
   [Last Share Difficulty] => 0.00000000
   [Last Valid Work] => 1378717598
   [Device Hardware%] => 0.0000
   [Device Rejected%] => 0.0000
)
[PGA2] =>
(
   [PGA] => 2
   [Name] => ICA
   [ID] => 2
   [ProcID] => 0
   [Enabled] => Y
   [Status] => Alive
   [MHS av] => 359.704
   [MHS 5s] => 56.236
   [Accepted] => 0
   [Rejected] => 0
   [Hardware Errors] => 0
   [Utility] => 0.000
   [Last Share Pool] => -1
   [Last Share Time] => 0
   [Total MH] => 1909.8185
   [Diff1 Work] => 0
   [Difficulty Accepted] => 0.00000000
   [Difficulty Rejected] => 0.00000000
   [Last Share Difficulty] => 0.00000000
   [Last Valid Work] => 1378717598
   [Device Hardware%] => 0.0000
   [Device Rejected%] => 0.0000
)

Yeah, that "when" time is seven hours ago. I've stopped and started the miner (and closed the API window) since then.[/code]