Code updates are essential to introduce new features, improve functionality and security. You will need to update your Wagerr wallet (clients) to keep up with the network and codebase created by the Wagerr Development team. Certain updates will require the user to update their wallet before a specific date, and failure to do so will result in their wallet losing connect to the best network.
Ensure that your local wallet is upgraded to the latest version. If it is not you will be unable to start your remote MN.
How to update your remote coin daemon on a VPS or dedicated server
This guide assumes you have root access when logging into the server, if you do not, some commands will need to be executed with “sudo” in front if you get a permission error.
Log in into the VPS
Shutdown the current wagerr daemon by running wagerr-cli stop in the prompt. This will work if your wagerr executables are located in the /usr/local/bin folder, otherwise change the directory to where they are located (usually ~/wagerr-VERSION_NUMBER/bin) with the command cd <directory> and run
./wagerr-cli stop
cd ~
You can view a list of subdirectories with the command ls.
- On your local computer browse to https://github.com/wagerr/wagerr/releases and update to the latest release. Look for the green tag in the left column, “Latest Release.”
- Back on the VPS, copy the link corresponding to the binary you would like — we will be using the 64-bit Version 4.0.0 for Ubuntu as an example:
https://github.com/wagerr/wagerr/releases/download/v4.0.0/wagerr-4.0.0-x86_64-linux-gnu.tar.gz
Download the binary by doing
wget https://github.com/wagerr/wagerr/releases/download/v4.0.0/wagerr-4.0.0-x86_64-linux-gnu.tar.gz
- Extract the binary by doing
tar -xzf wagerr-4.0.0-x86_64-linux-gnu.tar.gz
- Copy the new binaries over to the /usr/local/bin folder by running
cp -R wagerr-4.0.0/bin/wagerrd wagerr-4.0.0/bin/wagerr-cli /usr/local/bin
- Run the new Wagerr daemon and resync from any folder by the command:
wagerrd -resync
FOR UPDATING FROM 3.x.x to 4.x.x ONLY
All masternodes will require a resync. When you start your daemon after upgrading, the daemon will tell you that there is a corrupt database. Press Y to resync. You can get the status of your resync by sending wagerr-cli getinfo and matching the block height to explorer.wagerr.com
A fresh “Start” is required for all masternodes updating from v1.x.x to v2.x.x. On the LOCAL wallet, once updated and synchronized, switch to the Masternodes tab and click the “Start all” button. To start individual masternodes, select them one by one and click “Start alias.”
NOTE: It can take up to 2 hours for active time to show while the new masternode status is verified and accepted by the network.
-
Wagerr Home: https://wagerr.com
Wagerr Discord: https://discord.gg/tkcXS34
Wagerr Telegram: https://t.me/wagerrcoin
Wagerr Github: https://github.com/wagerr/wagerr/releases
Wagerr Electron GitHub: https://github.com/wagerr/wagerr-electron-app
Wagerr Twitter: https://twitter.com/wagerrx
Wagerr Facebook: https://www.facebook.com/wagerr/
Technical Support: support@wagerr.com
Comments
0 comments
Article is closed for comments.