Skip to content

Nitrous Release 3.1.0.1

Latest
Compare
Choose a tag to compare
@Nitrous-Core Nitrous-Core released this 14 Aug 07:30
· 1 commit to master since this release
075b3f5

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:

  1. 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.