Skip to content

Commit

Permalink
Add info on how to regen partkey by running installer
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Apr 17, 2024
1 parent c44090e commit d3ef66b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/generate-participation-key
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d3ef66b

Please sign in to comment.