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

Bug: Command line flag for using remote relay chain on Mangata node doesn't work #500

Open
Curu24 opened this issue May 25, 2023 · 0 comments
Assignees

Comments

@Curu24
Copy link

Curu24 commented May 25, 2023

Hello,

I tried to run Mangata collator with relay-chain-rpc-url flag to specify a remote relay chain RPC to be used instead of the embedded one but the node process crashes on startup with this error:

Error: Input("Relay chain argument error: Invalid input: `rococo-local` only supported with `rococo-native` feature enabled.")
Main process exited, code=exited, status=1/FAILURE
polkadot.service: Failed with result 'exit-code'.

Here is the full config

ExecStart=/usr/local/bin/mangata \
  --name Polkadotters \
  --base-path '/var/lib/mangata' \
  --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
  --execution wasm \
  --wasm-execution Compiled \
  --collator \
  --force-authoring \
  --rpc-cors all \
  --chain /home/mangata_user/mangata-kusama-mainnet.json \
  --bootnodes=/dns/kusama-collator.mangatafinance.cloud/tcp/30333/p2p/12D3KooWSCufgHzV4fCwRijfH2k3abrpAJxTKxEvN1FDuRXA2U9x \
  --state-pruning=archive \
  --trie-cache-size 0 \
  --relay-chain-rpc-url ws://178.170.48.153:9944 \
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

2 participants