Hello,
I finally got it with this Manual (
http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/initial-setup-and-assembly) to mine with my PasPi.
But the Autostart Setup shown there doesn't work for me. They told me to put
cd /home/pi/PiMiner
python PiMiner.py &
cd ..
nohup ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 >/dev/null 2>&1&
to rc.local
But when I reboot or unplug I have to start manually via SSH.
Any Ideas to fix this?
I'm running Occidentalis v0.2
I tried to run Minepeon, but it sadly didn't work for me. There was a problem with the Network I wasn't able to fix.