Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing a Method from the "Move A Node" Docs #1264

Merged
merged 4 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions source/docs/casper/operators/maintenance/moving-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,11 @@ title: Move a Node

# Moving a Validating Node

This guide is for active validators who want to move their node to another machine. There are two primary methods to achieve this, outlined below.
This guide is for active validators who want to move their node to another machine.

## Method One: Copying the Data to a New Location
## Swapping Keys with a Hot Backup

This method is simple but requires downtime. The node needs to download all the blocks generated while it is stopped.

1. Stop the node.
2. Copy the node's data to a new mount:

```bash
rsync -av --inplace --sparse /var/lib/casper/ /new_mount
```

3. Change the mount point.
4. Restart the node.

## Method Two: Swapping Keys with a Hot Backup

This method is a safer option, limiting downtime and enabling a smooth transition from the old to the new node. It keeps the node in sync with the tip of the chain.
This method limits downtime and enables a smooth transition from the old to the new node. It keeps the node in sync with the tip of the chain.

1. Once a node is running (`current_node`), create a second node (`backup_node`) on another machine. These two nodes will run in parallel.
2. When the `backup_node` is up to date, stop both nodes.
Expand Down
2 changes: 1 addition & 1 deletion source/docs/casper/resources/advanced/list-cspr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /resources/tutorials/advanced/list-cspr

# Listing CSPR on an Exchange

This topic describes how to list the Casper token (CSPR) on a cryptocurrency [exchange](https://tokenmarketcaps.com/coins/casper/market).
This topic describes how to list the Casper token (CSPR) on a cryptocurrency exchange.

:::caution

Expand Down