Running a Mainnet Node

Xahau Mainnet allows for running your own local node. You can run a Docker Container or connect with your own local running instance.

Connecting to the Xahau Mainnet with Docker

To connect to the Xahau Mainnet you can use this docker container:

  1. Clone the repository

  2. Run ./build

  3. Run ./up

  4. Connect using WebSockets or RPC: WebSocket: ws://localhost:16006 RPC (HTTP POST): http://localhost:16007

Local instance

Peering info

Last updated