
Epix
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.orgAPI
https://epix-api.linknode.orggRPC
epix-grpc.linknode.org:443EVM RPC
https://epix-evmrpc.linknode.orgIBC Relayers
| Destination | Channel | Counterparty | Software | Status |
|---|---|---|---|---|
Osmosis osmosis-1 | channel-0 | channel-108456 | Hermes | Active |
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