πŸ”‹Penumbra

A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond.

Public Endpoints

Grpc: https://penumbra-grpc.validator247.com/

Rpc: https://penumbra-rpc.validator247.com/

Frontend: https://penumbra-grpc.validator247.com/app/#/dashboard

Update system

sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -y

Install Go

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go version

Install pcli

Install pd

Install CometBFT

to put the binary in $GOPATH/bin or use:

Create service files

/etc/systemd/system/cometbft.service

/etc/systemd/system/penumbra.service

Starrt cometbft

Check penumbra Logs

Last updated