Useful Linux Commands For Managing Chia Nodes

I'm running two chia farms for about two months now. Chia has not made me rich yet - at least not financially. At the same time, it has motivated me to brush up my Linux and bash skills. I see that as a gain as well. My favorite remote shell: MobaXterm ! The below list is for myself, but maybe you also find some value on those. I started to use them quite frequently while managing my farms. Also see the following articles, where describe my setup and review some of the hardware used Chia Plot and Farming Setup with SystemD BMAX B1 Plus Mini PC Performance Review Lets get into it! Session Management Detach session and keep processes running If you start new processes in your shell, they will be terminated as soon as you exit. In cases where the processes already run in background, you can detach your session instead of terminate, by using the following commands: Ctrl + A , followed by Ctrl + D . To avoid that situation entirely, prefix your commands with nohup , which stands for &q