How to reindex a Masternode

  1. Log into the VPS shell (connect to it using ssh)
  2. Open syscoin.conf
    • If you used the script to install

      Enter: sudo -u syscoin -c nano /home/syscoin/.syscoin/syscoin.conf

  3. Add the line reindex=1, close and save the file
    • If you use nano, you can close the file using CTRL+X which will prompt you to save changes
  4. Restart syscoind
    • If you used the script to install

      Enter: sudo systemctl restart syscoind

  5. Remove the line from the file again