Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
Ajeto
on 22/05/2014, 11:52:02 UTC
my issue now can't fix.
"
I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028).
"

use code :http:///minera/index.php/app/stats

webbrowes shows   {"error":true}

How many G-Blades have you connected?
I have the same problem. I have 5 blades on 1 RPi. Problem is only on this RPi, which has the latest Minera version. Other RPis with 0.1.8b work fine.

You could try this on one with latest Minera version:

Look at this file /var/www/minera/application/models/cpuminer_model.php

Look at line 36:

Code:
$out = stream_get_contents($fp);

Comment out that line and replace it with this:

Code:
while(!feof($fp))
{
     if(!($str = fread($fp, 8192))) break;
     $out .= $str;
}


Save and look at the dashboard/stats

Unfortunately this did not work Sad

I did the upgrade on Rasp1 and Rasp2 (let's call them that way). Neither is showing stats. Rasp1 started to show stats for a while after i updated Linux on Raspberry too, but not anymore after i restarted the miners. Both Rasps are mining, but showing I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028.

I can't upgrade the rest of the Rasps until I find a solution to this, because it's quite hard to supervise individual blades Sad
Do i need to use less than 5 blades per Rasp?