Linux
Guide for running the Taraxa Node with Docker on Linux
1. Install Docker
Open a terminal window and run the following commands to install Docker:
wget -O get-docker.sh https://get.docker.com
sudo sh get-docker.sh
sudo apt install -y docker-compose
rm -f get-docker.sh
2. Download the Taraxa Scripts
GitHub is blocked in some countries. If you can't run the previous command please refer to the GitHub is blocked document.

3. Start the Taraxa Node

The node will start after Docker pulls the latest Taraxa Node image.

NOTE: You can press CTRL + C to stop displaying the logs
4. Update the Taraxa Node
From time to time we will release new versions of the node software. Try to keep it up to date using the following commands:
GitHub is blocked in some countries. If you can't run the previous command please refer to the GitHub is blocked document.
During the testing period, we will also make changes on the protocol level and you will have to re-sync all the data. Don't worry, we will let you know. To remove the current data and do a full re-sync you have to run the following commands:
Last updated