manual update PRs
This commit is contained in:
parent
b723cf3c70
commit
173b3de2bc
@ -123,6 +123,7 @@ yarn dev --host 0.0.0.0
|
||||
|
||||
You can then access the Dashboard from the domain you just created.
|
||||
|
||||
|
||||
## Set the Network
|
||||
|
||||
You can set the network by running the configuration script. Simply set the network as the **MODE** (e.g. **main**, **test**, **dev**):
|
||||
|
@ -50,6 +50,8 @@ We present some general information concerning the Farmerbot as well as some adv
|
||||
|
||||
We present additional information to complement the [Quick Guide](farmerbot_quick.md).
|
||||
|
||||
Note that you need to wrap the argument with quotes ("argument") when you are dealing with strings. This is valid for the network and mnemonic arguments.
|
||||
|
||||
## General Considerations
|
||||
|
||||
The Farmerbot doesn’t have to run physically in the farm since it instructs nodes over RMB to power on and off. The Farmerbot should be running at all time.
|
||||
@ -90,7 +92,7 @@ We present the different commands for the Farmerbot.
|
||||
- `start`: to start (power on) a node
|
||||
|
||||
```bash
|
||||
farmerbot start --node <node ID> -m <mnemonic> -n dev -d
|
||||
farmerbot start --node <node ID> -m "<mnemonic>" -n dev -d
|
||||
```
|
||||
|
||||
Where:
|
||||
@ -110,7 +112,7 @@ Global Flags:
|
||||
- `start all`: to start (power on) all nodes in a farm
|
||||
|
||||
```bash
|
||||
farmerbot start all --farm <farm ID> -m <mnemonic> -n dev -d
|
||||
farmerbot start all --farm <farm ID> -m "<mnemonic>" -n dev -d
|
||||
```
|
||||
|
||||
Where:
|
||||
|
Loading…
Reference in New Issue
Block a user