Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Masternode Update Guide For V0.12.2.4a

Crypto Centric edited this page Jan 15, 2019 · 7 revisions

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

Pre-configuration to V0.12.2.4a.

You must edit your MN lines within the masternode.conf file. The Masternode private keys and transaction hashes from the a 2500 ABS transaction must be added for each Masternode.

Before creating you MN, be sure to have the latest version of all the binaries.

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.4/absolute_12.2.4_linux.tar.gz -O absolute_12.2.4_linux.tar.gz

Decompress
tar -zxvf absolute_12.2.4_linux.tar.gz

Stop MN
absolute-cli stop

Copy absolute-cli and absoluted to your Absolute folder
sudo cp absolute_12.2.4_linux/absolute-cli Absolute/absolute-cli
sudo cp absolute_12.2.4_linux/absoluted Absolute/absoluted

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

Linux hot wallet

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

Restart cold nodes 'start alias'

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