Installing an exchange full node
Node installation tips specifically for exchanges
Connect to your node
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.shRecording your keys, then deleting the keys file.
Clearing your bash / terminal history
Last updated