Author

Topic: [Minera v0.9.0] Your next mining dashboard - S9/L3+/D3/CPUminer/CGminer/BFGminer - page 165. (Read 850409 times)

member
Activity: 71
Merit: 10
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.
me 2.     5 blades 25-27M HASH.  same issue
legendary
Activity: 1015
Merit: 1000
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
member
Activity: 97
Merit: 10
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.
legendary
Activity: 1015
Merit: 1000
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?
member
Activity: 71
Merit: 10
Ok, kind of got it working on ubuntu..

On straight install I just had spinning wheels and nothing further would happen, don't see it appear in my pools either

After compiling a new minerd from source, I now get past the spinning wheels to the dash board interface but still no hashing is taking place.

Any thoughts? Am I missing something?


Is it online your miner? Did you overwrite your compiled "minerd" on minera-bin/ directory? Can you see the devices table?

Please point your browser to:

Code:
http:///minera/index.php/app/stats

You could paste the output on pastebin.net

Then you could also give a look to the cpuminer.log Just click the link in the dashboard it should be:

Code:
http:///minera/application/logs/cpuminer.log

Did you try to change the pool you are hashing on?

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}
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Bingo!

If I enter Manual instead of guided with the following --gc3355-detect --freq=900 I got it working!
legendary
Activity: 1015
Merit: 1000
Ok, kind of got it working on ubuntu..

On straight install I just had spinning wheels and nothing further would happen, don't see it appear in my pools either

After compiling a new minerd from source, I now get past the spinning wheels to the dash board interface but still no hashing is taking place.

Any thoughts? Am I missing something?


Is it online your miner? Did you overwrite your compiled "minerd" on minera-bin/ directory? Can you see the devices table?

Please point your browser to:

Code:
http:///minera/index.php/app/stats

You could paste the output on pastebin.net

Then you could also give a look to the cpuminer.log Just click the link in the dashboard it should be:

Code:
http:///minera/application/logs/cpuminer.log

Did you try to change the pool you are hashing on?
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Ok, kind of got it working on ubuntu..

On straight install I just had spinning wheels and nothing further would happen, don't see it appear in my pools either

After compiling a new minerd from source, I now get past the spinning wheels to the dash board interface but still no hashing is taking place.



Any thoughts? Am I missing something?
legendary
Activity: 1015
Merit: 1000
I managed to get in and run the update using putty after reading online on how to ssh to pi

now I'm getting this:

A PHP Error was encountered

Severity: Warning

Message: file_put_contents(/var/www/minera/conf/miner_conf.json): failed to open stream: Permission denied

It was working fine using your pool setting and worker, but when I changed it to my pool and worker, it did that?

Do this:

Code:
cd /var/www/minera
sudo git pull
sudo ./upgrade_minera.sh
legendary
Activity: 1015
Merit: 1000
Great job with pool switching in latest version!

HOWEVER, after updating to latest version i get this error:

Any ideas, how to fix this?

Clear the browser cache (and don't use IE)
sr. member
Activity: 252
Merit: 250
I managed to get in and run the update using putty after reading online on how to ssh to pi

now I'm getting this:

A PHP Error was encountered

Severity: Warning

Message: file_put_contents(/var/www/minera/conf/miner_conf.json): failed to open stream: Permission denied

It was working fine using your pool setting and worker, but when I changed it to my pool and worker, it did that?
full member
Activity: 120
Merit: 100
Great job with pool switching in latest version!

HOWEVER, after updating to latest version i get this error:



And after that i get stuck:




Any ideas, how to fix this?

Did you try a reboot? I don't remember seeing the error but on initial upgrade my stats page just kept on spinning. I rebooted the PI and all was well with the world once again.
sr. member
Activity: 252
Merit: 250
I installed the image file, but I can't access the web interface.

Is there anything that has to be done?  I would like to give it a try
member
Activity: 97
Merit: 10
Great job with pool switching in latest version!

HOWEVER, after updating to latest version i get this error:



And after that i get stuck:




Any ideas, how to fix this?
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Thanks!

I can see what I will be doing tonight.... Smiley
full member
Activity: 120
Merit: 100
Looks good!


What the chances of getting this to work on a vanilla ubuntu/debian linux x86/64 installation?

I believe that is in the manual install instructions.

https://github.com/michelem09/minera

Snippet:
For Ubuntu user only

In the same path you can find also minerd-ubuntu-64bit file, this one is pre-compiled for Ubuntu 64bit, you should copy it overwriting minerd if you run Minera on Ubuntu.
sr. member
Activity: 294
Merit: 250
Great job!

One suggestion: how about adding an option to move up/down your pool settings (or at least setting priority for them, so we can easily change to more profitable coin/pool just by movind for example 3rd pool to 1st place?

Think that's in the newest release. On the dashboard scroll to pools. Select the Select this button and it will move to mine on that pool.

This is just awesome!!!

Indeed it is. Don't even need to restart your miner or lose your autotune settings!

Also, on the settings page you can drag around the pools exactly like that.

Looks good!


What the chances of getting this to work on a vanilla ubuntu/debian linux x86/64 installation?

Probably about 99.9%.

Before there were image files available I had built it on top of raspbian from git in about 5 minutes.
full member
Activity: 120
Merit: 100
Great job!

One suggestion: how about adding an option to move up/down your pool settings (or at least setting priority for them, so we can easily change to more profitable coin/pool just by movind for example 3rd pool to 1st place?

Think that's in the newest release. On the dashboard scroll to pools. Select the Select this button and it will move to mine on that pool.

This is just awesome!!!
member
Activity: 97
Merit: 10
Great job!

One suggestion: how about adding an option to move up/down your pool settings (or at least setting priority for them, so we can easily change to more profitable coin/pool just by movind for example 3rd pool to 1st place?
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Looks good!


What the chances of getting this to work on a vanilla ubuntu/debian linux x86/64 installation?
Jump to: