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:
Clone the repository
Run
./build
Run
./up
Check the README for commands, etc. https://github.com/Xahau/mainnet-docker/blob/main/README.md
Connect using WebSockets or RPC: WebSocket:
ws://localhost:16006
RPC (HTTP POST):http://localhost:16007
Local instance
Peering info
Explorer
Technical docs
WebSocket URL
Public peering
Network ID: 21337
- Hub (Cluster) 1: bacab.alloy.ee 21337
- Hub (Cluster) 2: hubs.xahau.as16089.net 21337
- Hub 3: xahau-1.cabbit.tech 21337
- Hub 4: xahau-2.cabbit.tech 21337
Binary & config
For ubuntu 22.04: Download:
For the latest release build numbers, see the Github Build Actions.
Extract, then run:
./xahaud --net --conf xahaud.cfg
Config file sample (to be saved as xahaud.cfg
):
https://github.com/Xahau/mainnet-docker/blob/main/store/etc/xahaud.cfg
Edit the database path, etc if needed.
In the same folder as the
xahaud.cfg
config, thevalidators-xahau.txt
file should be stored: https://github.com/Xahau/mainnet-docker/blob/main/store/etc/validators-xahau.txt
UNL (VL)
Last updated
Was this helpful?