github NethermindEth/nethermind 1.14.4
v1.14.4

latest releases: 1.28.0, 1.28.0-rc, 1.27.1...
pre-release23 months ago

What changed?

Most of the improvements in this release were raised by our Community via GitHub Issues and Discord channel suggestions.

We are continuing to improve our Execution layer Client by fixing improvements raised by the community, improving stabilization, reducing the data size and UX of our Client.

Release Overview

  • More profitable blocks post-merge
  • Fixes & improvements in synchronization and networking
  • Fixes & improvements in JSON-RPC: eth_getFilterLogs, parity_PendingTransactions, eth_subscribe, eth_getBlockByNumber, eth_getBlockByHash
  • Optimization of disk reads and CPU usage
  • First part of Shanghai EIPs

Block Construction

JsonRPC

Sync

Networking

TxPool

EVM

Added two Shanghai upgrade related EIPs:

HealthChecks

Metrics

Log

Config

ENR

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.14.4/nethermind-linux-amd64-1.14.4-d7f8306-20221026.zip
  3. unzip nethermind-linux-amd64-1.14.4-d7f8306-20221026.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.14.4/nethermind-linux-arm64-1.14.4-d7f8306-20221026.zip
  3. unzip nethermind-linux-arm64-1.14.4-d7f8306-20221026.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.14.4-d7f8306-20221026.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.14.4-d7f8306-20221026.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.