How to Install a full DERO node with stats, the easy way

Some people would like to run their own dero stats node on linux but don’t have the patience to fumble with dependencies and configuration. No need to worry, the process can be done in 3 simple commands!

These scripts will install derod, download the most current bootstrap and install the network stats client. NTP is also setup automatically. These scripts are basically hands off and completely automatic.

A few notes before we get started:

  • To change the install directory you can edit the root_dir directory variable in install.sh. Otherwise, the default install directory is /opt/dero.
  • You can also change the timezone with the timezone variable, the default is UTC.

For Centos7

wget blockchain.dero.network/install_centos7.sh
chmod 755 install_centos7.sh
./install_centos7.sh

For Ubuntu 18

wget blockchain.dero.network/install_ubuntu.sh
chmod 755 install_ubuntu.sh
./install_ubuntu.sh

After the installation you will only need to start derod and the stats client, which are both located in /opt/dero. Simple enough? I hope so. Let me know if you have any ideas or suggestions for improvement!

Written by @Kryptoid

2 Likes