I just posted an updated nav installer script which will be most useful to those who were having troubles installing on other vps providers other than vultr
============================
nullex-nav-installer v1.0.0
============================
https://github.com/NLXionaire/nullex-nav-installer script updated to v1.0.0 which officially removes the beta status and adds a number of fixes and improvements. Here are the main changes:
-A number of fixes and improvements for greater compatibility with other vps providers (including those that use private networking)
-Online wallet check now automatically detects and installs new wallet versions without waiting for an updated script
-Simplified wallet commands (backwards compatible, so old cmds still work too):
Example:
/usr/local/bin/NulleX/nullex-cli stop
has been simplified to:
nullex-cli stop
For those that have already done the initial setup using this script, it fully supports easy updating of the linux wallet by running a single command -- the same command used to originally install:
sudo sh nullex-nav-installer.sh
At the update script prompt, press y + ENTER to update the script and it will rebuild the newest wallet and retain your existing settings and restart/refresh everything
There should be no need to restart the masternode after updating, but to double-check that it is still running, you can run the command:
nullex-cli masternode status
If you see a message of "Masternode successfully started" you are done. If you instead see an error, you will need to run the debug console command back in the windows wallet to restart:
startmasternode alias false <alias>
============================