RPC : https://rpc-penumbra.theamsolutions.info
gRPC : https://grpc-penumbra.theamsolutions.info
FRONT APP : https://grpc-penumbra.theamsolutions.info/app/
DOCS : https://guide.penumbra.zone
Grafana Validator monitoring : Github LINK
Installation Guide: Github LINK
DATA SNAPSHOT
(updates every 3rd hour)
#download snapshot
snap=$(curl -s https://snap-penumbra.theamsolutions.info | egrep -o ">penumbra-snap*.*tar" | tr -d ">")
wget -P $HOME https://snap-penumbra.theamsolutions.info/${snap}
Stop PD & CometBFT service
#backup validator state file
workd="$HOME/.penumbra/network_data/node0"
cp ${workd}/cometbft/data/priv_validator_state.json ~/pvs-temp
#extract snapshot and recover validator state file
rm -rf ${workd}/cometbft/data/ ${workd}/pd/rocksdb/
tar xf ~/penumbra-snap*.*tar -C ${workd}; rm ~/penumbra-snap*.*tar
cp ~/pvs-temp ${workd}/cometbft/data/priv_validator_state.json
Restart PD & CometBFT service
GOOD LUCK!
AM Solutions © Copyright. All rights reserved.
We need your consent to load the translations
We use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.