chore: downgrade to tendermint v0.34.x (#12958)
This commit is contained in:
@@ -114,11 +114,9 @@ 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 --mode validator
|
||||
simd start
|
||||
```
|
||||
|
||||
> 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.
|
||||
|
||||
Reference in New Issue
Block a user