From 58d0592f6c9fa3be15a3a37659499f213f7bd757 Mon Sep 17 00:00:00 2001 From: glyh Date: Mon, 11 Aug 2025 09:27:49 +0800 Subject: [PATCH 1/2] Replace all seed peers URL to the one managed by O1 instead of MF --- docs/berkeley-upgrade/flags-configs.mdx | 8 ++++---- docs/exchange-operators/rosetta/run-with-docker.mdx | 2 +- docs/node-operators/flags-configs.mdx | 8 ++++---- docs/node-operators/seed-peers/getting-started.mdx | 2 +- docs/node-operators/seed-peers/index.mdx | 2 +- docs/node-operators/troubleshooting.mdx | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/berkeley-upgrade/flags-configs.mdx b/docs/berkeley-upgrade/flags-configs.mdx index bc24b1bf5..2fd0d48c7 100644 --- a/docs/berkeley-upgrade/flags-configs.mdx +++ b/docs/berkeley-upgrade/flags-configs.mdx @@ -24,7 +24,7 @@ Git SHA-1 ae112d3a96fe71b4ccccf3c54e7b7494db4898a4 Seed List -https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +https://bootnodes.minaprotocol.com/networks/mainnet.txt Node build https://github.com/MinaProtocol/mina/releases/tag/3.0.3 @@ -42,7 +42,7 @@ mina daemon --generate-genesis-proof true --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt ENVIRONMENT VARIABLES RAYON_NUM_THREADS=6 @@ -60,7 +60,7 @@ mina daemon --file-log-rotations 500 --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt --run-snark-coordinator --snark-worker-fee 0.001 --work-selection [seq|rand|roffset] @@ -100,7 +100,7 @@ mina daemon --generate-genesis-proof true --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt ENVIRONMENT VARIABLES MINA_LIBP2P_PASS diff --git a/docs/exchange-operators/rosetta/run-with-docker.mdx b/docs/exchange-operators/rosetta/run-with-docker.mdx index 8963f775b..c24cb897a 100644 --- a/docs/exchange-operators/rosetta/run-with-docker.mdx +++ b/docs/exchange-operators/rosetta/run-with-docker.mdx @@ -54,7 +54,7 @@ You can also create a file with the environment variables and pass it to the doc ``` MINA_NETWORK=mainnet - PEERS_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt + PEERS_LIST_URL=https://bootnodes.minaprotocol.com/networks/mainnet.txt MINA_ARCHIVE_DUMP_URL=https://storage.googleapis.com/mina-archive-dumps MINA_GENESIS_LEDGER_URL=http://673156464838-mina-genesis-ledgers.s3-website-us-west-2.amazonaws.com/mainnet/genesis_ledger.json BLOCKS_BUCKET=https://storage.googleapis.com/mina_network_block_data diff --git a/docs/node-operators/flags-configs.mdx b/docs/node-operators/flags-configs.mdx index 1cd5914b6..73adcb44a 100644 --- a/docs/node-operators/flags-configs.mdx +++ b/docs/node-operators/flags-configs.mdx @@ -24,7 +24,7 @@ Git SHA-1 ae112d3a96fe71b4ccccf3c54e7b7494db4898a4 Seed List -https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +https://bootnodes.minaprotocol.com/networks/mainnet.txt Node build https://github.com/MinaProtocol/mina/releases/tag/3.0.3 @@ -42,7 +42,7 @@ mina daemon --generate-genesis-proof true --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt ENVIRONMENT VARIABLES RAYON_NUM_THREADS=6 @@ -60,7 +60,7 @@ mina daemon --file-log-rotations 500 --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt --run-snark-coordinator --snark-worker-fee 0.001 --work-selection [seq|rand|roffset] @@ -100,7 +100,7 @@ mina daemon --generate-genesis-proof true --libp2p-keypair --log-json ---peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +--peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt ENVIRONMENT VARIABLES MINA_LIBP2P_PASS diff --git a/docs/node-operators/seed-peers/getting-started.mdx b/docs/node-operators/seed-peers/getting-started.mdx index a4b34ebd2..8e015cf87 100644 --- a/docs/node-operators/seed-peers/getting-started.mdx +++ b/docs/node-operators/seed-peers/getting-started.mdx @@ -69,7 +69,7 @@ MINA_LIBP2P_PASS="My_V3ry_S3cure_Password" LOG_LEVEL=Info FILE_LOG_LEVEL=Debug EXTRA_FLAGS=" --libp2p-keypair --seed --max-connection 100" -PEERS_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +PEERS_LIST_URL=https://bootnodes.minaprotocol.com/networks/mainnet.txt ``` Please note that `` 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. diff --git a/docs/node-operators/seed-peers/index.mdx b/docs/node-operators/seed-peers/index.mdx index 9fce0adad..10a03f85b 100644 --- a/docs/node-operators/seed-peers/index.mdx +++ b/docs/node-operators/seed-peers/index.mdx @@ -15,7 +15,7 @@ Mina's seed peers are considered to be leaders among the community. They are not 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). -- **Mainnet**: https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt +- **Mainnet**: https://bootnodes.minaprotocol.com/networks/mainnet.txt - **Devnet**: https://bootnodes.minaprotocol.com/networks/devnet.txt ## Seed Peers diff --git a/docs/node-operators/troubleshooting.mdx b/docs/node-operators/troubleshooting.mdx index 2422947d4..daff746ba 100644 --- a/docs/node-operators/troubleshooting.mdx +++ b/docs/node-operators/troubleshooting.mdx @@ -148,7 +148,7 @@ We only need the last `k` (290) blocks of the blockchain to produce blocks. So o ### My sync status is offline? -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` +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` See [Connect to Mainnet](./block-producer-node/connecting-to-the-network). @@ -191,7 +191,7 @@ The client port `8301` should **never** be exposed to the internet. There may be ### Node fails with "Failed to find any peers, crashing as this is not a seed node"? -Ensure that you use the `--peer-list` argument that points to `https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt` +Ensure that you use the `--peer-list` argument that points to `https://bootnodes.minaprotocol.com/networks/mainnet.txt` See [Connect to Mainnet](./block-producer-node/connecting-to-the-network). From 1fe2ac065cfafe0f188eecae78c401252cd329ab Mon Sep 17 00:00:00 2001 From: glyh Date: Mon, 11 Aug 2025 14:56:38 +0800 Subject: [PATCH 2/2] Devnet seed list URL: prefer bootnode instead of google storage --- docs/node-operators/data-and-history/rosetta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-operators/data-and-history/rosetta.mdx b/docs/node-operators/data-and-history/rosetta.mdx index 5a1859c7e..be6b5eec3 100644 --- a/docs/node-operators/data-and-history/rosetta.mdx +++ b/docs/node-operators/data-and-history/rosetta.mdx @@ -94,7 +94,7 @@ To run docker-start.sh and connect to the live Devnet: --entrypoint=./docker-start.sh \ -p 8302:8302 -p 3085:3085 -p 3086:3086 -p 3087:3087 \ -e MINA_NETWORK=devnet \ - -e PEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt \ + -e PEER_LIST_URL= https://bootnodes.minaprotocol.com/networks/devnet.txt \ -e MINA_ARCHIVE_DUMP_URL=https://storage.googleapis.com/mina-archive-dumps \ -e MINA_GENESIS_LEDGER_URL=http://673156464838-mina-genesis-ledgers.s3-website-us-west-2.amazonaws.com/devnet/genesis_ledger.json \ -e BLOCKS_BUCKET=https://storage.googleapis.com/mina_network_block_data \