This github repo is designed to be able to setup a Syntropy DARP node in under 10 steps.
Syntropy Site: https://www.syntropynet.com/
Syntropy Docs: https://docs.syntropystack.com/docs
GitHub: https://github.com/SyntropyNet
Please be aware that currently running a DARP node does not yet involve the rewards system, this is due to be added later (exact time/date unknown)
Currently this will only work for a Ubuntu operating systems.
- User account with sudo permissions
- Ubuntu based operating system
- Your host could provide a firewall option within their control panel, if this is the case you will need to ensure ports 8080/tcp and 9835/udp are allowed. If you are unsure on how to do this your provider should have a guide, if not contact your providers support.
sudo apt-get update
sudo apt-get install git
git clone https://github.com/HNGamingUK/syntropy-darp
cd syntropy-darp
./syntropy-darp.sh
sudo docker-compose up -d
Once installed succesfully you should be able to access the DARP UI in your browser of choice via http://[IP ADDRESS]:8080
cd syntrop-darp
sudo docker-compose pull
sudo docker-compose up -d