From d3ef66bba090a8cbc79691468dea3ad10bdcc1fe Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Tue, 16 Apr 2024 22:13:14 -0400 Subject: [PATCH] Add info on how to regen partkey by running installer --- bin/generate-participation-key | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/generate-participation-key b/bin/generate-participation-key index 26e2d94..ea70c45 100755 --- a/bin/generate-participation-key +++ b/bin/generate-participation-key @@ -1,4 +1,11 @@ #!/bin/bash +echo "" +echo "Tip:" +echo " To get the latest updates, including updating participation key if needed, rerun the installer." +echo " If your current participation key expires within ~14 days the installer will automatically offer to generate a new key." +echo " To rerun the installer execute:" +echo ' /bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"' +echo "" container_id=$(docker ps -q -f name=voinetwork_algod) if [ -z "${container_id}" ]; then