Thornode - Docker
Setting up a fullnode with Docker
The steps shown here are tested on Ubuntu 24.04
, different distributions may need adjustments to the commands.
All commands are meant to be run as root user, if not specified otherwise. Depending on the server installation, they may need to be run from a different user via sudo
.
Prerequisites
Install all packages needed for running and configuring the THORNode container
Configuration
Work directory
Prepare work directory
Genesis
For joining the network, the correct genesis file is required
Sync
The fastest way to join the network is by downloading a current snapshot and sync from it.
Start
Start the thornode container
Last updated