️🏆PRYZM

Website: https://pryzm.zone/arrow-up-right

Twitter: https://x.com/Pryzm_Zonearrow-up-right

Discord: https://discord.com/invite/mx4kjVG7zNarrow-up-right

Prepare the Server

sudo apt-get update && sudo apt-get upgrade -y

sudo apt install curl tar wget tmux htop net-tools clang pkg-config libssl-dev jq build-essential git screen make ncdu -y

cd $HOME
wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz
echo 'export GOROOT=/usr/local/go' >> $HOME/.bash_profile
echo 'export GOPATH=$HOME/go' >> $HOME/.bash_profile
echo 'export GO111MODULE=on' >> $HOME/.bash_profile
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile && source $HOME/.bash_profile
rm -rf go1.20.4.linux-amd64.tar.gz

Binary Setup

wget https://storage.googleapis.com/pryzm-resources/pryzmd-0.10.0-linux-amd64.tar.gz
tar -xzvf pryzmd-0.10.0-linux-amd64.tar.gz
mv pryzmd $HOME/go/bin

İnitalize

Configuration

Snapshot

Service

Start Node and View Logs

sudo systemctl start pryzmd && sudo journalctl -u pryzmd -fo cat

Configuration Settings

Pruning

Open Indexer

İndexer Kapat

Change Port

Port=316

Set Min Gas Price

Active Prometheus Et

Reset Chain Data

Delete Node

Last updated