Bitcoin Forum

Bitcoin => Mining support => Topic started by: jonoiv on November 27, 2014, 11:18:05 PM



Title: BFGminer / CGminer mining screen view from putty login.
Post by: jonoiv on November 27, 2014, 11:18:05 PM
Does anyone know how to get the mining display back when re-logging into your computer / vps / raspberry pi from putty.

For example, i get the mining screen up and running,  then log out of putty, and later I want to log back in an view the accepted shares / blocks etc.

any ideas?   


Title: Re: BFGminer / CGminer mining screen view from putty login.
Post by: jonoiv on November 28, 2014, 01:01:34 AM
figured it out...

for anyone wanting to do the same, use tmux


install it :  sudo apt-get install tmux
Run it: tmux
if you want split screen (2 terminals in 1)  Press ctrl b then %

after you close the ssh / putty session and log in again later type "tmux attach" to bring you back to the bfgminer / cgminer screen.