Paxi Logo

Paxi

Archived

A fast, simple, and truly decentralized blockchain network built with Cosmos SDK and CosmWasm.

Validator Service Sunset

This validator has ceased operations on January 16, 2026. The data shown below is an archived snapshot of the final state.

Public Endpoints

RPC
https://paxi-rpc.linknode.org
API
https://paxi-api.linknode.org
gRPC
paxi-grpc.linknode.org:443

Essential Files

Genesis.json

genesis.json
Download

Addrbook.json

addrbook.json
Download

Snapshots

sudo systemctl stop paxid
cp $HOME/.paxi/paxi/data/priv_validator_state.json $HOME/.paxi/priv_validator_state.json.backup
rm -rf $HOME/.paxi/paxi/data
curl -L https://snapshots.linknode.org/paxi/snapshot | lz4 -d | tar -xf - -C $HOME/.paxi/paxi/
mv $HOME/.paxi/priv_validator_state.json.backup $HOME/.paxi/paxi/data/priv_validator_state.json
sudo systemctl restart paxid && sudo journalctl -u paxid -f

Sync Wasm

curl -sL https://raw.githubusercontent.com/astrostake/scripts/refs/heads/main/paxi/sync_wasm.sh |bash
sudo systemctl restart paxid