Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.3.3] Your next mining dashboard is here. CPUminer/CGminer/BFGminer.
by
Trimegistus
on 29/07/2014, 14:05:28 UTC
Minera v0.3.3 is out!

* This release just updates Bfgminer and Cgminer to their latest relative versions.
* Reverted Cgminer Dmaxl Zeus fork to support Zeus & Gridseeds (Note, there are known bugs: https://github.com/dmaxl/cgminer/issues/17 - https://github.com/dmaxl/cgminer/issues/15)

And you should see the brand new Minera website!


Hi. I'm a Rookie to Linux anything.
I just came back to Minera as of last night. Excellent.
So far so good but getting 3-4Mh/s less then with Minepeon on my Raspberry Pi.B version.
I have some questions, if anyone can help.

While using SSH can I update straight from v0.3.2 without losing my existing config?
To update from v0.3.2 to v0.3.3 can I just do a "git pull" command?
Do I have to switch to a certain directory prior to running the git pull command? If so, which one?

The update from the dashboard works well.

However, you can always do it by hand. Just type:

Code:
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master
sudo ./upgrade_minera.sh