How to install node?

This script allows you to install a node for the REDEV2 network on your Ubuntu system. Choose the appropriate version for your Ubuntu distribution and run the corresponding command below.

Ubuntu 18.04

curl -sSL https://github.com/redecoinproject/node/raw/master/ubuntu18.sh | bash

Update for Ubuntu 18.04

curl -sSL https://github.com/redecoinproject/node/raw/master/ubdate_ubuntu18.sh | bash

Ubuntu 20.04

curl -sSL https://github.com/redecoinproject/node/raw/master/ubuntu20.sh | bash

Ubuntu 23.04

curl -sSL https://github.com/redecoinproject/node/raw/master/ubuntu23.04.sh | bash

ARM

curl -sSL https://github.com/redecoinproject/node/raw/master/arm.sh | bash

Update for ARM

curl -sSL https://github.com/redecoinproject/node/raw/master/ubdate_arm.sh | bash Make sure you run the script with administrator permissions if your system requires it

License: This project is licensed under the MIT License.
Contributing: If you'd like to contribute to this project, please follow our contribution guidelines.
Issues: If you encounter any issues or have questions, please open an issue on our GitHub repository.