subport icon indicating copy to clipboard operation
subport copied to clipboard

Run statemint full node

Open zhy827827 opened this issue 2 years ago • 1 comments

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

zhy827827 avatar May 15 '23 03:05 zhy827827

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?

zhy827827 avatar May 16 '23 01:05 zhy827827