Skip to content

Releases: NethermindEth/nethermind

v1.10.53

10 Apr 17:22
Compare
Choose a tag to compare
v1.10.53 Pre-release
Pre-release

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.53/nethermind-linux-amd64-1.10.53-4b1eb37-20210410.zip
  3. unzip nethermind-linux-amd64-1.10.53-4b1eb37-20210410.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Linux Arm64

  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.10.53/nethermind-linux-arm64-1.10.53-4b1eb37-20210410.zip
  3. unzip nethermind-linux-arm64-1.10.53-4b1eb37-20210410.zip -d nethermind
  4. cd nethermind
  5. node Nethermind.Launcher.js
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.10.53-4b1eb37-20210410.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.10.53-4b1eb37-20210410.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.51

30 Mar 10:09
1a20c48
Compare
Choose a tag to compare

[Memory] Fixed memory leak in the node stats manager

from 1.10.50

[Stability] Fixing fast sync for networks after Berlin fork
[Stability] Mitigate issues with long branches. It could cause high memory usage and trouble with application closing.
[Aura] Support block reward block transitions
[RocksDB] Database is forward compatible. The older version of Nethermind won't work with a database created by 1.10.50 and above.

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.51/nethermind-linux-amd64-1.10.51-1a20c48-20210330.zip
  3. unzip nethermind-linux-amd64-1.10.51-1a20c48-20210330.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.51-1a20c48-20210330.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.10.51-1a20c48-20210330.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.50

29 Mar 14:10
7b1a10f
Compare
Choose a tag to compare
v1.10.50 Pre-release
Pre-release

[Stability] Fixing fast sync for networks after Berlin fork
[Stability] Mitigate issues with long branches. It could cause high memory usage and trouble with application closing.
[Aura] Support block reward block transitions
[RocksDB] Database is forward compatible. The older version of Nethermind won't work with a database created by 1.10.50 and above.

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.50/nethermind-linux-amd64-1.10.50-7b1a10f-20210329.zip
  3. unzip nethermind-linux-amd64-1.10.50-7b1a10f-20210329.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.50-7b1a10f-20210329.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.10.50-7b1a10f-20210329.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.48

23 Mar 20:53
589bce9
Compare
Choose a tag to compare

[CLI] Deleting a history file no longer crashes CLI
[TXPOOL] Fixes an issue where public nodes that were distributing own transactions were spamming the network with transaction messages.
[AURA] Allow block rewards as dictionary in chainspec

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.48/nethermind-linux-amd64-1.10.48-589bce9-20210323.zip
  3. unzip nethermind-linux-amd64-1.10.48-589bce9-20210323.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.48-589bce9-20210323.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.10.48-589bce9-20210323.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.46

18 Mar 12:12
0e01637
Compare
Choose a tag to compare

[METRICS] Added network bytes metrics
[JSON RPC/CONFIG] Configurable numbers of concurrent statefull eth module request
[JSON RPC/HTTP] Added 503 status code when server is too busy to respond
[SYNC] Pivot blocks got updated

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.46/nethermind-linux-amd64-1.10.46-0e01637-20210318.zip
  3. unzip nethermind-linux-amd64-1.10.46-0e01637-20210318.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.46-0e01637-20210318.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.10.46-0e01637-20210318.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.44

16 Mar 15:15
557fe6b
Compare
Choose a tag to compare

[ FIX/SYNC ] Fixes issue when StateSync could kick in during normal block processing

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.44/nethermind-linux-amd64-1.10.44-557fe6b-20210316.zip
  3. unzip nethermind-linux-amd64-1.10.44-557fe6b-20210316.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.44-557fe6b-20210316.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.10.44-557fe6b-20210316.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.41

13 Mar 01:49
Compare
Choose a tag to compare

[FIX] Fixes crashes related to parallel eth_call / block production and block processing execution that were commonly causing trouble when running JSON RPC and/or validating nodes.
[FIX] Fixes witness sync collector causing a concurrent access exception.

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.41/nethermind-linux-amd64-1.10.41-d9db1e4-20210313.zip
  3. unzip nethermind-linux-amd64-1.10.41-d9db1e4-20210313.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.41-d9db1e4-20210313.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.10.41-d9db1e4-20210313.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.37

10 Mar 23:12
Compare
Choose a tag to compare

[JSON RPC] Returned insufficient balance error instead of the stack trace for eth_call and eth_estimateGas methods
[Baseline] Fixed the loading of baseline plugin bug introduced in version 1.10.31. (System.TypeLoadException: Method 'DisposeAsync' in type 'Nethermind.Plugin.Baseline.BaselinePlugin' from assembly 'Nethermind.Baseline.Plugin)
[FIX] Fixes incompatibility with web3 in eth_subscribe. MethodName in notifications has been changed from "eth_subscribe" to "eth_subscription".
[LRU Cache] Reverted changes which resulted with LRU Cache bug (System.IndexOutOfRangeException: Index was outside the bounds of the array.) (#2862)

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.37/nethermind-linux-amd64-1.10.37-068e5c3-20210310.zip
  3. unzip nethermind-linux-amd64-1.10.37-068e5c3-20210310.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.37-068e5c3-20210310.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.10.37-068e5c3-20210310.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.34

10 Mar 12:24
b8900ba
Compare
Choose a tag to compare

[JSON RPC] Returned insufficient balance error instead of the stack trace for eth_call and eth_estimateGas methods
[Baseline] Fixed the loading of baseline plugin bug introduced in version 1.10.31. (System.TypeLoadException: Method 'DisposeAsync' in type 'Nethermind.Plugin.Baseline.BaselinePlugin' from assembly 'Nethermind.Baseline.Plugin)
[FIX] Fixes incompatibility with web3 in eth_subscribe. MethodName in notifications has been changed from "eth_subscribe" to "eth_subscription".
[LRU Cache] Reverted changes which resulted with LRU Cache bug (System.IndexOutOfRangeException: Index was outside the bounds of the array.) (#2862)

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.34/nethermind-linux-amd64-1.10.34-b8900ba-20210310.zip
  3. unzip nethermind-linux-amd64-1.10.34-b8900ba-20210310.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.34-b8900ba-20210310.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.10.34-b8900ba-20210310.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.

v1.10.31

08 Mar 09:08
Compare
Choose a tag to compare

FOR BERLIN BETTER USE 1.10.41
https://github.com/NethermindEth/nethermind/releases/tag/1.10.41

[FOR BERLIN BETTER USE 1.10.41] [BERLIN] This version removes EIP-2315 from Berlin and sets the Berlin testnets and mainnet block numbers. Listen to announcements of Berlin update and if it is moved then we will provide information on config change (and a new version)
[FOR BERLIN BETTER USE 1.10.41] [TXPOOL] Fixes a bug where removing transactions from the pool after block processing could cause the block processor to stop.
[FOR BERLIN BETTER USE 1.10.41] [ETHSTATS] Fixed a bug causing the block transactions count to be displayed instead of tx pool pending transactions on the ethstats page
[FOR BERLIN BETTER USE 1.10.41] [SYNC] Pivot blocks updated (if you use this version long time after release then it is best if you update the pivot blocks before synchronization)
[FOR BERLIN BETTER USE 1.10.41] [SPACENETH] Improved logic around block production triggers for dev networks.


Known Issues:

  • Our initial eth_subscribe release has been reported not to work for many users. We are working on a fix.
  • Some users reported an 'LruCache' bug that prevents them from continuing operations after restart, We are working on it with high priority.
  • Validating nodes (Clique / AuRa) are unstable (require restarts every other day) when running with pruning. If you plan to run a validator on a private network please prefer 1.9.x versions and await a fix.

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

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.10.31/nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip
  3. unzip nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Additionally for Ubuntu 16.04

  1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  2. sudo apt-get update
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.31-f2d79a6-20210307.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.10.31-f2d79a6-20210307.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.