Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run statemint full node #563

Open
zhy827827 opened this issue May 15, 2023 · 1 comment
Open

Run statemint full node #563

zhy827827 opened this issue May 15, 2023 · 1 comment

Comments

@zhy827827
Copy link

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
Copy link
Author

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?

@bkchr bkchr transferred this issue from paritytech/cumulus May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant