Skip to content

Commit 84ab609

Browse files
authored
Merge pull request #1127 from MinaProtocol/lyh/replace-seed-peers-list
Replace all seed peers URL to the one managed by O1 instead of MF
2 parents 04622d0 + 1fe2ac0 commit 84ab609

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docs/berkeley-upgrade/flags-configs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Git SHA-1
2424
ae112d3a96fe71b4ccccf3c54e7b7494db4898a4
2525
2626
Seed List
27-
https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
27+
https://bootnodes.minaprotocol.com/networks/mainnet.txt
2828
2929
Node build
3030
https://github.com/MinaProtocol/mina/releases/tag/3.0.3
@@ -42,7 +42,7 @@ mina daemon
4242
--generate-genesis-proof true
4343
--libp2p-keypair <keyfile path>
4444
--log-json
45-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
45+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
4646
4747
ENVIRONMENT VARIABLES
4848
RAYON_NUM_THREADS=6
@@ -60,7 +60,7 @@ mina daemon
6060
--file-log-rotations 500
6161
--libp2p-keypair <keyfile path>
6262
--log-json
63-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
63+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
6464
--run-snark-coordinator <public key>
6565
--snark-worker-fee 0.001
6666
--work-selection [seq|rand|roffset]
@@ -100,7 +100,7 @@ mina daemon
100100
--generate-genesis-proof true
101101
--libp2p-keypair <keyfile path>
102102
--log-json
103-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
103+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
104104
105105
ENVIRONMENT VARIABLES
106106
MINA_LIBP2P_PASS

docs/exchange-operators/rosetta/run-with-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also create a file with the environment variables and pass it to the doc
5454

5555
```
5656
MINA_NETWORK=mainnet
57-
PEERS_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
57+
PEERS_LIST_URL=https://bootnodes.minaprotocol.com/networks/mainnet.txt
5858
MINA_ARCHIVE_DUMP_URL=https://storage.googleapis.com/mina-archive-dumps
5959
MINA_GENESIS_LEDGER_URL=http://673156464838-mina-genesis-ledgers.s3-website-us-west-2.amazonaws.com/mainnet/genesis_ledger.json
6060
BLOCKS_BUCKET=https://storage.googleapis.com/mina_network_block_data

docs/node-operators/data-and-history/rosetta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To run docker-start.sh and connect to the live Devnet:
9494
--entrypoint=./docker-start.sh \
9595
-p 8302:8302 -p 3085:3085 -p 3086:3086 -p 3087:3087 \
9696
-e MINA_NETWORK=devnet \
97-
-e PEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt \
97+
-e PEER_LIST_URL= https://bootnodes.minaprotocol.com/networks/devnet.txt \
9898
-e MINA_ARCHIVE_DUMP_URL=https://storage.googleapis.com/mina-archive-dumps \
9999
-e MINA_GENESIS_LEDGER_URL=http://673156464838-mina-genesis-ledgers.s3-website-us-west-2.amazonaws.com/devnet/genesis_ledger.json \
100100
-e BLOCKS_BUCKET=https://storage.googleapis.com/mina_network_block_data \

docs/node-operators/flags-configs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Git SHA-1
2424
ae112d3a96fe71b4ccccf3c54e7b7494db4898a4
2525
2626
Seed List
27-
https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
27+
https://bootnodes.minaprotocol.com/networks/mainnet.txt
2828
2929
Node build
3030
https://github.com/MinaProtocol/mina/releases/tag/3.0.3
@@ -42,7 +42,7 @@ mina daemon
4242
--generate-genesis-proof true
4343
--libp2p-keypair <keyfile path>
4444
--log-json
45-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
45+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
4646
4747
ENVIRONMENT VARIABLES
4848
RAYON_NUM_THREADS=6
@@ -60,7 +60,7 @@ mina daemon
6060
--file-log-rotations 500
6161
--libp2p-keypair <keyfile path>
6262
--log-json
63-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
63+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
6464
--run-snark-coordinator <public key>
6565
--snark-worker-fee 0.001
6666
--work-selection [seq|rand|roffset]
@@ -100,7 +100,7 @@ mina daemon
100100
--generate-genesis-proof true
101101
--libp2p-keypair <keyfile path>
102102
--log-json
103-
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
103+
--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
104104
105105
ENVIRONMENT VARIABLES
106106
MINA_LIBP2P_PASS

docs/node-operators/seed-peers/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ MINA_LIBP2P_PASS="My_V3ry_S3cure_Password"
6969
LOG_LEVEL=Info
7070
FILE_LOG_LEVEL=Debug
7171
EXTRA_FLAGS=" --libp2p-keypair <path-to-the-key-file> --seed --max-connection 100"
72-
PEERS_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
72+
PEERS_LIST_URL=https://bootnodes.minaprotocol.com/networks/mainnet.txt
7373
```
7474

7575
Please note that `<path-to-the-key-file>` could change in value depending on where you stored your libp2p keypair from the previous steps. In docker, the keypath will always be `/keys/filename` due to where volumes are mounted.

docs/node-operators/seed-peers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Mina's seed peers are considered to be leaders among the community. They are not
1515

1616
For the full list of seed peers and information on how to contribute, please refer to the [Official Git Repository](https://github.com/MinaFoundation/seeds).
1717

18-
- **Mainnet**: https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
18+
- **Mainnet**: https://bootnodes.minaprotocol.com/networks/mainnet.txt
1919
- **Devnet**: https://bootnodes.minaprotocol.com/networks/devnet.txt
2020

2121
## Seed Peers

docs/node-operators/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ We only need the last `k` (290) blocks of the blockchain to produce blocks. So o
148148

149149
### My sync status is offline?
150150

151-
This status indicates that you have not received any messages from peers for the last ~24 minutes. Ensure that you use the `--peer-list` argument that points to `https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt`
151+
This status indicates that you have not received any messages from peers for the last ~24 minutes. Ensure that you use the `--peer-list` argument that points to `https://bootnodes.minaprotocol.com/networks/mainnet.txt`
152152

153153
See [Connect to Mainnet](./block-producer-node/connecting-to-the-network).
154154

@@ -191,7 +191,7 @@ The client port `8301` should **never** be exposed to the internet. There may be
191191

192192
### Node fails with "Failed to find any peers, crashing as this is not a seed node"?
193193

194-
Ensure that you use the `--peer-list` argument that points to `https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt`
194+
Ensure that you use the `--peer-list` argument that points to `https://bootnodes.minaprotocol.com/networks/mainnet.txt`
195195

196196
See [Connect to Mainnet](./block-producer-node/connecting-to-the-network).
197197

0 commit comments

Comments
 (0)