Bitcoin Forum
June 03, 2024, 08:22:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Dumb RPI question  (Read 604 times)
ezeminer (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1118

Lie down. Have a cookie


View Profile
August 10, 2015, 05:51:46 PM
 #1

I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy

deltalima
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
August 10, 2015, 06:00:17 PM
 #2

I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy

screen or nohup can be used.

Alternatively vnc and keep a terminal open on the desktop.

example

screen -dmS MINER /usr/local/bin/cgminer --config /etc/cgminer.conf
takeshibaconsuzuki
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 11, 2015, 04:37:11 AM
 #3

I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy

screen or nohup can be used.

Alternatively vnc and keep a terminal open on the desktop.

example

screen -dmS MINER /usr/local/bin/cgminer --config /etc/cgminer.conf


Adding to his reply, to bring it back, enter:

screen -x MINER

and to get back to the terminal again hit ctrl-d.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!