Changing from Source build to APT repo
Hi all,
With the upcomming requirement to update to zend version 2.0.11 before block 290,000, many people have been asking for help updating the daemon.
Many people initially built from source, but now with the updated APT repo, this blog post will help people move from the source build daemon to using the APT repo.
Please run each of these commands one after the other:
Stop the zend daemon:
sudo monit stop zend
or if you dont use monit zen-cli stop
then
sudo apt-get update
then
sudo apt-get install apt-transport-https lsb-release
then all on one command line
echo 'deb https://zencashofficial.github.io/repo/ '$(lsb_release -cs)' main' | sudo tee --append /etc/apt/sources.list.d/zen.list
then all on one command line
gpg --keyserver ha.pool.sks-keyservers.net --recv 219F55740BBF7A1CE368BA45FB7053CE4991B669
then
gpg --export 219F55740BBF7A1CE368BA45FB7053CE4991B669 | sudo apt-key add -
then
sudo apt-get update
then
sudo apt-get install zen
then
sudo monit start zend
or zend
and then restart your tracker, if using pm2
pm2 restart 0
I hope that this helps, and if you need any help drop a message below or find me in the #securenodes channel on Discord.