i just wanted to say OMFG you rock, i tried every rasberry image and Minera is THE BEST.
one quick question, on your rasberry image, ( i know i'm a newb when it comes to linux ) how do i change the
time zone to show the correct time on my minera web page.
thanks
You'll have to SSH into the device, and run "sudo raspi-config". That'll give you some options that you can change. Under Internationalisation Options should be where the time zone option is.
As an alternative mechanism (the one that I used to configure the timezone on my Raspberry Pi), you can use the following:
sudo -i
dpkg-reconfigure tzdata
Here's a link with more details:
http://aryo.lecture.ub.ac.id/configure-timezone-settings-on-raspberry-pi-raspbian-wheezy/Probably a good idea to reboot, then do a "date" command to make sure that it stuck.