0
61
Start by connecting to your server either through ssh or console
Stop the services for ghost
sudo systemctl stop stakepool_live.service ghostd_live.service
change the directory to the git folder for ghost-coldstakepool
cd ~/ghost_stakepool
git pull
NOTE if no updates are found try
git pull https://github.com/ghost-coin/ghost-coldstakepool
Install changes
sudo pip3 install --upgrade .
Update Ghost Core
coldstakepool-prepare --update_core
Restart Services
sudo systemctl start stakepool_live.service ghostd_live.service
Verify services restarted
sudo systemctl stakepool_live status
sudo systemctl ghostd_live status