github NethermindEth/nethermind 1.12.8
v1.12.8

latest releases: 1.29.0-rc, 1.28.0, 1.28.0-rc...
2 years ago

What changed?

[Performance] Reduce CPU usage and sync time when syncing receipts. (#3956)
[Performance] Optimize transaction execution by skipping .net locals initialization (#3921)
[Log] Measure processing time in accurately (#3952). Processed messages now correctly measure time of actual processing when following the head of the chain.
[The Merge] Add customizable metadata to block tree for the merge and potentially plugins (#3918)
[Account Abstraction] Make default subscription result only RequestId (#3932)
[Account Abstraction] Add priority peer option for sub-protocols (#3895)
[Gnosis former xDai] Update bootnodes list for Gnosis Chain (#3981)
[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)

  1. sudo add-apt-repository ppa:nethermindeth/nethermind
  2. sudo apt install nethermind
  3. To execute the launcher
    nethermind
  4. To execute the runner
    nethermind --config mainnet

Homebrew

  1. brew tap nethermindeth/nethermind
  2. brew install nethermind
  3. To execute the launcher
    nethermind-launcher
  4. To execute the runner
    nethermind --config mainnet

Docker

  1. docker pull nethermind/nethermind
  2. docker run -it nethermind/nethermind

Linux

  1. sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
  2. wget https://github.com/NethermindEth/nethermind/releases/download/1.12.8/nethermind-linux-amd64-1.12.8-2d3dd48-20220502.zip
  3. unzip nethermind-linux-amd64-1.12.8-2d3dd48-20220502.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. select desired configuration

Linux Arm64

  1. sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 librocksdb5.17 unzip
  2. wget https://github.com/NethermindEth/nethermind/releases/download/1.12.8/nethermind-linux-arm64-1.12.8-2d3dd48-20220502.zip
  3. unzip nethermind-linux-arm64-1.12.8-2d3dd48-20220502.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.12.8-2d3dd48-20220502.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. brew install rocksdb
  2. download darwin package nethermind-darwin-amd64-1.12.8-2d3dd48-20220502.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Don't miss a new nethermind release

NewReleases is sending notifications on new releases.