- Log into the VPS shell (connect to it using ssh)
- Open
syscoin.conf
-
If you used the script to install
Enter:
sudo -u syscoin -c nano /home/syscoin/.syscoin/syscoin.conf
-
- 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
- If you use nano, you can close the file using
- Restart syscoind
-
If you used the script to install
Enter:
sudo systemctl restart syscoind
-
- Remove the line from the file again