Skip to content

Running a Public (Archive) Node

Marko Petrlić edited this page Sep 15, 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 --ws-external --rpc-external --rpc-cors all --rpc-max-response-size 1000

Clone this wiki locally