subport
subport copied to clipboard
Run statemint full node
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
where i docker run statemint ,the logs: INFO main polkadot_parachain::command: Is collating: no and then
curl -H 'Content-Type: application/json' -d '{"id":1, "jsonrpc":"2.0", "method": "chain_getHeader", "params":[]}' http://127.0.0.1:9933 |jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 67 0 0 100 67 0 115k --:--:-- --:--:-- --:--:-- 67000
curl: (52) Empty reply from server
What's happening here?