-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
How to run statemint full node?Is this command okay?
sudo docker run -d --restart=unless-stopped -p 9944:9944 -p 9933:9933 -v /opt/data/polkadot-parachain:/polkadot parity/polkadot-parachain:latest --rpc-external --ws-external --rpc-cors all --no-prometheus --blocks-pruning archive --state-pruning archive --chain statemint --sync full
Activity
zhy827827 commentedon May 16, 2023
where i docker run statemint ,the logs: INFO main polkadot_parachain::command: Is collating: no
and then
What's happening here?