Launch screen
Code:
screen
Hit space, then launch the miner; e.g.
Code:
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mRQmzB5nzqw4Lx1gvEF7uREBqPv5A6jBYJ -p x
ctrl+d detatches the current screen sessions and brings you back to the normal terminal,
you can re-attach your detached session by typing
Code:
screen -r
All done, have fun!
So to clarify, as putty is running, hashing away I press:
screen
[Enter]
[Space]
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u walletaddress -p x
[Enter]
[Ctrl+D]
Then I can close putty and it will still run?