development to main periodic update #77

Merged
mik-tf merged 15 commits from development into main 2024-05-14 22:14:40 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 173b3de2bc - Show all commits

View File

@ -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**):

View File

@ -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 doesnt 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: