Take the cgminer provided by innosilicon on the card.
It is originally located in /var/www
If you installed the Minereu software the original content on /var/www has been moved to /opt/minereu_back$(date +"%Y%m%d%H%M%S"). Take the earliest one you have as it is the one that was originally on the card.
Copy the cgminer to /opt/scripta/bin .
Kill the cgminer that runs, it will automatically restart in under a minute.
For every body that is not familiar with the pi architecture follow the steps:
1. ssh to the raspberry pi, if you use windows download putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
2. login with user "pi" and password "innosilicon"
3. take the root
Code:
sudo su -
Code:
cp /opt/minereu_back[date]/cgminer /opt/scripta/bin/
5. end the running cgminer:
a.
Code:
ps -aef |grep cgminer
c.
Code:
kill -9
6. Wait a little, your miner should came up in under 1 minute.
Happy mining,
The Cube