Skip to content

Running a Public (Archive) Node

Ken Vu edited this page Jul 21, 2023 · 3 revisions

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

./seed --name MyPublicNode --validator -d ./node-data/ --chain porcini --unsafe-rpc-external --rpc-methods=unsafe --rpc-cors all --rpc-max-response-size 1000

Important!

Soon the following flag will also be needed: --state-pruning archive

Clone this wiki locally