File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ export VOINETWORK_SKIP_WALLET_SETUP=1
50
50
/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/VoiNetwork/docker-swarm/main/install.sh) "
51
51
```
52
52
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
+
53
64
## Setting a Custom Telemetry Name
54
65
55
66
To set a custom telemetry name, set the VOINETWORK_TELEMETRY_NAME environment variable to your desired name:
You can’t perform that action at this time.
0 commit comments