A decentralized AI network where every computer contributes to planetary-scale intelligence
Before setting up an automated Fortytwo Node, ensure your system meets the following requirements:
- Operating System: Ubuntu 20.04 / 22.04 (recommended)
- Hardware: At least 16GB RAM, SSD storage, and a stable internet connection
- Dependencies:
curl,unzip,libgomp1,screen
Run the following command to install necessary packages:
apt update && apt install -y curl unzip libgomp1 screenClone the Fortytwo Node repository and extract the files:
mkdir -p ~/FortytwoCLI && cd ~/FortytwoCLI
curl -L -o fortytwo-console-app.zip https://github.com/Fortytwo-Network/fortytwo-console-app/archive/refs/heads/main.zip
unzip fortytwo-console-app.zip
cd fortytwo-console-app-main
screen -S fortytwo
chmod +x linux.sh && ./linux.sh
cd ~/FortytwoCLI/fortytwo-console-app-main
screen -r fortytwoTo stop the node:
screen -X -S fortytwo quit
Exit tmux Ctrl + B and DThis setup ensures your Fortytwo Node starts automatically upon system reboot and runs in the background. Let me know if you need further customization! 🚀