docs: add mention of modes from 0.35 (#11167)

This commit is contained in:
Marko 2022-02-11 13:32:18 +01:00 committed by GitHub
parent 2d1686e762
commit a200bdfa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -114,9 +114,11 @@ One example config to tweak is the `minimum-gas-prices` field inside `app.toml`,
Now that everything is set up, you can finally start your node:
```bash
simd start
simd start --mode validator
```
> 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.
You should see blocks come in.
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.