Skip to content

Running a Public (Archive) Node

Marko Petrlić edited this page Sep 8, 2022 · 2 revisions

Here we just need to add the --state-pruning archive flag to makes sure that the node stores all the states!

./ternoa --name MyPublicNode --validator -d ./node-data/ --chain alphanet --state-pruning archive

Clone this wiki locally