Coti Node Docs By GeordieR
  • Coti Full Node Guide
  • Wallet and KYC
    • Sign Up
    • KYC
    • Secret Key & SEED
  • Necessary Purchases
    • Registering a VPS
    • VPS Setup
    • Registering a domain name
    • Add an "A" record
    • Register your node hash
  • Installing the node
    • Connect to the node
    • Installing a node
      • Install a full node
      • Installing an exchange full node
    • Finally: Checking you're up!
  • Uninstalling The Node
    • Uninstalling the node
  • Upgrades
  • Upgrading your node
  • Extra Recommended Info
    • Firewall / Ports
    • Two Factor Authentication
    • Node Hardening
  • TROUBLESHOOTING
    • Troubleshooting your node
    • Reseting Transactions
    • Node Hash Retrieval
    • Export Logs
Powered by GitBook
On this page
  • What happens if I reboot
  • Start/Stop
  • Viewing the log
  • Uninstalling

Was this helpful?

  1. Installing the node

Finally: Checking you're up!

PreviousInstalling an exchange full nodeNextUninstalling the node

Last updated 2 years ago

Was this helpful?

If you successfully installed the node you will be on the lookout for this message

COTI FULL NODE IS UP

If you see the message above, use the tabs below to check for your node on mainnet or testnet.

Check you're up by logging intoand find your node in the drop down node list once you're past the username and password section.

Check you're up by logging into and find your node in the drop down node list once you're past the username and password section.

If you are an exchange only: be sure to head back to the exchange page and run the keys section now to record your mnemonics, seed and private key then delete the keys file.

What happens if I reboot

The node is currently running under a systemd service so if you reboot the service will automatically start. We would recommend you stop the service before rebooting of course. You can see the configuration for this service if you wish:

nano /etc/systemd/system/cnode.service

Start/Stop

To stop or start the service use a variation of this command replacing start with stop

systemctl start cnode.service

Viewing the log

If you want to view the log you can use the following command. If you have used a user other than coti, please replace the first mention of coti in the command below with your username. If you just want to see the end of the log replace nano with tail -f

 nano /home/coti/coti-node/logs/FullNode1.log

Uninstalling

If you make a mistake and want to uninstall and try the installation again, here is the code to uninstall.

rm -rf uninstallfullnode.sh
wget -O uninstallfullnode.sh https://raw.githubusercontent.com/Geordie-R/coti-full-node/main/uninstallfullnode.sh
chmod +x uninstallfullnode.sh
./uninstallfullnode.sh
https://pay.coti.io/testnet
https://pay.coti.io/
https://geordier.gitbook.io/geordie-docs/exchange-nodes/installing-an-exchange-node#recording-your-keys-then-deleting-the-keys-file