Thornode - Docker
Setting up a fullnode with Docker
Prerequisites
Install all packages needed for running and configuring the THORNode container
apt install -y --no-install-recommends aria2 curl docker.io jq pvConfiguration
Work directory
Prepare work directory
mkdir -p /opt/thornode/.thornode/configGenesis
For joining the network, the correct genesis file is required
curl https://storage.googleapis.com/public-snapshots-ninerealms/genesis/17562000.json -o /opt/thornode/.thornode/config/genesis.jsonSync
The fastest way to join the network is by downloading a current snapshot and sync from it.
Start
Start the thornode container
Last updated