Welcome to the price appreciation phase of Nitrous!
Hate us or love us, we're going to get filthy rich together.
About this release
Changes reward structure to 6 days of low rewards and 1 day of high rewards per week starting at block 104000.
To upgrade, close your wallet and replace your existing executable file with the new one, and start your wallet again. That's it. You will not lose staking weight and nothing about your configuration needs to change.
nitrousd is the Linux executable. You do not need to change anything on your VPS since collateral is NOT changing. You only need to:
- Replace your current nitrousd and nitrous-cli with the new nitrousd and nitrous-cli (If you used Zoldur's install scipt originally, these will be in /usr/local/bin/). You by logging into your VPS through SSH and executing the following commands:
sudo su
systemctl stop Nitrous.service
wget https://github.com/Nitrous-Core/nitrous/releases/download/V3.1.0.1/nitrousd -O /usr/local/bin/nitrousd
wget https://github.com/Nitrous-Core/nitrous/releases/download/V3.1.0.1/nitrous-cli -O /usr/local/bin/nitrous-cli
systemctl start Nitrous.service
If you didn't use Zolur's script, your files may be in a different place. In this case, you would also use "nitrous-cli stop" and "nitrousd" top stop and start the server respectively.
For those of you who prefer to set up a new VPS instead, that will work as well. Zoldur's script will be updated shortly in case you prefer using that vs compiling yourself.