Skip to content

Commit

Permalink
Remove info box from advanced guides for restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Nov 8, 2023
1 parent 3dd38b7 commit a7b2091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
16 changes: 1 addition & 15 deletions docs/networks/advanced-guides/update-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,10 @@ lukso install ---teku-tag v23.10.0

## Restart your Node

You can start your node as regular. If you run a validator, please adjust your flags or the recipient address.
You can [start your node as regular](../mainnet/running-a-node.md#start-the-clients).

:::info

If you are starting your node in a fresh working directory or after being offline for a while, make sure to [add checkpoint synchronization](../mainnet/running-a-node.md#start-the-clients) to significantly speed up the synchronization during the startup.

:::

:::note

If you are setting up a node for the testnet, add the `--testnet` flag to the start command.

:::

```bash
# Starting the Mainnet Node
lukso start

# Starting the Mainnet Validator
lukso start --validator --transaction-fee-recipient "0x1234"
```
16 changes: 1 addition & 15 deletions docs/networks/advanced-guides/update-the-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,24 +213,10 @@ Keep your old working directory on your system until the new node setup fully sy

#### Restart your Node

You can start your node as regular. If you run a validator, please adjust your flags or the recipient address.
You can [start your node as regular](../mainnet/running-a-node.md#start-the-clients).

:::info

If you are starting your node in a fresh working directory or after being offline for a while, make sure to [add checkpoint synchronization](../mainnet/running-a-node.md#start-the-clients) to significantly speed up the synchronization during the startup.

:::

:::note

If you are setting up a node for the testnet, add the `--testnet` flag to the start command.

:::

```bash
# Starting the Mainnet Node
lukso start

# Starting the Mainnet Validator
lukso start --validator --transaction-fee-recipient "0x1234"
```

0 comments on commit a7b2091

Please sign in to comment.