You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/run-node/2-from-source.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ If the node gets stuck during bootstrap (or it takes far longer than the estimat
184
184
185
185
### CLI parameters
186
186
187
-
These are some of the most relevant CLI parameters you can use. Read more about them in the [Avalanche documentation](https://docs.avax.network/nodes/maintain/avalanchego-config-flags).
187
+
These are some of the most relevant CLI parameters you can use. Read more about them in the [Avalanche documentation](https://build.avax.network/docs/nodes/configure/configs-flags).
@@ -205,6 +205,10 @@ These are some of the most relevant CLI parameters you can use. Read more about
205
205
206
206
#### Sample JSON configuration:
207
207
208
+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
209
+
Note that the default values are overridden only if specified in the given config file.
210
+
Only provide values which differ from the defaults to avoid issues with future updates.
Copy file name to clipboardExpand all lines: docs/run-node/3-using-docker.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,9 @@ Mounting these allows you to manage them directly without entering the container
105
105
```
106
106
107
107
2.**Create configuration file:** Create a `config.json` file. This example provides a standard configuration for a public RPC node.
108
+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
109
+
Note that the default values are overridden only if specified in the given config file.
110
+
Only provide values which differ from the defaults to avoid issues with future updates.
Copy file name to clipboardExpand all lines: docs/run-node/4-register-validator.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ Failure to implement these measures significantly increases the risk to your nod
67
67
68
68
As described in [Secure the node](#secure-the-node), a validator node should have minimal APIs enabled.
69
69
Below is a sample `config.json` demonstrating a secure configuration with limited `eth-apis` and disabled admin APIs:
70
+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
71
+
Note that the default values are overridden only if specified in the given config file.
72
+
Only provide values which differ from the defaults to avoid issues with future updates.
0 commit comments