#
HOWTO Run a warthog node with docker.
#
Basic way
docker run zzjulien/warthog_node:latest
#
Modify your node
Exemple you can add this type of arguments to run a node with stratum enabled
docker run --expose 3456 zzjulien/warthog_node:latest --stratum=0.0.0.0:3456
#
Run a (RPC) public node
docker run --expose 3001 zzjulien/warthog_node:latest --enable-public
Info
We advise you not to use the latest image, but rather to choose a stable version (latest release), currently zzjulien/warthog_node:0.4.24
Info
Warthog image is whitelisted on runonFlux