Skip to content

Masternode Update Guide For V0.12.2.5

Crypto Centric edited this page Mar 27, 2019 · 6 revisions

/!\ If you are running a local wallet, backup it up first /!\

Configuration to V0.12.2.5.

Your MN lines within the masternode.conf file do not need to be changed from previous versions.

When upgrading, be sure to have the latest version of all the binaries which are listed below.

start alias must be done after the upgrade procedure is complete on the cold node.

Sentinel to v1.2

Sentinel V1.2 will be mandatory since the spork was activated on the 25th of July 2018. Any Masternode that does not show as “Enabled” will not be rewarded.

On you VPS, you don't need to stop/start or anything with sentinel if you are already at version V1.2.

If in any doubt, go to your sentinel folder

Execute command: git pull. This command will get changed files only from the git hub repository. That's it, sentinel update is done. Here is an example:

Update your wallet

Cold wallet masternode (VPS)

From your shell (or putty).
Go to your home folder or install folder
cd $HOME hit ENTER

Download the last release
wget https://github.com/absolute-community/absolute/releases/download/v12.2.5/absolutecore-0.12.2.5-x86_64-linux-gnu.tar.gz

Decompress
tar -zxvf absolutecore-0.12.2.5-x86_64-linux-gnu.tar.gz

Stop MN
absolute-cli stop

Wait 30 Seconds before continuing..

Copy absolute-cli and absoluted to your Absolute folder
sudo cp absolutecore-0.12.2.5/bin/absoluted Absolute/absoluted
sudo cp absolutecore-0.12.2.5/bin/absolute-cli Absolute/absolute-cli

Remove old reference
sudo rm -rf /usr/local/bin/absolute-cli
sudo rm -rf /usr/local/bin/absoluted

Create symblink as it will be easier for next update
cd $HOME
sudo ln -s $PWD/Absolute/absolute-cli /usr/local/bin/absolute-cli
sudo ln -s $PWD/Absolute/absoluted /usr/local/bin/absoluted

Add additional dependencies
sudo apt-get install libzmq3-dev
sudo apt-get install libminiupnpc-dev

Restart your MN
absoluted -daemon

Restart cold node from Hot Node Wallet on Windows, Mac or Linux.
start alias

Linux hot wallet

If you are using absolute-qt, just replace the files with the new one, restart your wallet / daemon.

Windows update

Just replace the files with the new ones, then restart wallet / daemon.

Block information can be found on explorer here: https://explorer.absolutecoin.net/ or https://mninfo.absolutecoin.net