Skip to content

ETCCooperative/nethermind-etc-plugin

Repository files navigation

Nethermind Ethereum Classic Plugin

Plugin to add Ethereum Classic (ETC) support to Nethermind.

Supported Networks

Network Chain ID Config
ETC Mainnet 61 classic
Mordor Testnet 63 mordor

Installation

  1. Download the plugin from GitHub Releases
  2. Extract to your Nethermind installation:
# From the release archive
cp Nethermind.EthereumClassic.dll /path/to/nethermind/plugins/
mkdir -p /path/to/nethermind/chainspecs/
cp chainspecs/*.json /path/to/nethermind/chainspecs/
cp configs/*.cfg /path/to/nethermind/configs/

Usage

# ETC Mainnet
./nethermind --config classic

# Mordor Testnet
./nethermind --config mordor

# Or with explicit chainspec
./nethermind --Init.ChainSpecPath=chainspecs/classic.json

Build from Source

dotnet build -c Release
dotnet test

# Output: src/Nethermind.EthereumClassic/bin/Release/net10.0/Nethermind.EthereumClassic.dll

License

GPL-3.0

About

Ethereum Classic (ETC) plugin for Nethermind

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •