For those who want to update to the newest version (3.11.0) of cgminer on minepeon:
After MineForeman has updated the repositories you can do the following:
(edited 1/27/14:Version 2.4.3 of Minepeon has an issue with the the git config)
ssh to your pi then type:
nano /opt/minepeon/.git/config
-look for "url =
[email protected]:MineForeman/minepeon-base.git" change it to "url =
https://github.com/MineForeman/minepeon-base.git"
-save chnages and exit nano
cd /opt/minepeon
git pull
(optional: update http gui)
cd /opt/minepeon/http
git pull
Reboot your Pi. Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.
Mineforeman usually waits a short period of time before updating the Minepeon repositories with the newest versions of cgminer and bfgminer. So the above instructions might not update you to cgminer version 3.11.0 yet. If you are like me and need the newest version right now, then you can compile cgminer yourself.
ssh to your pi then type:
wget
http://ck.kolivas.org/apps/cgminer/cgminer-3.11.0.tar.bz2bzip2 -cd cgminer-3.11.0.tar.bz2 | tar xvf -
cd cgminer-3.11.0
./configure --enable-hashfast
make
mv cgminer /opt/minepeon/bin/cgminer
Reboot your Pi. Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.
I hope this helps. I have been up for about 40 hours now. I'm on a caffeine rocket ship that is finally making it's reentry back to Earth. Please excuse me if the above post is hard to follow. I will pretty it up a bit, once I've landed.