chmod +x ./status.sh
./status.sh 255.255.255.0
chmod +x ./fnnetcheck.sh
./fnnetcheck.sh > netcheck.log
# This will help to investigate if your node has issues with peers
sudo -s
( find / -name *snap*.zip -type f -print0 && find / -name *testnet*.zip -type f -print0 ) 2>/dev/null | xargs -0 rm
sudo find / -type f \( -name '*snap*.zip' -o -name '*testnet*.zip' \) -delete