You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node-operators/block-producer-node/connecting-to-the-network.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ Auto-restart flows are in place to ensure your nodes perform optimally.
47
47
To start a mina node instance and connect to the live network:
48
48
49
49
```sh
50
-
mina daemon --peer-list-url https://bootnodes.minaprotocol.com/networks/devnet.txt
50
+
mina daemon --peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt
51
51
```
52
52
53
53
The `--peer-list` argument specifies the source file of seed peer addresses for the initial peer to connect to on the network. Mina is a [peer-to-peer](/glossary#peer-to-peer) protocol, so there is no dependence on a single centralized server.
54
54
55
55
If you have a key with MINA stake and want to produce blocks:
56
56
57
57
```sh
58
-
mina daemon --peer-list-url https://bootnodes.minaprotocol.com/networks/devnet.txt \
58
+
mina daemon --peer-list-url https://bootnodes.minaprotocol.com/networks/mainnet.txt \
59
59
--block-producer-key ~/keys/my-wallet
60
60
```
61
61
@@ -97,7 +97,7 @@ To produce blocks or otherwise customize the configuration for the mina daemon:
97
97
98
98
- External port 8302
99
99
- Change with `-external-port`
100
-
- Mainnet seed peers list [https://bootnodes.minaprotocol.com/networks/devnet.txt](https://bootnodes.minaprotocol.com/networks/devnet.txt)
100
+
- Mainnet seed peers list [https://bootnodes.minaprotocol.com/networks/mainnet.txt](https://bootnodes.minaprotocol.com/networks/mainnet.txt)
101
101
- Change with `--peer-list-url`
102
102
103
103
1. After your `.mina-env` file is ready, start a mina node instance and connect to the live network using systemctl to control systemd:
0 commit comments