Manual book Revised completely #76
@@ -123,6 +123,7 @@ yarn dev --host 0.0.0.0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
You can then access the Dashboard from the domain you just created.
 | 
					You can then access the Dashboard from the domain you just created.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Set the Network
 | 
					## 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**):
 | 
					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).
 | 
					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
 | 
					## 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. 
 | 
					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
 | 
					- `start`: to start (power on) a node
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
farmerbot start --node <node ID> -m <mnemonic> -n dev -d
 | 
					farmerbot start --node <node ID> -m "<mnemonic>" -n dev -d
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Where:
 | 
					Where:
 | 
				
			||||||
@@ -110,7 +112,7 @@ Global Flags:
 | 
				
			|||||||
- `start all`:  to start (power on) all nodes in a farm
 | 
					- `start all`:  to start (power on) all nodes in a farm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
farmerbot start all --farm <farm ID> -m <mnemonic> -n dev -d
 | 
					farmerbot start all --farm <farm ID> -m "<mnemonic>" -n dev -d
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Where:
 | 
					Where:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user