System Requirements

Running an Endpoint Node (EN) requires relatively higher hardware specifications compared to the ones for Ethereum or other blockchains, because EN has to validate blocks generated by the full-fledged Consensus Nodes equipped with enterprise-grade hardware.

For the ENs, the following specifications are recommended.

H/W Specification

Cloud VM

Model

vCPU

Memory (GiB)

Storage (GiB)

EBS Bandwidth (Mbps)

Network Bandwidth (Gbps)

Price (Seoul region, USD/h)

m5.2xlarge (recommended)

8

32

EBS-Only

3,500

Up to 10

0.472

The information above is from https://aws.amazon.com/ec2/instance-types/ and https://aws.amazon.com/ec2/pricing/on-demand/ and may be changed by AWS.

Bare-metal Machine

We do not specify the exact physical machine specification for EN, but any physical machine having hardware configuration similar to the one in the Cloud VM section would be sufficient to operate an EN.

Storage Requirements

Assuming 100 TPS in average, 300 bytes average transaction size, and 1-second block latency, the expected EN daily storage requirement is 2.5 GB/day (=300x100x86400).

Operating System

Recommended environment is Amazon Linux 2. Klaytn binaries are fully tested on Amazon Linux 2, but they should work on other linux-based environments as well. macOS binaries are also provided for development purpose.

Last updated