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

Add Helikon bootnode. #2836

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

kukabi
Copy link
Contributor

@kukabi kukabi commented Dec 11, 2024

This PR adds the Helikon bootnode to the Acala chain spec. Helikon nodes can be monitored on the W3F Telemetry. The bootnode can be tested using the following commands:

./acala \
  --chain=acala \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes="/dns4/boot.helikon.io/tcp/8690/p2p/12D3KooWDXoG297s15SdZHpummwfqhPd5qj2jHtUDFaPPcyaHxZN"

and

./acala \
  --chain=acala \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes="/dns4/boot.helikon.io/tcp/8692/wss/p2p/12D3KooWDXoG297s15SdZHpummwfqhPd5qj2jHtUDFaPPcyaHxZN"

Thanks.

@xlc xlc merged commit f91f004 into AcalaNetwork:master Dec 11, 2024
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants