Howdy Mister Lucky.
Just a little recommendation to your instructions on creating a Masternode.
You have listed on your VPS instructions:
VPS Remote wallet install
wget
https://github.com/moneycowry/cowry/releases/download/2.0.0.0/cowrymn.sh bash cowrymn.sh
Follow the instructions on screen and enter the masternode genkey(generated earlier) when prompted.
I recommend changing it as follows:
VPS Remote wallet install
wget
https://github.com/moneycowry/cowry/releases/download/2.0.0.0/cowrymn.shbash cowrymn.sh
Follow the instructions on screen and enter the masternode genkey(generated earlier) when prompted.
To install the masternode "wget" line will stop running with confusion on bash. Having "bash cowrymn.sh" on a separate line the installation runs smoothly. Some folks who are not to savvy on running masternodes might have a problem. But your instructions make it easy. Creating a masternode on your computer, I still haven't mastered.
Maybe explaining more about the local ip address for the computer and how to get it.
Have you explored running Docker containers? Having several nodes on one server?
Had to do some updates to the server today. I recommend using "cowry-cli stop", do the updates "apt update && apt upgrade -y && reboot"
then restart the masternode "cowryd -daemon"