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
RecommendedGoOfficial 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
Quick Start
Install
brew install core-gethConfiguration
Use --classic flag for ETC mainnet, --mordor for testnet
Hyperledger Besu
JavaEnterprise-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
Quick Start
Install
docker pull hyperledger/besu:latestConfiguration
Use --network=classic for ETC mainnet, --network=mordor for testnet
Fukuii
ScalaHigh-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
Quick Start
Install
docker pull ghcr.io/chippr-robotics/fukuii:latestConfiguration
Use network=etc for mainnet, network=mordor for testnet
Network Configuration
Ethereum Classic
61ETC--classic--network=classicnetwork=etcMordor Testnet
63METC--mordor--network=mordornetwork=mordorHardware 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.