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 bootnodes. #1358

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kukabi
Copy link

@kukabi kukabi commented Aug 12, 2024

This PR adds Helikon bootnodes to the Bifrost Polkadot chain spec. Helikon nodes can be monitored on the W3F Telemetry. You may test the bootnodes using the command:

./bifrost \
  --chain /path/to/chain/spec/bifrost-polkadot.json \
  --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/8530/p2p/12D3KooWAB7enhANqPMfQHhmQF1ZkFqDKbp7Wtu1BzFKbjSTfuXL"

and:

./bifrost \
  --chain /path/to/chain/spec/bifrost-polkadot.json \
  --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/8532/wss/p2p/12D3KooWAB7enhANqPMfQHhmQF1ZkFqDKbp7Wtu1BzFKbjSTfuXL"

Thanks.

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