Skip to main content

Running PM2 as God Daemon for Inichain Miner

Installing Node.js

 

sudo apt autoremove nodejs -y
curl -fsSL https://deb.nodesource.com/setup_23.x | sudo -E bash -
sudo apt update
sudo apt-get install -y nodejs