Documentation
System Configuration

System Configuration

☢️

This guide has been tested against MacOS & Linux distributions only. To ensure a successful production environment setup, consider using one of these options.

The hardware requirements for running Polaris Ethereum depend upon the node configuration and can change over time as upgrades to the network are implemented.

Hardware Requirements

This system spec has been tested by many users and validators and found to be comfortable in a public environment:

  • Quad Core or larger amd64 or arm64 CPU.
  • 64GB RAM (A lot can be in swap)
  • 1TB NVMe Storage
  • 100MBPS bidirectional internet connection

You can run Polaris Ethereum on lower-spec hardware for each component, but you may find that it is not highly performant or prone to crashing.

Commonly used ports

polard uses the following TCP ports. Toggle their settings to match your environment.

Most validators will only need to open the following port:

  • 26656: The default port for the P2P protocol. This port is used to communicate with other nodes and must be open to join a network. However, it does not have to be open to the public.

Additional ports:

  • 1317: The default port for the Lite Client Daemon (LCD). The LCD provides an HTTP RESTful API layer to allow applications and services to interact with your polard instance through RPC. You don't need to open this port unless you have use for it.

  • 8545: This port hosts the Ethereum JSON-RPC Server.

  • 26660: The default port for interacting with the Prometheus (opens in a new tab) database, which can be used to monitor the environment. In the default configuration, this port is not open.

  • 26657: The default port for the RPC protocol. Because this port is used for querying and sending transactions, it must be open for serving queries from polard.

⚠️

Do not open port 26657 to the public unless you plan to run a public node.