Skip to content

Instantly share code, notes, and snippets.

@jshufro

jshufro/how.md Secret

Created April 15, 2022 14:37
Show Gist options
  • Save jshufro/379e34126081afe930e20715cdcf275e to your computer and use it in GitHub Desktop.
Save jshufro/379e34126081afe930e20715cdcf275e to your computer and use it in GitHub Desktop.
How to get a Comma-Separated List of Validator IDs
rocketpool minipool status | grep Validator.index | awk -F " " '{print $3}' | paste -s -d, -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment