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. #1087

Closed

Conversation

kukabi
Copy link

@kukabi kukabi commented Aug 12, 2024

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

./unique-collator \
  --chain /path/to/chain/spec/unique.json \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns/boot.helikon.io/tcp/8650/p2p/12D3KooWBgfhay8zm3RhZtdDCXgfhkPmB9YEU9NjUiiztq3C13w1"

and:

./unique-collator \
  --chain /path/to/chain/spec/unique.json \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns/boot.helikon.io/tcp/8652/wss/p2p/12D3KooWBgfhay8zm3RhZtdDCXgfhkPmB9YEU9NjUiiztq3C13w1"

Thanks.

@BuddyGlas
Copy link
Collaborator

@kukabi
Thanks a lot for your commit, but we have long since switched to using native spec files from Parity in our networks. The relay spec files in our repository will be removed with the next release.

@BuddyGlas BuddyGlas closed this Aug 13, 2024
@kukabi
Copy link
Author

kukabi commented Aug 13, 2024

Hi @BuddyGlas. I'm sorry for the mistake. I meant to add Unique bootnodes, not Polkadot. I created the new PR #1088 for it. 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.

2 participants