Skip to content

Run statemint full node #563

@zhy827827

Description

@zhy827827

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

zhy827827 commented on May 16, 2023

@zhy827827
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?

transferred this issue fromparitytech/cumuluson May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhy827827

        Issue actions

          Run statemint full node · Issue #563 · paritytech/subport