Skip to content

Conversation

@kukabi
Copy link

@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:

./invarch-collator \
  --chain=invarch \
  --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/8670/p2p/12D3KooWGHWag5eiV1owztEipuzApf3EYeBzSvajmgxLSc2iPL8m"

and:

./invarch-collator \
  --chain=invarch \
  --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/8672/wss/p2p/12D3KooWGHWag5eiV1owztEipuzApf3EYeBzSvajmgxLSc2iPL8m"

Regards.

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.

1 participant