We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5ccff commit 4988c64Copy full SHA for 4988c64
README.md
@@ -50,6 +50,15 @@ export VOINETWORK_SKIP_WALLET_SETUP=1
50
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/VoiNetwork/docker-swarm/main/install.sh)"
51
```
52
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
62
## Setting a Custom Telemetry Name
63
64
To set a custom telemetry name, set the VOINETWORK_TELEMETRY_NAME environment variable to your desired name:
0 commit comments