Run Your Own Node

ETC Node Clients

Run your own Ethereum Classic node for maximum decentralization and independence. Choose from multiple client implementations in Go, Java, and Scala.

Why Run Your Own Node?

Full Verification

Independently verify every transaction and block without trusting third parties.

Privacy

Your transactions and queries stay private - no external RPC provider sees your activity.

Network Support

Help strengthen the ETC network by adding another independent node.

Reliable Access

Never depend on external services for blockchain access - your node is always available.

Available Clients

Core-Geth

RecommendedGo

Official Ethereum Classic node client. Fork of go-ethereum with full ETC support and enhanced features.

Features

  • Full and light sync modes
  • JSON-RPC and WebSocket APIs
  • EVM tracing and debugging
  • Built-in mining support
  • MEV-free transaction ordering
WindowsmacOSLinuxDocker

Quick Start

Install

brew install core-geth

Configuration

Use --classic flag for ETC mainnet, --mordor for testnet

Hyperledger Besu

Java

Enterprise-grade Ethereum client with ETC support. Designed for both public and private permissioned network use cases.

Features

  • Enterprise features
  • Comprehensive APIs
  • Permissioning
  • Privacy groups
  • Monitoring with Prometheus/Grafana
WindowsmacOSLinuxDocker

Quick Start

Install

docker pull hyperledger/besu:latest

Configuration

Use --network=classic for ETC mainnet, --network=mordor for testnet

Fukuii

Scala

High-performance Scala 3 implementation of the Ethereum Classic protocol. Continuation of the Mantis client with modern architecture.

Features

  • Fast initial sync with checkpoints
  • Built on Scala 3.3.4 LTS and JDK 21
  • Interactive TUI and CLI utilities
  • AI integration via MCP support
  • Comprehensive test suites
LinuxmacOSDocker

Quick Start

Install

docker pull ghcr.io/chippr-robotics/fukuii:latest

Configuration

Use network=etc for mainnet, network=mordor for testnet

Network Configuration

Ethereum Classic

Chain ID61
SymbolETC
Core-Geth Flag--classic
Besu Flag--network=classic
Fukuii Flagnetwork=etc

Mordor Testnet

Chain ID63
SymbolMETC
Core-Geth Flag--mordor
Besu Flag--network=mordor
Fukuii Flagnetwork=mordor

Hardware Requirements

Minimum (Full Node)

  • CPU2+ cores
  • RAM4 GB
  • Storage500 GB SSD
  • Network10 Mbps+

Recommended (Archive Node)

  • CPU4+ cores
  • RAM8+ GB
  • Storage2+ TB NVMe SSD
  • Network25+ Mbps

Ready to Run a Node?

Start with Core-Geth for the best ETC experience, or choose Hyperledger Besu for enterprise features.