- fixes an issue with finalizing fast blocks sync when remaining blocks have no transactions
- improved sync peers selection by counting downloaded bytes per millisecond instead of latencies
- improved sync conversations with Geth by limiting Geth request sizes
- Added a config switch for Geth limits allowing to chose a mode (with different defaults for various networks)
- Updated pivot blocks for goerli (1800000) and mainnet (9000000)
- Added a queue field to the fast sync - fast blocks to explain the '0' current progress when queues are grwoing
- Fixed receipts download in fast sync mode
- Bodies and receipts downloads during fast sync and bodies downloads during full sync improved / optimized
- Sync mode transitions logging improved
- Removed some of the detailed WARN logs from the fast blocks logs
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.3.2/nethermind-linux-amd64-1.3.2-9d65c01-20191215.zip
unzip nethermind-linux-amd64-1.3.2-9d65c01-20191215.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-*
- unzip the file
- run Nethermind.Launcher.exe
- select desired configuration
macOS
- download darwin package
nethermind-darwin-amd64-*
- unzip the file
- run Nethermind.Launcher
- select desired configuration