Skip to content

Instantly share code, notes, and snippets.

@nfl0
Last active August 2, 2024 01:03
Show Gist options
  • Save nfl0/c8949a0adfd086a4a8b1cf15ad90b3eb to your computer and use it in GitHub Desktop.
Save nfl0/c8949a0adfd086a4a8b1cf15ad90b3eb to your computer and use it in GitHub Desktop.
recover funds from a penumbra nft auction using the penumbra cli
1- install penumbra cli:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/latest/download/pcli-installer.sh | sh
-----------------------
2- import seed phrase:
pcli init --grpc-url https://grpc.penumbra.silentvalidator.com:443 soft-kms import-phrase
-----------------------
3- view balances
pcli view balance
-----------------------
4- end and widthraw
pcli tx auction dutch end --source 0 pauctid...
pcli tx auction dutch withdraw --source 0 pauctid...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment