Pre-mainnet — ire-1 is a public testnet with one validator. Do not put real value on it.

Network

Network

Public seed, genesis hash, and what this host is not. ire-1 is a public testnet with one local validator. It is not mainnet.

Public seed

Non-validator peer in Falkenstein (Hetzner). Use this as persistent_peers. It is P2P only.

63c21a2befb884a958cdc88a1c78788eae42bf5b@91.99.1.9:26656

Genesis sha256

Verify networks/ire-1/genesis.json against this digest before starting a node.

20ddba9d70780a09c841287345272cfb82a94c9f67cb98f6b8aa4ec2058a6ea8

Network files

Published genesis and seed template: https://github.com/kenyahewitt/ire-blockchain/tree/main/networks/ire-1. Share that folder. Do not share .ire/, validator keys, node_key, or priv_validator_key.

What is public

  • Public: P2P port 26656 on the Falkenstein seed.
  • Read-only via this host: GET /rpc/ and /api/ reverse-proxied to localhost RPC/LCD on the VPS (after nginx is installed). POST, broadcast, and net_info are denied. Keplr cannot broadcast through this proxy.
  • Not public: RPC 26657 and LCD 1317 stay localhost-only on the VPS. The Mac home-machine validator is not a public endpoint. This Netlify URL cannot serve ports 26656 or 26657.

Do not treat this docs host as a P2P seed. Watch live transactions on Mempool.

Binary

Build ired from kenyahewitt/ire-blockchain. Prefer commit a762557 to match the running seed binary.

git clone https://github.com/kenyahewitt/ire-blockchain.git
cd ire-blockchain
git checkout a762557   # match the running seed binary; omit to build latest
make build

Join steps live on Join.