Using Screens
Last updated
Last updated
To keep the bot running even after closing the terminal, we will use screen
:
To go into the NotArb bot screen
or to go into the Jupiter screen:
Press Ctrl + A
, then D
.
Kill the notarb Screen
Kill the Jupiter Screen
It's time to kill all the screens because the bot is not configured to run properly yet.
Kill the Jupiter Session
If for some reason there are multiple notarb or jupiter screen sessions, you will have to kill the session using their PID. Get the list of screen sessions running:
You may see:
If you wanted to kill the latest one with the PID of 6969696, execute the following:
Ensure you don't have multiple screen sessions running the bot simultaneously to prevent failures.