Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2875838
Topic
137934
Board
Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
ct1aic
on
06/08/2013, 08:38:09 UTC
Quote from: Malakai on August 06, 2013, 07:44:03 AM
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.