https://github.com/michelem09/mineraI read instruction on manual install and need some clarification:
I know how put raspbian on SD.
But is below that I mwan making sure I understand correctly!
After installing rasbian:
code 1:
curl -o- https://raw.githubusercontent.com/michelem09/minera/master/install_minera_ubuntu.sh | sudo bash
step2:
Skip this step and continue below if you have a web server with PHP just installed.
sudo apt-get install -y lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload
When your web server is ready you can install Minera:
sudo apt-get install -y redis-server git screen php5-cli php5-curl
cd /var/www
sudo git clone https://github.com/michelem09/minera
cd minera
sudo ./install_minera.sh
Questions:
In step 2, what step is this referring to and is it require installing a web server with PHP?
If not then all I need is executing code 1? correct?
Yes it does but you have to update it on a RPI 2 or lower first if it doesn't boot out the box .. then take the SD and put it in the RPI 3 it should boot up .. if it doesn't Id say do a manual install.. it will then ..
like it says here:
https://github.com/michelem09/mineradown the page some .!!! were it says
Manual install (Some skills needed)
Oyea Minera will run anything that can run this type of OS or Linux OS. .. the only thing,I'm not sure about is a cell phone or tablet, it, probable won't but it will run any PI type or PC ... that runs Linux...
That work.
Does minera work rpi 3
Hey michelem,
when using bfgminer via minere sd, I often get the following nessage:
1) "all pools are dead' while still producing!
In fact, I just restarted that miner without rebooting and pool is alive!
Is message (1) fake at this point and how to prevent this in command line?
Use this
/#xnsub#skipcbcheck
or
/#skipcbcheck
should fix it with BFG ...does for me
after the port like this :
stratum+tcp://yourpool:port/#xnsub#skipcbcheck
or
stratum+tcp://yourpool:port/#skipcbcheck
code 1 may not work with raspbian use all the code below that im using Ubuntu 16 that was bitch and took hours of searching to find out there is a bug with Ubuntu 16 and rpi 3 it works now after I used the work around for the bug.
i can make a back up of my image and post it some place for you if you want, ill set it to defaults all but the IP,so you know what the IP is, it will be Ubuntu 16 with minera installed on a RPI 3 and static IP set at
http://192.168.1.200/minera , i can change to DHCP then you ll have to find the IP dhcp gives it ...
as for
code 1 it only works on Ubuntu 15 or lower it won't work to well on Ubuntu 16 because of the PHP that 15 uses and 16 no longer uses 16 uses PHP7.0 .... what that code downloads was written for Ubuntu 15 or lower...not raspbian it never worked for me on raspbian even If i could get it to work ... I don't use raspbian any way if i can help it, i have to many issue and like Ubuntu server standard a lot better .
I think he means if you all ready have a webb server installed skip 2 then do step 3 if i don't understand some thing i do it any way if it messes up the SD i know better and learned why and understand to me is the best way to learn and burn two SD
...
lighttpd is a open-source web server ....http://www.lighttpd.net/lighttpd php5-cgi is for Ubuntu 15 or lower or raspbian
sudo apt-get install -y lighttpd php5-cgi
sudo lighty-enable-mod fastcgi-php
sudo lighty-enable-mod fastcgi
sudo service lighttpd force-reload
lighttpd php7.0-cgi is for UBUNTU 16 or higher and works much better or seems more stable then php5
sudo apt-get install -y lighttpd php7.0-cgi
sudo lighty-enable-mod fastcgi-php
sudo lighty-enable-mod fastcgi
sudo service lighttpd force-reload
last thought if you do get Ubuntu 16 working on a RPI3 you will need to edit some files in the minera folders after you down load minera before you install it , you have to change a few lines in one or two files in the minera folders that have to do with PHP5 to php7.0 or minrea my not work well or at all .