Running a Testnet Node

Xahau Testnet 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 Testnet with Docker

To connect to the Xahau Testnet (Hooks V3 testnet) 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

Info & Faucet

Explorer

Technical docs

WebSocket URL

Public peering

Network ID: 21338 Peer 1: 159.65.199.56 Port: 21338 Peer 2: 139.59.98.59 Port: 21338 Peer 3: 88.99.3.241 Port: 21338 Peer 4: 88.99.4.45 Port: 21338

Binary & config

For ubuntu 22.04: Download:

https://build.xahau.tech/2023.9.25-dev%2B336

Extract, then run: ./xahaud --net --quorum=5 --conf xahaud.cfg Config file sample (to be saved as xahaud.cfg):

Validators

[validators] nHDs6fHVnhb4ZbSFWF2dTTPHoZ6Rr39i2UfLotzgf8FKUi7iZdxx nHUvgFxT8EGrXqQZ1rqMw67UtduefbaCHiVtVahk9RXDJP1g1mB4 nHU7Vn6co7xEFMBesV7qw7FXE8ucKrhVWQiYZB5oGyMhvqrnZrnJ nHBoJCE3wPgkTcrNPMHyTJFQ2t77EyCAqcBRspFCpL6JhwCm94VZ nHUVv4g47bFMySAZFUKVaXUYEmfiUExSoY4FzwXULNwJRzju4XnQ nHBvr8avSFTz4TFxZvvi4rEJZZtyqE3J6KAAcVWVtifsE7edPM7q nHUH3Z8TRU57zetHbEPr1ynyrJhxQCwrJvNjr4j1SMjYADyW1WWe nHBdSXv3DhYJVXUppMLpCwJWDFVQyFdZrbMxeh8CFiBEvfTCy3Uh nHUJbfgaAtkbuAdtrqCDerP99PcprcpyqakZTsYpkQdb67aKKyJn

UNL (VL)

Integrating Xumm with Hooks V3

To connect Xumm to the Hooks V3 staging net, scan this QR with the QR scanner in Xumm to add the endpoint (above) to the Xumm node list.

Last updated