Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/berkeley-upgrade/flags-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +42,7 @@ mina daemon
--generate-genesis-proof true
--libp2p-keypair <keyfile path>
--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
Expand All @@ -60,7 +60,7 @@ mina daemon
--file-log-rotations 500
--libp2p-keypair <keyfile path>
--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 <public key>
--snark-worker-fee 0.001
--work-selection [seq|rand|roffset]
Expand Down Expand Up @@ -100,7 +100,7 @@ mina daemon
--generate-genesis-proof true
--libp2p-keypair <keyfile path>
--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
Expand Down
2 changes: 1 addition & 1 deletion docs/exchange-operators/rosetta/run-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/node-operators/data-and-history/rosetta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions docs/node-operators/flags-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +42,7 @@ mina daemon
--generate-genesis-proof true
--libp2p-keypair <keyfile path>
--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
Expand All @@ -60,7 +60,7 @@ mina daemon
--file-log-rotations 500
--libp2p-keypair <keyfile path>
--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 <public key>
--snark-worker-fee 0.001
--work-selection [seq|rand|roffset]
Expand Down Expand Up @@ -100,7 +100,7 @@ mina daemon
--generate-genesis-proof true
--libp2p-keypair <keyfile path>
--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
Expand Down
2 changes: 1 addition & 1 deletion docs/node-operators/seed-peers/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MINA_LIBP2P_PASS="My_V3ry_S3cure_Password"
LOG_LEVEL=Info
FILE_LOG_LEVEL=Debug
EXTRA_FLAGS=" --libp2p-keypair <path-to-the-key-file> --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 `<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.
Expand Down
2 changes: 1 addition & 1 deletion docs/node-operators/seed-peers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/node-operators/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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).

Expand Down