Install a full node
Node installation tips specifically for users (not exchanges)
Login to your VPS.
rm -rf installfullnode.sh
wget -O installfullnode.sh https://raw.githubusercontent.com/Geordie-R/coti-full-node/main/installfullnode.sh
chmod +x installfullnode.sh
./installfullnode.shLast updated