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

Add stakeworld bootnodes for polkadot, kusama and westend #7148

Merged
merged 1 commit into from
May 4, 2023

Conversation

stakeworld
Copy link
Contributor

Hi,

I have setup bootnodes for polkadot, kusama and westend. I also collected some information from previous pr's and did a writeup on setting up bootnodes here.

The bootnodes are hosted on dedicated servers. For every chain the bootnode is accessible via p2p, p2p/ws and p2p/wss with a valid certificate (nginx proxy/letsencrypt).

The node-key is backed up and can be restored to a new server in case of server problems.

All network paths were checked by running polkadot --chain <chain> --base-path /tmp/node --no-hardware-benchmarks --name "Bootnode testnode" --reserved-only --reserved-nodes "<path>" and seeing if we got a connected node.

For example for polkadot:

polkadot --chain polkadot --base-path /tmp/node --no-hardware-benchmarks  --name "Bootnode testnode" --reserved-only --reserved-nodes "/dns/dot-bootnode.stakeworld.io/tcp/30310/p2p/12D3KooWAb5MyC1UJiEQJk4Hg4B2Vi3AJdqSUhTGYUqSnEqCFMFg" 
polkadot --chain polkadot --base-path /tmp/node --no-hardware-benchmarks --name "Bootnode testnode" --reserved-only --reserved-nodes "/dns/dot-bootnode.stakeworld.io/tcp/30311/ws/p2p/12D3KooWAb5MyC1UJiEQJk4Hg4B2Vi3AJdqSUhTGYUqSnEqCFMFg" 
polkadot --chain polkadot --base-path /tmp/node --no-hardware-benchmarks --name "Bootnode testnode" --reserved-only --reserved-nodes "/dns/dot-bootnode.stakeworld.io/tcp/30312/wss/p2p/12D3KooWAb5MyC1UJiEQJk4Hg4B2Vi3AJdqSUhTGYUqSnEqCFMFg" 

This was also done on kusama and westend.

If there are any questions or remarks of course let me know.

Regards,
Max | stakeworld.io

@cla-bot-2021
Copy link

cla-bot-2021 bot commented Apr 29, 2023

User @stakeworld, please sign the CLA here.

@bkchr bkchr added 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. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. labels Apr 29, 2023
@bkchr bkchr requested a review from ggwpez April 29, 2023 09:35
@ggwpez
Copy link
Member

ggwpez commented May 4, 2023

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 0c9143e into paritytech:master May 4, 2023
@ggwpez
Copy link
Member

ggwpez commented May 4, 2023

For every chain the bootnode is accessible via p2p, p2p/ws and p2p/wss with a valid certificate (nginx proxy/letsencrypt).

The node-key is backed up and can be restored to a new server in case of server problems.

Thanks!
I will use your MR as example for others of how it should be done.

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. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants