Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

added new bootnode to chain spec's #2204

Merged
merged 2 commits into from
Jan 6, 2021

Conversation

fevo1971
Copy link
Contributor

@fevo1971 fevo1971 commented Jan 5, 2021

  • adding four additional bootnodes to each (kusama & polkadot) network, as requested
  • tested each node like this:
for node in
"/dns/p2p.0.polkadot.network/tcp/30333/p2p/12D3KooWHsvEicXjWWraktbZ4MQBizuyADQtuEGr3NbDvtm5rFA5"
"/dns/p2p.1.polkadot.network/tcp/30333/p2p/12D3KooWQz2q2UWVCiy9cFX1hHYEmhSKQB2hjEZCccScHLGUPjcc"
"/dns/p2p.2.polkadot.network/tcp/30333/p2p/12D3KooWNHxjYbDLLbDNZ2tq1kXgif5MSiLTUWJKcDdedKu4KaG8"
"/dns/p2p.3.polkadot.network/tcp/30333/p2p/12D3KooWGJQysxrQcSvUWWNw88RkqYvJhH3ZcDpWJ8zrXKhLP5Vr"
do ./polkadot --chain polkadot -d /data/polkadot --pruning archive  --listen-addr /ip4/0.0.0.0/tcp/30333 --reserved-only --reserved-nodes $node
done

for node in
"/dns/p2p.0.kusama.network/tcp/30333/p2p/12D3KooWJDohybWd7FvRmyeGjgi56yy36mRWLHmgRprFdUadUt6b"
"/dns/p2p.1.kusama.network/tcp/30333/p2p/12D3KooWC7dnTvDY97afoLrvQSBrh7dDFEkWniTwyxAsBjfpaZk6"
"/dns/p2p.2.kusama.network/tcp/30333/p2p/12D3KooWGGK6Mj1pWF1bk4R1HjBQ4E7bgkfSJ5gmEfVRuwRZapT5"
"/dns/p2p.3.kusama.network/tcp/30333/p2p/12D3KooWRp4qgusMiUobJ9Uw1XAwtsokqx9YwgHDv5wQXjxqETji"
do ./polkadot --chain kusama -d /data/kusama --pruning archive  --listen-addr /ip4/0.0.0.0/tcp/30333 --reserved-only --reserved-nodes $node
done

Verified

This commit was signed with the committer’s verified signature.
fevo1971 felix
@fevo1971 fevo1971 requested review from s3krit and wpank January 5, 2021 19:53
@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Jan 5, 2021
@@ -1,3 +1,4 @@

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Verified

This commit was signed with the committer’s verified signature.
fevo1971 felix
@s3krit s3krit added B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Jan 6, 2021
@s3krit s3krit merged commit 00c1ef8 into master Jan 6, 2021
@s3krit s3krit deleted the fv-added-new-bootnodes-to-specfiles branch January 6, 2021 13:30
ParityReleases pushed a commit that referenced this pull request Jan 6, 2021
* added new bootnode to chain spec's

* remove trailing newline
ordian pushed a commit that referenced this pull request Jan 6, 2021

Verified

This commit was signed with the committer’s verified signature.
* master:
  added new bootnode to chain spec's (#2204)
  Add metrics timing message passing from OverseerSubsystemContext to Overseer::route_message (#2201)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants