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
  • Step1 - Script download and Script run.
  • Step 2 - Reboot the cnode.service
  • Step 3 - Set reset.transactions back to false

Was this helpful?

  1. TROUBLESHOOTING

Reseting Transactions

If you get a corrupt database, or the node status is UnSync on the coti node alert bot then run the following code in order.

Step1 - Script download and Script run.

Copy and right click to paste the following code in your VPS .

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

Step 2 - Reboot the cnode.service

sudo systemctl restart cnode.service

Step 3 - Set reset.transactions back to false

./reset_transactions.sh "false"

Now just wait 10 minutes and then check both the Finally: Checking you're up! and also try sending some token through your node.

PreviousTroubleshooting your nodeNextNode Hash Retrieval

Last updated 2 years ago

Was this helpful?