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

Public peering V4

Network ID: 21338 79.110.60.122 Port: 21338 79.110.60.124 Port: 21338 79.110.60.125 Port: 21338 79.110.60.121 Port: 21338

Public peering V4

2a0c:3bc0::1c74 Port: 21338

2a0c:3bc0::169d Port: 21338

2a0c:3bc0::1aaf Port: 21338

2a0c:3bc0::1d78 Port: 21338

Binary & config

For ubuntu 22.04: Download:

https://build.xahau.tech - fetch the latest RELEASE version

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

Validators

[validators] nHBoJCE3wPgkTcrNPMHyTJFQ2t77EyCAqcBRspFCpL6JhwCm94VZ nHUVv4g47bFMySAZFUKVaXUYEmfiUExSoY4FzwXULNwJRzju4XnQ nHBvr8avSFTz4TFxZvvi4rEJZZtyqE3J6KAAcVWVtifsE7edPM7q nHUH3Z8TRU57zetHbEPr1ynyrJhxQCwrJvNjr4j1SMjYADyW1WWe

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

Was this helpful?