Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
joeykrim
on 19/07/2013, 12:53:00 UTC
... could you please add this features in the future:
* cpu temperature
Thank you very much!;]]
Found a simple way to take some code MineForeman already had sitting idle in a different section and throw it into the MinePeon Status section to display the temperature in both C and F (for the metric challenged Americans). Sent a pull request with the code and hopefully if it all goes well, it'll be accepted and available for anybody to pull down from the GitHub repo and into their MinePeon!

https://github.com/MineForeman/MinePeonWebUI/pull/18

it is possible update minepeon from 0.2.1 to 0.2.2 without memory card reflashing? just from command line?;]

Want to try something cool when you get to 0.2.2?  Login as minepeon as normal, don't change to root and do;-

cd /opt/minepeon/
git pull

Once you're done with that try;-

cd /opt/minepeon/http/
git pull

The first will pull down a few minor miner updates and the second will pull down a few UI improvements that joeykrim has been working on.

Neil
I've been using this while testing and tweaking the UI .. great method! Glad it has official support from the main man!