Post
Topic
Board Mining (Altcoins)
Re: Minera v0.6.2: Raspbian 8 - Jessie
by
toptek
on 13/12/2015, 09:44:58 UTC
Hello everybody!

I have placed the Raspberry Pi 2 B with the new Raspbian Jessie image yesterday and wanted to install then Minera (0.6.2) manually.

Unfortunately there is after installation an error message and Minera does not run.

The generated link is wrong and when I call Minera with ip.ip.ip.ip/minera it comes a 404 error.

I installed then the old image of Raspbian Wheezy then Minera manually and it runs!

Is Minera modified yet for the new Raspbian Jessie image or running it only with the old Raspbian image? Or have I done something wrong?

It would be nice if it runs with the new Raspbian Jessie image! Thank you for solutions and answers.

Greetz H4gb4rd


This might work for the 404 error it did for me even on a RPI with Jessie https://bitcointalk.org/index.php?topic=596620.msg12945837#msg12945837 .

Try editing the config file for lighttpd

Quote
sudo nano /etc/lighttpd/lighttpd.conf

Change the line to look like below

from , i think i saw in my build
Quote
server.document-root        = "/var/www/html"

to
Quote
server.document-root        = "/var/www/"

Finally run the following

Quote
sudo /etc/init.d/lighttpd force-reload

Hope this helps....