Skip to content

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