v1.12.7
What changed?
[xDai/Gnosis chain/POSDAO] Support new hardfork (#3889, #3930)
[JSON RPC/TxPool] Optimize broadcasting of local transaction (#3901)
[UX] Improve sync peer report with alignment (#3917)
[MacOs/M1] Fix issues with dependency resolving (#3908, #3919)
[Performance] Various performance optimizations (#3885, #3897, #3906, #3916)
[Plugins] Allow to explicitly specify plugin initialization order (#3904)
[EthStats] Move EthStats to plugin (#3910)
[Account Abstraction] Add whitelisted paymasters + various fixes (#3893)
[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.12.7/nethermind-linux-amd64-1.12.7-3b419f1-20220407.zip
unzip nethermind-linux-amd64-1.12.7-3b419f1-20220407.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.12.7/nethermind-linux-arm64-1.12.7-3b419f1-20220407.zip
unzip nethermind-linux-arm64-1.12.7-3b419f1-20220407.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- select desired configuration
Windows
- download windows package
nethermind-windows-amd64-1.12.7-3b419f1-20220407.zip
- unzip the file
- run
Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.12.7-3b419f1-20220407.zip
- unzip the file
- run
Nethermind.Launcher
- select desired configuration