Skip to content

Releases: NethermindEth/nethermind

v1.0 RC20

22 Jul 15:27
Compare
Choose a tag to compare
v1.0 RC20 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.0rc20/nethermind-linux-amd64-1.0rc20-f40a0d4-20190722.zip
  3. unzip nethermind-linux-amd64-1.0rc20-f40a0d4-20190722.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.0rc20-f40a0d4-20190722.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.0rc20-f40a0d4-20190722.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

v1.0 RC19

12 Jul 17:28
Compare
Choose a tag to compare
v1.0 RC19 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.0rc19/nethermind-linux-amd64-1.0rc19-5abf91b-20190712.zip
  3. unzip nethermind-linux-amd64-1.0rc19-5abf91b-20190712.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.0rc19-5abf91b-20190712.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.0rc19-5abf91b-20190712.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

v1.0 RC18

11 Jul 14:11
Compare
Choose a tag to compare
v1.0 RC18 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.0rc18/nethermind-linux-amd64-1.0rc18-a08889f.zip
  3. unzip nethermind-linux-amd64-1.0rc18-a08889f.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.0rc18-a08889f.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.0rc18-a08889f.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

v1.0 RC17

04 Jul 18:19
Compare
Choose a tag to compare
v1.0 RC17 Pre-release
Pre-release

Changes to formatting of JSON RPC error responses.
Added "rewards" as a separate trace.

v1.0 RC16

04 Jul 02:15
Compare
Choose a tag to compare
v1.0 RC16 Pre-release
Pre-release
1.0rc16

rc16

v1.0 RC15

03 Jul 01:13
Compare
Choose a tag to compare
v1.0 RC15 Pre-release
Pre-release
1.0rc15

rc15 version

v1.0 RC14

30 Jun 00:34
Compare
Choose a tag to compare
v1.0 RC14 Pre-release
Pre-release

Please note that there is a configuration issue in this release:

The config file of the rinkeby_archive node has the SynchronizationEnabled value set to 'false'
If you want to run the Rinkeby full archive you will need to change this value to true:

image

v1.0 RC13

28 Jun 02:43
11fa5ca
Compare
Choose a tag to compare
v1.0 RC13 Pre-release
Pre-release
Merge pull request #577 from NethermindEth/replays

Replays

v1.0 RC12

25 Jun 01:40
8cb2bdb
Compare
Choose a tag to compare
v1.0 RC12 Pre-release
Pre-release

has a config switch that allows the receipts to be loaded from the headers DB (it is a fix for the corrupted RC7 database)

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.0rc12/nethermind-linux-amd64-1.0rc12-8cb2bdb.zip
  3. unzip nethermind-linux-amd64-1.0rc12-8cb2bdb.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.0rc12-8cb2bdb.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.0rc12-8cb2bdb.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

v1.0 RC11

24 Jun 07:54
7bb1e10
Compare
Choose a tag to compare
v1.0 RC11 Pre-release
Pre-release
Merge pull request #554 from NethermindEth/traceblock

various fixes to JSON RPC and JSON RPC testing