Public networks
Introduction
This article is the reference material for the public instances of Hathor Network. For each network instance, it provides all the necessary information for node operation, integration, and related activities.
Instances
Each network instance is identified by the value of key NETWORK_NAME in its respective .yml configuration file under hathor-core/hathor/conf. At the time of writing (June 25, 2025), the following Hathor Network instances are in operation:
mainnettestnet-india
Each of them is composed of nodes operated by different entities in a decentralized manner. In this context, Hathor Labs maintains and publicly provides the ancillary services that make up the Hathor system, such as seed DNS, transaction mining server, explorer, public full nodes, etc. Each of the following sections covers the configuration of a network instance, along with the URLs of these public services. For the endpoints and rate limits of each API, refer to the reference of the corresponding system component.
mainnet
mainnet is Hathor Network mainnet, where tokens have real value (HTR and custom tokens).
- Configuration file:
hathor-core/hathor/conf/mainnet.yml - Hathor core version:
- Public services:
| Service | URL |
|---|---|
| Full nodes | https://node1.mainnet.hathor.network/ https://node2.mainnet.hathor.network/ https://miners.mainnet.hathor.network/ https://node.explorer.mainnet.hathor.network/ |
| Proxy miner | stratum+tcp://txmining-stratum.mainnet.hathor.network:8000 |
| Transaction mining service | https://txmining.mainnet.hathor.network |
| Wallet service | https://wallet-service.hathor.network |
| Explorer front end | https://explorer.hathor.network |
| Explorer API | https://explorer-service.mainnet.hathor.network |
| HTR tokenomics API endpoint | https://api.economics.hathor.network/status |
testnet-india
testnet-india is Hathor Network testnet, used for testing new released versions of Hathor core and integrations of external systems before their respective deployments to mainnet.
- Configuration file:
hathor-core/hathor/conf/testnet.yml - Hathor core version:
- Public services:
| Service | URL |
|---|---|
| Full nodes | https://node1.testnet.hathor.network/ https://node.explorer.testnet.hathor.network/ |
| Proxy miner | stratum+tcp://txmining-stratum.testnet.hathor.network:8000 |
| Transaction mining service | https://txmining.testnet.hathor.network |
| Wallet service | https://wallet-service.testnet.hathor.network |
| Explorer front end | https://explorer.testnet.hathor.network |
| Explorer API | https://explorer-service.testnet.hathor.network |