Releases: NethermindEth/nethermind
v1.10.53
Running Nethermind:
Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.
Linux
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.53/nethermind-linux-amd64-1.10.53-4b1eb37-20210410.zip
unzip nethermind-linux-amd64-1.10.53-4b1eb37-20210410.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Linux Arm64
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.53/nethermind-linux-arm64-1.10.53-4b1eb37-20210410.zip
unzip nethermind-linux-arm64-1.10.53-4b1eb37-20210410.zip -d nethermind
cd nethermind
node Nethermind.Launcher.js
- Select desired configuration
Windows
- download windows package
nethermind-windows-amd64-1.10.53-4b1eb37-20210410.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.53-4b1eb37-20210410.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.51
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.51/nethermind-linux-amd64-1.10.51-1a20c48-20210330.zip
unzip nethermind-linux-amd64-1.10.51-1a20c48-20210330.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.51-1a20c48-20210330.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.51-1a20c48-20210330.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.50/nethermind-linux-amd64-1.10.50-7b1a10f-20210329.zip
unzip nethermind-linux-amd64-1.10.50-7b1a10f-20210329.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.50-7b1a10f-20210329.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.50-7b1a10f-20210329.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.48
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.48/nethermind-linux-amd64-1.10.48-589bce9-20210323.zip
unzip nethermind-linux-amd64-1.10.48-589bce9-20210323.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.48-589bce9-20210323.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.48-589bce9-20210323.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.46
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.46/nethermind-linux-amd64-1.10.46-0e01637-20210318.zip
unzip nethermind-linux-amd64-1.10.46-0e01637-20210318.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.46-0e01637-20210318.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.46-0e01637-20210318.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.44
[ 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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.44/nethermind-linux-amd64-1.10.44-557fe6b-20210316.zip
unzip nethermind-linux-amd64-1.10.44-557fe6b-20210316.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.44-557fe6b-20210316.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.44-557fe6b-20210316.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.41
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.41/nethermind-linux-amd64-1.10.41-d9db1e4-20210313.zip
unzip nethermind-linux-amd64-1.10.41-d9db1e4-20210313.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.41-d9db1e4-20210313.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.41-d9db1e4-20210313.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.37
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.37/nethermind-linux-amd64-1.10.37-068e5c3-20210310.zip
unzip nethermind-linux-amd64-1.10.37-068e5c3-20210310.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.37-068e5c3-20210310.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.37-068e5c3-20210310.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.34
[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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.34/nethermind-linux-amd64-1.10.34-b8900ba-20210310.zip
unzip nethermind-linux-amd64-1.10.34-b8900ba-20210310.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.34-b8900ba-20210310.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.34-b8900ba-20210310.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.
v1.10.31
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
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.10.31/nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip
unzip nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- Select desired configuration
Additionally for Ubuntu 16.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
Windows
- download windows package
nethermind-windows-amd64-1.10.31-f2d79a6-20210307.zip
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.10.31-f2d79a6-20210307.zip
- unzip the file
- run Nethermind.Launcher
- select desired configuration
Nethermind Data Marketplace:
NDM packages can be downloaded directly from http://downloads.nethermind.io/.