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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ These are some of the most relevant CLI parameters you can use. Read more about
206
206
#### Sample JSON configuration:
207
207
208
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.
209
+
Note that the default values are overridden only if specified in the given config file.
210
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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,10 +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.
111
-
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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Failure to implement these measures significantly increases the risk to your nod
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
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.
71
+
Note that the default values are overridden only if specified in the given config file.
72
72
Only provide values which differ from the defaults to avoid issues with future updates.
0 commit comments