Skip to content

Commit a200bdf

Browse files
authored
docs: add mention of modes from 0.35 (#11167)
1 parent 2d1686e commit a200bdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/run-node/run-node.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ One example config to tweak is the `minimum-gas-prices` field inside `app.toml`,
114114
Now that everything is set up, you can finally start your node:
115115

116116
```bash
117-
simd start
117+
simd start --mode validator
118118
```
119119

120+
> Note: By default nodes are run in full node mode. Running a local network means in most cases, the node is the only node in the network, requiring you to set the mode.
121+
120122
You should see blocks come in.
121123

122124
The previous command allow you to run a single node. This is enough for the next section on interacting with this node, but you may wish to run multiple nodes at the same time, and see how consensus happens between them.

0 commit comments

Comments
 (0)