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

Ibp bootnodes for Kusama People (#6) #4741

Merged
merged 10 commits into from
Jun 17, 2024
Merged

Conversation

hitchhooker
Copy link
Contributor

  • fix rotko's pcollectives bootnode
  • Update people-kusama.json
  • Add Dwellir People Kusama bootnode
  • add Gatotech bootnodes to people-kusama
  • Add Dwellir People Kusama bootnode
  • Update Amforc bootnodes for Kusama and Polkadot (Update Amforc bootnodes for Kusama and Polkadot #4668)

hitchhooker and others added 9 commits June 10, 2024 08:49
* fix rotko's pcollectives bootnode

* Update people-kusama.json

* Add Dwellir People Kusama bootnode

* add Gatotech bootnodes to `people-kusama`

* rebase

* Add Dwellir People Kusama bootnode

* rebase

* Update Amforc bootnodes for Kusama and Polkadot (paritytech#4668)

Tested each bootnode with `--reserved-only` `--reserved-nodes`

Kusama
```
polkadot --chain kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWKvYf6qKaAF8UUDw3KsTwjHLnvkED23yxHbH3npMe8w4G" --no-hardware-benchmarks
polkadot --chain kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/kusama.bootnode.amforc.com/tcp/30001/p2p/12D3KooWKvYf6qKaAF8UUDw3KsTwjHLnvkED23yxHbH3npMe8w4G" --no-hardware-benchmarks
```

Asset Hub Kusama
```
./polkadot-parachain --chain asset-hub-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/asset-hub-kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWHy1CPndZYphwdVqMb295KPC6LRt17Ae3zNSr7evzeF5a" --no-hardware-benchmarks
./polkadot-parachain --chain asset-hub-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/asset-hub-kusama.bootnode.amforc.com/tcp/30007/p2p/12D3KooWHy1CPndZYphwdVqMb295KPC6LRt17Ae3zNSr7evzeF5a" --no-hardware-benchmarks
```

Bridge Hub Kusama
```
./polkadot-parachain --chain bridge-hub-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/bridge-hub-kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWNyTBwRvCz1Ey2SgC1f3MvymhiAyLEa3cL8kU5gFH3V7Z" --no-hardware-benchmarks
./polkadot-parachain --chain bridge-hub-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/bridge-hub-kusama.bootnode.amforc.com/tcp/30010/p2p/12D3KooWNyTBwRvCz1Ey2SgC1f3MvymhiAyLEa3cL8kU5gFH3V7Z" --no-hardware-benchmarks
```

Coretime Kusama
```
./polkadot-parachain --chain coretime-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/coretime-kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWPrgxrrumrANp6Bp2SMEwMQHPHDbPzA1HbcrakZrbFi5P" --no-hardware-benchmarks
./polkadot-parachain --chain coretime-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/coretime-kusama.bootnode.amforc.com/tcp/30013/p2p/12D3KooWPrgxrrumrANp6Bp2SMEwMQHPHDbPzA1HbcrakZrbFi5P" --no-hardware-benchmarks
```

People Kusama
```
./polkadot-parachain --chain people-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/people-kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWPjzgKZe5jdG6TY4gwcFq8QxyyhqsYbQo6N29pwGePWLA" --no-hardware-benchmarks
./polkadot-parachain --chain people-kusama --base-path /tmp/node --reserved-only --reserved-nodes "/dns/people-kusama.bootnode.amforc.com/tcp/30004/p2p/12D3KooWPjzgKZe5jdG6TY4gwcFq8QxyyhqsYbQo6N29pwGePWLA" --no-hardware-benchmarks
```

People Westend
```
./polkadot-parachain --chain people-westend --base-path /tmp/node --reserved-only --reserved-nodes "/dns/people-westend.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWE1btdwDhNpApg8BEe2QwJxdVDtz6a6BRhgTeUh9HMhWs" --no-hardware-benchmarks
./polkadot-parachain --chain people-westend --base-path /tmp/node --reserved-only --reserved-nodes "/dns/people-westend.bootnode.amforc.com/tcp/30016/p2p/12D3KooWE1btdwDhNpApg8BEe2QwJxdVDtz6a6BRhgTeUh9HMhWs" --no-hardware-benchmarks
```

Polkadot
```
polkadot --chain polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/polkadot.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWT2HyZx5C6BBeLbCKhYG2SqJYuiu7sLMxGzUcQBko3BMr" --no-hardware-benchmarks
polkadot --chain polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/polkadot.bootnode.amforc.com/tcp/30001/p2p/12D3KooWT2HyZx5C6BBeLbCKhYG2SqJYuiu7sLMxGzUcQBko3BMr" --no-hardware-benchmarks
```

Asset Hub Polkadot
```
./polkadot-parachain --chain asset-hub-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/asset-hub-polkadot.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWDLxPXYnSHjNwq9ibqgxuzRni5VViuGNSjNe3ueqVgqE3" --no-hardware-benchmarks
./polkadot-parachain --chain asset-hub-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/asset-hub-polkadot.bootnode.amforc.com/tcp/30007/p2p/12D3KooWDLxPXYnSHjNwq9ibqgxuzRni5VViuGNSjNe3ueqVgqE3" --no-hardware-benchmarks
```

Bridge Hub Polkadot
```
./polkadot-parachain --chain bridge-hub-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/bridge-hub-polkadot.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWGT5E56rAHfT5dY1pMLTrpAgV72yfDtD1Y5tPCHaTsifp" --no-hardware-benchmarks
./polkadot-parachain --chain bridge-hub-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/bridge-hub-polkadot.bootnode.amforc.com/tcp/30010/p2p/12D3KooWGT5E56rAHfT5dY1pMLTrpAgV72yfDtD1Y5tPCHaTsifp" --no-hardware-benchmarks
```

Collectives Polkadot
```
./polkadot-parachain --chain collectives-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/collectives-polkadot.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWL6v6FHMtCP5VsiDbMHLRFiW6YBtv37BarpW3hLqnDski" --no-hardware-benchmarks
./polkadot-parachain --chain collectives-polkadot --base-path /tmp/node --reserved-only --reserved-nodes "/dns/collectives-polkadot.bootnode.amforc.com/tcp/30013/p2p/12D3KooWL6v6FHMtCP5VsiDbMHLRFiW6YBtv37BarpW3hLqnDski" --no-hardware-benchmarks
```

---------

Co-authored-by: RadiumBlock <[email protected]>
Co-authored-by: Jonathan Udd <[email protected]>
Co-authored-by: Milos Kriz <[email protected]>
Co-authored-by: tugy <[email protected]>
11279 ± ./scripts/test_bootnodes.sh                                                                                                                   [0m]! ✹ ✭
Initialized output directory and JSON file.
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot-node.helikon.io/tcp/7510/p2p/12D3KooWM1X4setrMWjwnV8iDkAtYhqFHNkGozdWdq6sawWh5Yhv
2024-06-10 12:41:21 [Parachain] ⚙️  Syncing 115.2 bps, target=#175337 (3 peers), best: paritytech#1792 (0x8e56…b18a), finalized #0 (0xc1af…8b3f), ⬇ 943.9kiB/s ⬆ 10.7kiB/s
helikon people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot-node.helikon.io/tcp/7512/wss/p2p/12D3KooWM1X4setrMWjwnV8iDkAtYhqFHNkGozdWdq6sawWh5Yhv
2024-06-10 12:41:47 [Parachain] ⚙️  Syncing 115.2 bps, target=#175339 (2 peers), best: #1024 (0x2970…7678), finalized #0 (0xc1af…8b3f), ⬇ 541.6kiB/s ⬆ 14.4kiB/s
helikon people-kusama peer_count: 2
All data has been fetched and saved.
@hitchhooker
Copy link
Contributor Author

all IBP ksm-people bootnodes should be now here and ready to be merged.

@dcolley could you fix wss termination/routing?

10520 ± ./scripts/test_bootnodes.sh                                                                                                                 ⏎ [3m]! ✹ ✭
Initialized output directory and JSON file.
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWPjzgKZe5jdG6TY4gwcFq8QxyyhqsYbQo6N29pwGePWLA
2024-06-13 18:03:43 [Parachain] ⚙️  Syncing 217.6 bps, target=#195788 (8 peers), best: #3968 (0x9f1b…deae), finalized #0 (0xc1af…8b3f), ⬇ 3.1MiB/s ⬆ 1.1kiB/s
amforc people-kusama peer_count: 8
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama.bootnode.amforc.com/tcp/30004/p2p/12D3KooWPjzgKZe5jdG6TY4gwcFq8QxyyhqsYbQo6N29pwGePWLA
2024-06-13 18:04:08 [Parachain] ⚙️  Syncing 243.2 bps, target=#195791 (5 peers), best: #3264 (0xd180…ab13), finalized #0 (0xc1af…8b3f), ⬇ 1.5MiB/s ⬆ 6.8kiB/s
amforc people-kusama peer_count: 5
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-boot-ng.dwellir.com/tcp/30359/p2p/12D3KooWM6T8MMibxLZhhpq6F612CZ4FgnfDSJSkWDMiVUDe1aGb
2024-06-13 18:04:33 [Parachain] ⚙️  Syncing 243.2 bps, target=#195792 (6 peers), best: #2432 (0x431e…9b00), finalized #0 (0xc1af…8b3f), ⬇ 1.3MiB/s ⬆ 3.6kiB/s
dwellir people-kusama peer_count: 6
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-boot-ng.dwellir.com/tcp/443/wss/p2p/12D3KooWM6T8MMibxLZhhpq6F612CZ4FgnfDSJSkWDMiVUDe1aGb
2024-06-13 18:04:58 [Parachain] ⚙️  Syncing 291.2 bps, target=#195794 (7 peers), best: #3824 (0xbe42…95aa), finalized #0 (0xc1af…8b3f), ⬇ 2.4MiB/s ⬆ 0.8kiB/s
dwellir people-kusama peer_count: 7
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.gatotech.network/tcp/33240/p2p/12D3KooWLi9TzaKX4zniJpiM521PnYG4EocpdqjPpJUhXq9QGkRX
2024-06-13 18:05:23 [Parachain] ⚙️  Syncing 206.0 bps, target=#195796 (7 peers), best: #2630 (0x4173…d785), finalized #0 (0xc1af…8b3f), ⬇ 2.0MiB/s ⬆ 3.8kiB/s
gatotech people-kusama peer_count: 7
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.gatotech.network/tcp/35240/wss/p2p/12D3KooWLi9TzaKX4zniJpiM521PnYG4EocpdqjPpJUhXq9QGkRX
2024-06-13 18:05:48 [Parachain] ⚙️  Syncing 115.2 bps, target=#195798 (4 peers), best: #2688 (0xf93b…8fca), finalized #0 (0xc1af…8b3f), ⬇ 1.6MiB/s ⬆ 4.9kiB/s
gatotech people-kusama peer_count: 4
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot-node.helikon.io/tcp/7510/p2p/12D3KooWM1X4setrMWjwnV8iDkAtYhqFHNkGozdWdq6sawWh5Yhv
2024-06-13 18:06:13 [Parachain] ⚙️  Syncing  0.0 bps, target=#195800 (1 peers), best: #128 (0xc704…5d84), finalized #0 (0xc1af…8b3f), ⬇ 64.9kiB/s ⬆ 2.6kiB/s
helikon people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot-node.helikon.io/tcp/7512/wss/p2p/12D3KooWM1X4setrMWjwnV8iDkAtYhqFHNkGozdWdq6sawWh5Yhv
2024-06-13 18:06:38 [Parachain] ⚙️  Syncing 140.8 bps, target=#195802 (5 peers), best: #2432 (0x431e…9b00), finalized #0 (0xc1af…8b3f), ⬇ 1.8MiB/s ⬆ 8.1kiB/s
helikon people-kusama peer_count: 5
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/ibp-boot-kusama-people.luckyfriday.io/tcp/30342/p2p/12D3KooWM4bRafMH2StfBEQtyj5cMWfGLYbuikCZmvKv9m1MQVPn
2024-06-13 18:07:03 [Parachain] ⚙️  Syncing 38.4 bps, target=#195804 (1 peers), best: #768 (0xd22c…abc7), finalized #0 (0xc1af…8b3f), ⬇ 390.5kiB/s ⬆ 17.6kiB/s
luckyfriday people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/ibp-boot-kusama-people.luckyfriday.io/tcp/443/wss/p2p/12D3KooWM4bRafMH2StfBEQtyj5cMWfGLYbuikCZmvKv9m1MQVPn
2024-06-13 18:07:28 [Parachain] ⚙️  Syncing 60.0 bps, target=#195806 (3 peers), best: #940 (0x6d8e…b67a), finalized #0 (0xc1af…8b3f), ⬇ 527.2kiB/s ⬆ 12.8kiB/s
luckyfriday people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.metaspan.io/tcp/25068/p2p/12D3KooWDoDLtLvQi8hhFVyubPZhaYuAwSAJrPFtyGWJ2NSfBiyP
2024-06-13 18:07:53 [Parachain] ⚙️  Syncing 179.2 bps, target=#195807 (3 peers), best: #2304 (0xae95…e97b), finalized #0 (0xc1af…8b3f), ⬇ 1.2MiB/s ⬆ 8.0kiB/s
metaspan people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.metaspan.io/tcp/25069/wss/p2p/12D3KooWDoDLtLvQi8hhFVyubPZhaYuAwSAJrPFtyGWJ2NSfBiyP
2024-06-13 18:08:18 [Parachain] 💤 Idle (0 peers), best: #0 (0xc1af…8b3f), finalized #0 (0xc1af…8b3f), ⬇ 0 ⬆ 0
metaspan people-kusama peer_count: 0
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama.bootnodes.polkadotters.com/tcp/30377/p2p/12D3KooWHy7TAuK6EoVij2tfaeh3KkaEJxhTmumbEom3HfRnSEsp
2024-06-13 18:08:43 [Parachain] ⚙️  Syncing 153.6 bps, target=#195811 (3 peers), best: #2048 (0x3f35…265d), finalized #0 (0xc1af…8b3f), ⬇ 1.2MiB/s ⬆ 0.4kiB/s
polkadotters people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama.bootnodes.polkadotters.com/tcp/30379/wss/p2p/12D3KooWHy7TAuK6EoVij2tfaeh3KkaEJxhTmumbEom3HfRnSEsp
2024-06-13 18:09:08 [Parachain] ⚙️  Syncing 111.4 bps, target=#195813 (5 peers), best: #1600 (0x35ed…7d6b), finalized #0 (0xc1af…8b3f), ⬇ 1.2MiB/s ⬆ 2.6kiB/s
polkadotters people-kusama peer_count: 5
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-bootnode.radiumblock.com/tcp/30333/p2p/12D3KooWGP1C9iWTHnZyeaSjYZ7LdK8douXWc1n1dBv25XEASHaj
2024-06-13 18:09:33 [Parachain] ⚙️  Syncing 115.2 bps, target=#195815 (1 peers), best: #2048 (0x3f35…265d), finalized #0 (0xc1af…8b3f), ⬇ 901.4kiB/s ⬆ 8.1kiB/s  
radiumblock people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-bootnode.radiumblock.com/tcp/30336/wss/p2p/12D3KooWGP1C9iWTHnZyeaSjYZ7LdK8douXWc1n1dBv25XEASHaj
2024-06-13 18:09:59 [Parachain] ⚙️  Syncing 140.8 bps, target=#195816 (1 peers), best: #2432 (0x431e…9b00), finalized #0 (0xc1af…8b3f), ⬇ 1.1MiB/s ⬆ 10.4kiB/s   
radiumblock people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/kppl16.rotko.net/tcp/33756/p2p/12D3KooWSKQwgoydfbN6mNN2aNwdqfkR2ExAnTRs8mmdrPQTtDLo
2024-06-13 18:10:23 [Parachain] ⚙️  Syncing 38.4 bps, target=#7491 (1 peers), best: #960 (0xdccf…ba92), finalized #0 (0xc1af…8b3f), ⬇ 394.1kiB/s ⬆ 15.7kiB/s
rotko people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/kppl16.rotko.net/tcp/35756/wss/p2p/12D3KooWSKQwgoydfbN6mNN2aNwdqfkR2ExAnTRs8mmdrPQTtDLo
2024-06-13 18:10:48 [Parachain] ⚙️  Syncing 38.4 bps, target=#7491 (1 peers), best: #896 (0xa16b…e6a3), finalized #0 (0xc1af…8b3f), ⬇ 284.2kiB/s ⬆ 2.3kiB/s
rotko people-kusama peer_count: 1
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.stake.plus/tcp/48333/p2p/12D3KooWSq8Ti77EnEG88UEJEhkVy9KQtApy8TrPs1cfgS5Gudcb
2024-06-13 18:11:13 [Parachain] ⚙️  Syncing 115.2 bps, target=#195822 (3 peers), best: #1920 (0xafd8…4120), finalized #0 (0xc1af…8b3f), ⬇ 964.2kiB/s ⬆ 13.0kiB/s 
stakeplus people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.stake.plus/tcp/48334/wss/p2p/12D3KooWSq8Ti77EnEG88UEJEhkVy9KQtApy8TrPs1cfgS5Gudcb
2024-06-13 18:11:38 [Parachain] ⚙️  Syncing  0.0 bps, target=#195824 (3 peers), best: #0 (0xc1af…8b3f), finalized #0 (0xc1af…8b3f), ⬇ 735.9kiB/s ⬆ 3.1kiB/s
stakeplus people-kusama peer_count: 3
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-bootnode.turboflakes.io/tcp/30645/p2p/12D3KooWCR2Q8J2NFFfuofDak4zSgWkuBq7orP96HFaxLgAoDUBV
2024-06-13 18:12:03 [Parachain] ⚙️  Syncing 256.0 bps, target=#195826 (6 peers), best: #2240 (0x20a7…6c61), finalized #0 (0xc1af…8b3f), ⬇ 1.8MiB/s ⬆ 2.3kiB/s
turboflakes people-kusama peer_count: 6
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/people-kusama-bootnode.turboflakes.io/tcp/30745/wss/p2p/12D3KooWCR2Q8J2NFFfuofDak4zSgWkuBq7orP96HFaxLgAoDUBV
2024-06-13 18:12:28 [Parachain] ⚙️  Syncing 95.8 bps, target=#195828 (5 peers), best: #1951 (0x8e5d…9594), finalized #0 (0xc1af…8b3f), ⬇ 1.0MiB/s ⬆ 12.4kiB/s

@hitchhooker
Copy link
Contributor Author

Initialized output directory and JSON file.
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.metaspan.io/tcp/25068/p2p/12D3KooWDoDLtLvQi8hhFVyubPZhaYuAwSAJrPFtyGWJ2NSfBiyP
2024-06-17 10:10:04 [Parachain] ⚙️  Syncing 281.6 bps, target=#219147 (7 peers), best: #3392 (0x44a9…44d2), finalized #0 (0xc1af…8b3f), ⬇ 2.0MiB/s ⬆ 2.6kiB/s
metaspan people-kusama peer_count: 7
relaychain: kusama
/usr/local/bin/polkadot-parachain --no-hardware-benchmarks --no-mdns -d /tmp/bootnode_data --chain ./chain-spec/people-kusama.json --relay-chain-rpc-urls wss://rpc.ibp.network/kusama --bootnodes /dns/boot.metaspan.io/tcp/25069/wss/p2p/12D3KooWDoDLtLvQi8hhFVyubPZhaYuAwSAJrPFtyGWJ2NSfBiyP
2024-06-17 10:10:28 [Parachain] ⚙️  Syncing 179.2 bps, target=#219149 (7 peers), best: #1536 (0x1c8b…7f56), finalized #0 (0xc1af…8b3f), ⬇ 1.5MiB/s ⬆ 4.2kiB/s
metaspan people-kusama peer_count: 7
All data has been fetched and saved.

looks like metaspan wss got fixed as well so all bootnodes introduced in PR are able to discover peers.

@bkchr bkchr added the R0-silent Changes should not be mentioned in any release notes label Jun 17, 2024
prdoc/pr_4394.prdoc Outdated Show resolved Hide resolved
@bkchr bkchr enabled auto-merge June 17, 2024 14:33
@bkchr bkchr requested a review from joepetrowski June 17, 2024 14:33
@bkchr bkchr added this pull request to the merge queue Jun 17, 2024
Merged via the queue into paritytech:master with commit 6cb3bd2 Jun 17, 2024
155 of 157 checks passed
niklasad1 pushed a commit that referenced this pull request Jun 18, 2024
* fix rotko's pcollectives bootnode
* Update people-kusama.json
* Add Dwellir People Kusama bootnode
* add Gatotech bootnodes to `people-kusama`
* Add Dwellir People Kusama bootnode
* Update Amforc bootnodes for Kusama and Polkadot (#4668)

---------

Co-authored-by: RadiumBlock <[email protected]>
Co-authored-by: Jonathan Udd <[email protected]>
Co-authored-by: Milos Kriz <[email protected]>
Co-authored-by: tugy <[email protected]>
Co-authored-by: Kutsal Kaan Bilgin <[email protected]>
Co-authored-by: Petr Mensik <[email protected]>
Co-authored-by: Tommi <tommi@romeblockchain>
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 2, 2024
* fix rotko's pcollectives bootnode
* Update people-kusama.json
* Add Dwellir People Kusama bootnode
* add Gatotech bootnodes to `people-kusama`
* Add Dwellir People Kusama bootnode
* Update Amforc bootnodes for Kusama and Polkadot (paritytech#4668)

---------

Co-authored-by: RadiumBlock <[email protected]>
Co-authored-by: Jonathan Udd <[email protected]>
Co-authored-by: Milos Kriz <[email protected]>
Co-authored-by: tugy <[email protected]>
Co-authored-by: Kutsal Kaan Bilgin <[email protected]>
Co-authored-by: Petr Mensik <[email protected]>
Co-authored-by: Tommi <tommi@romeblockchain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants