Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 955a535

Browse files
author
fbockaj
committed
Update migration guide
1 parent bb80962 commit 955a535

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/guides/migrate.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Migration Guide
22

3-
This is a step-by-step guide on how to migrate from an existing node setup to a SignCTRL setup. For this guide, we're going to assume a single-node setup.
3+
This is a step-by-step guide on how to migrate from an existing node setup to a SignCTRL setup. For this guide, we're going to assume a single-node setup with no external signing service.
44

55
> :information_source: Please follow the [Setup Guide](../guides/setup.md) first, until you're ready to run your validator with SignCTRL.
66
@@ -14,9 +14,9 @@ First, please follow the [Setup Guide](../guides/setup.md) to prepare the binari
1414

1515
> :information_source: Replace all occurrences of `simd` with the name of your binary.
1616
17-
The best/safest way to migrate to SignCTRL is to migrate your already running single-node validator first. Make sure you assign `rank = 1` to it in its `config.toml`.
17+
Make sure you assigned `start_rank = 1` to your validator in its `config.toml`.
1818

19-
In order for SignCTRL to take effect, first stop your node via
19+
In order for SignCTRL to take effect, first stop your already running single-node validator via
2020

2121
```shell
2222
$ sudo systemctl stop simd
@@ -28,7 +28,9 @@ then, start SignCTRL via
2828
$ sudo systemctl start signctrl
2929
```
3030

31-
and finally, start the validator again via
31+
SignCTRL now waits for the validator to start up so it can dial it to establish an encrypted connection.
32+
33+
Finally, start the validator again via
3234

3335
```shell
3436
$ sudo systemctl start simd
@@ -39,4 +41,4 @@ $ sudo systemctl start simd
3941
> $ sudo systemctl stop simd; sleep 0.5s; sudo systemctl start signctrl; sleep 0.5s; sudo systemctl start simd
4042
> ```
4143
42-
If you've successfully migrated your single-node validator to SignCTRL, you can proceed starting the rest of the validators in the set (in no particular order) via the same commands.
44+
If you've successfully migrated your single-node validator to SignCTRL, you can proceed starting the rest of the validators in the set (in no particular order) in the same fashion.

0 commit comments

Comments
 (0)