Epix Logo

Epix

Active

The world's first blockchain powering a completely decentralized internet where websites are hosted by everyone, controlled by no one.

Public Endpoints

RPC
https://epix-rpc.linknode.org
API
https://epix-api.linknode.org
gRPC
epix-grpc.linknode.org:443
EVM RPC
https://epix-evmrpc.linknode.org

IBC Relayers

DestinationChannelCounterpartySoftwareStatus
Osmosis
osmosis-1
channel-0channel-108456HermesActive

Essential Files

Genesis.json

genesis.json
Download

Addrbook.json

addrbook.json
Download

Snapshots

sudo systemctl stop epixd
cp $HOME/.epixd/data/priv_validator_state.json $HOME/.epixd/priv_validator_state.json.backup
epixd comet unsafe-reset-all --home $HOME/.epixd --keep-addr-book
curl -L https://snapshots.linknode.org/epix/snapshot | lz4 -d | tar -xf - -C $HOME/.epixd
mv $HOME/.epixd/priv_validator_state.json.backup $HOME/.epixd/data/priv_validator_state.json
sudo systemctl restart epixd && sudo journalctl -u epixd -f