How to update a Ghost coin cold staking pool node

0 49
Avatar for Pjman7
Written by
3 years ago

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

1
$ 0.01
$ 0.01 from @TheRandomRewarder
Avatar for Pjman7
Written by
3 years ago

Comments