Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
ct1aic
on 06/08/2013, 08:38:09 UTC
Short answer is start a new screen session

Code:
screen -S display

Then run it and CTRL+A D

screen -S {name of new screen}

Another way is the same that Adafruit uses with nohup and rc.local

http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/configure-auto-start
Hi Malakai. Thanks for your kind help.

First option worked for me.