Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
Raptor2213
on 26/05/2014, 01:56:54 UTC
Got mine working - sort of.


Did a fresh install.
Ran:
Code:
sudo apt-get install -y lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload
sudo apt-get install -y redis-server git screen php5-cli
cd /var/www
sudo git clone https://github.com/michelem09/minera
cd minera
sudo ./install_minera.sh
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master
sudo ./upgrade_minera.sh
Left speed at default (800).
Enabled auto-tune and 4 pools
Set options:
Code:
--retries=1 --gc3355-timeout=300

No hashing.

Killed the 4th pool and restarted - mining started.

Update: Changed the speed to 840 - still mining.

Update 2: Saw an update in the help section, installed it.  Was able to set up 7 pools (for fail-over).