Skip to content

REOSC 2.2.3 security-relevant release

Compare
Choose a tag to compare
@REOSC REOSC released this 22 Sep 10:16

REOSC 2.2.3

REOSC-node is a important security-relevant release. You must upgrade to it before block #2,000,000.

One command to get the node in Ubuntu 16.04:

wget https://github.com/REOSC/reosc-node/releases/download/2.2.3/ubuntu.16.04.reosc-node.tar.gz && tar -xf ubuntu.16.04.reosc-node.tar.gz && chmod +x reosc-node

One command to get the node in Ubuntu 18.04:

wget https://github.com/REOSC/reosc-node/releases/download/2.2.3/ubuntu.18.04.reosc-node.tar.gz && tar -xf ubuntu.18.04.reosc-node.tar.gz && chmod +x reosc-node

MN owners, please install REOSC Stats API and create a scriptfile that is automatically restarted in case of loss of communication with the node and sends statistics data to REOSC Stats Page. Thank you

make a batch start.bash

#!/bin/bash

while true; do
npm start
done

save it and
chmod +x start.bash

run it
./start.bash

And it will connect automatically.

Binaries for Linux Ubuntu 16.04 64bit