What changed?
[Mainnet] Add arrow glacier support in chainspec (#3573)
[MEV] Add support for MEV 0.4 specification, support for Mega Bundles (#3423)
[Json Rpc] Disable EIP-3607 for RPC calls (#3580)
[Json Rpc/Trace] Implement trace_callMany, remove gas constraints on tracing (#3571)
[Mempool] Immediate broadcast of new local txs will improve tx inclusion time on sparse networks like xDai (#3552)
[Mempool] Improve performance and memory usage by eagerly removing stale transactions (#3559)
[Mempool] Improve performance by sorting only worst transaction per sender (#3559)
[Mempool] Improve performance by moving updates to background thread (#3558)
[xDai] After MemPool improvements bring down default MemPool size to 2048 (#3563)
[POA Core] Fix issue with service transactions and base fee (#3572)
[POA Core] London hardfork chainspec changes (#3564), (#3567), (#3576)
[Sepolia] Added support for the new testnet Sepolia - the successor for Ropsten
[Sync] Updated pivots for parallel sync
Running Nethermind:
Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.
PPA
(Tested on Ubuntu Series: Focal
, Bionic
, Xenial
and Trusty
)
sudo add-apt-repository ppa:nethermindeth/nethermind
sudo apt install nethermind
- To execute the launcher
nethermind
- To execute the runner
nethermind --config mainnet
Homebrew
brew tap nethermindeth/nethermind
brew install nethermind
- To execute the launcher
nethermind-launcher
- To execute the runner
nethermind --config mainnet
Docker
docker pull nethermind/nethermind
docker run -it nethermind/nethermind
Linux
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.11.7/nethermind-linux-amd64-1.11.7-75f034a-20211105.zip
unzip nethermind-linux-amd64-1.11.7-75f034a-20211105.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- select desired configuration
Linux Arm64
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 librocksdb5.17 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.11.7/nethermind-linux-arm64-1.11.7-75f034a-20211105.zip
unzip nethermind-linux-arm64-1.11.7-75f034a-20211105.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- select desired configuration
Windows
- download windows package
nethermind-windows-amd64-1.11.7-75f034a-20211105.zip
- unzip the file
- run
Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.11.7-75f034a-20211105.zip
- unzip the file
- run
Nethermind.Launcher
- select desired configuration