github NethermindEth/nethermind 1.8.30
v1.8.30

latest releases: 1.26.0, 1.26.0-exp.4, 1.26.0-rc...
3 years ago

This version brings mainnet beam sync so please play around and send us feedback. Beam sync will be 2 - 3 times slower than fast sync but will allow you to execute some JSON RPC request within a few minutes from the start of the sync. If a request expires (it will do it automatically if it cannot find the data with other nodes) you can try to reissue it after a moment.

WARN: Please be aware that with 1.8.30 a sync that includes bodies and receipts may require a higher amount of RAM during the sync process due to parallel downloads of all parts of the chain. We will be targeting this issue in the next release.

[SYNC] Fast sync lag set to 2 blocks behind the head chain to better support beam sync requests for 'latest'
[SYNC] Beam sync can now use 'latest' block while the chain is syncing and this will return 'chain head - 2' block
[SYNC] Fast blocks priorities changes so we no longer assign some requests to the slowest chains
[LAUNCHER] Separated fast sync and beam sync configs. Default beam sync configs will never download historical headers, bodies, receipts.
[AURA] Fix to a reward contract issue
[CHAIN] Improved block tree startup reviews to better detect and fix any sync inconsistencies and potential full blocks gaps
[CONFIG] Pivot numbers updated for most of the chains
[CONFIG] Some configs were modified slightly to make them follow the conventions.
[LOGGING] Trace level logs now shown in magenta as dark gray was invisible on some terminals
[LOGGING] Added some additional miner infos

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.8.30/nethermind-linux-amd64-1.8.30-76524c2-20200504.zip
  3. unzip nethermind-linux-amd64-1.8.30-76524c2-20200504.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.8.30-76524c2-20200504.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.8.30-76524c2-20200504.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

Nethermind Data Marketplace:

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

Don't miss a new nethermind release

NewReleases is sending notifications on new releases.