Skip to main content

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:

  • mainnet
  • testnet-golf
  • nano-testnet-alpha

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).

ServiceURL
Full nodeshttps://node1.mainnet.hathor.network/
https://node2.mainnet.hathor.network/
https://miners.mainnet.hathor.network/
https://node.explorer.mainnet.hathor.network/
Proxy minerstratum+tcp://txmining-stratum.mainnet.hathor.network:8000
Transaction mining servicehttps://txmining.mainnet.hathor.network
Wallet servicehttps://wallet-service.hathor.network
Explorer front endhttps://explorer.hathor.network
Explorer APIhttps://explorer-service.mainnet.hathor.network
HTR tokenomics API endpointhttps://api.economics.hathor.network/status

testnet-golf

testnet-golf is Hathor Network testnet, used for testing new released versions of Hathor core and integrations of external systems before their respective deployments to mainnet.

ServiceURL
Full nodeshttps://node1.testnet.hathor.network/
https://node.explorer.testnet.hathor.network/
Proxy minerstratum+tcp://txmining-stratum.testnet.hathor.network:8000
Transaction mining servicehttps://txmining.testnet.hathor.network
Wallet servicehttps://wallet-service.testnet.hathor.network
Explorer front endhttps://explorer.testnet.hathor.network
Explorer APIhttps://explorer-service.testnet.hathor.network

nano-testnet-alpha

nano-test-alpha is a second testnet instance that runs experimental versions of Hathor core, with support for nano contracts in the protocol.

ServiceURL
Full nodehttps://node1.nano-testnet.hathor.network/
Proxy minerstratum+tcp://txmining-stratum.nano-testnet.hathor.network:8000
Transaction mining servicehttps://txmining.nano-testnet.hathor.network
Wallet servicehttps://wallet-service.nano-testnet.hathor.network
Explorer front endhttps://explorer.alpha.nano-testnet.hathor.network
Explorer APIhttps://explorer-service.nano-testnet.hathor.network