Skip to content

Commit 4988c64

Browse files
committed
Add note on updating participation keys.
1 parent aa5ccff commit 4988c64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ 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 you need to renew your participation key simple rerun the installation script. The script will automatically generate
56+
new participation keys if existing keys have duration less than 14 days.
57+
58+
```bash
59+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/docker-swarm/main/install.sh)"
60+
```
61+
5362
## Setting a Custom Telemetry Name
5463

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

0 commit comments

Comments
 (0)