Pundi X Chain

Pundi X Chain
Pundi X Chain

Network name: Pundi X Chain | Chain ID: PUNDIX | Latest version: v0.2.3

Github

Public endpoints

Peering

quick connect

Use this if you need to quickly re-peer

sudo systemctl stop pundixd
seeds="78d3eb3f15a20ab1d567660d35776abe0dee71d0@pundix-mainnet-seed-node-1.pundix.com:26656,3c37c6c42dfd9094117549794299a62d49c122eb@pundix-mainnet-seed-node-2.pundix.com:26656,8542cd7e6bf9d260fef543bc49e59be5a3fa9074@seed.publicnode.com:26656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.pundix/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/addrbooks/pundix/addrbook.json > $HOME/.pundix/config/addrbook.json
sudo systemctl restart pundixd

seed node

20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:26156

latest addrbook

curl -Ls https://snapshots.lavenderfive.com/addrbooks/pundix/addrbook.json > $HOME/.pundix/config/addrbook.json

live peers

peers="[]"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.pundix/config/config.toml

all seed nodes

seeds="78d3eb3f15a20ab1d567660d35776abe0dee71d0@pundix-mainnet-seed-node-1.pundix.com:26656,3c37c6c42dfd9094117549794299a62d49c122eb@pundix-mainnet-seed-node-2.pundix.com:26656,8542cd7e6bf9d260fef543bc49e59be5a3fa9074@seed.publicnode.com:26656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.pundix/config/config.toml

Last updated