Skip to content

Commit 2035e79

Browse files
committed
Add note on updating participation keys.
1 parent aa5ccff commit 2035e79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ export VOINETWORK_SKIP_WALLET_SETUP=1
5050
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/docker-swarm/main/install.sh)"
5151
```
5252

53+
## Updating Participation Key
54+
55+
If your Voi node's participation key is nearing its expiry date (less than 14 days left), you can renew it by running
56+
the installation script again. This script is programmed to create new participation keys when the current ones are
57+
close to expiring. So, to keep your Voi node active, make sure your participation key is up-to-date. If it's about to
58+
expire, rerun the installation script to generate a new key.
59+
60+
```bash
61+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/docker-swarm/main/install.sh)"
62+
```
63+
5364
## Setting a Custom Telemetry Name
5465

5566
To set a custom telemetry name, set the VOINETWORK_TELEMETRY_NAME environment variable to your desired name:

0 commit comments

Comments
 (0)