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

Was this helpful?

Upgrading your node

PreviousUninstalling the nodeNextFirewall / Ports

Last updated 2 years ago

Was this helpful?

We have a new upgrade script you will be pleased to know! To upgrade your node, login as root and once logged in run the following code.

cd ~
rm -rf upgrade.sh
wget -O upgrade.sh https://raw.githubusercontent.com/Geordie-R/coti-node-upgrade/main/upgrade.sh && chmod +x upgrade.sh
./upgrade.sh

You will be asked a series of questions once you run the code above.

  • You will be asked if you are upgrading a node on the testnet or mainnet. Type number 1 for the mainnet or 2 for the testnet then press enter.

  • You will be asked for your ubuntu username the node is installed under. Leave it empty and press enter if you used "coti" originally.

  • You will be asked what version of the node software you would like to install. Type the number if you know it in this format: 3.1.0 then press enter. If you leave it empty it will use the latest version. Please note if a brand new release has just been released i may not have had time to update the latest version in the script so just type it in manually if you are upgrading to a brand new release.

If all goes well you should see UPGRADE COMPLETE! in giant letters!

Credits

Thanks to Cryptofirebird for the collaboration with code and testing! Checkout his excellent website with lots of useful features here:

Once you have completed the above two steps, you can if you are up.

https://coti.nebula-tech.io/
go here to check