Penumbra Proposal Guide for the Delegators
Here is a simple guide for delegates to cast their votes.
Installing the Penumbra PCLIβ
warning
Ubuntu version must be minimum 22.04
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.1/pcli-installer.sh | sh
source $HOME/.cargo/env
pcli --version
The version output will be pcli v0.79.1
.
Updating pcliβ
warning
If you have installed it before and the previous pcli version is installed on your server, run the code below. If not, you do not need to do this.
pcli view reset
No wallet needs to be generated. The existing wallet will be used automatically.
Importing the Walletβ
After entering the code below, type your wallet words (you won't be able to see your words when you type, they will be written in the background) and press enter.
pcli init --grpc-url https://grpc-penumbra.anatolianteam.com soft-kms import-phrase
Confirming Your Wallet Addressβ
pc view address 0
Sync Walletβ
pcli view sync
Checking Your Balanceβ
pc view balance
Reading the Propposalβ
If you would like to get information about the proposal put to vote, enter the code below.
pcli query governance proposal 0 definition
Votingβ
pcli tx vote yes --on 0
pcli tx vote no --on 0
pcli tx vote abstain --on 0
π Congratulationsβ
You voted to move from Penumbra Phase 0 to Phase 1.