github NethermindEth/nethermind 0.9.1
Busy Buidler

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

New in this release

  • most of the JSON RPC methods are implemented (https://github.com/ethereum/wiki/wiki/JSON-RPC)
  • added support for Clique (Rinkeby and Görli testnets - special thanks to Timur Badretdinov and the Goerli team)
  • tested with truffle framework (launch with --config spaceneth to run in Dev mode)
  • added receipts storage by default

Supported

  • mainnet
  • ropsten (--config ropsten)
  • goerli (--config goerli)
  • rinkeby (--config rinkeby)

Not supported (work in progress)

  • kovan
  • fast sync

there is no secure account management / wallet support
http://downloads.nethermind.io/

To enable JSON RPC you will need to change appropriate config file in configs folder (change JsonRpcEnabled to true and choose http host and port)

Windows

  • download Windows package
  • unzip
  • open the folder
  • Nethermind.Runner.exe

Linux (Ubuntu 16.04 18.04 - reach out on gitter for other distributions)

MacOS (10.12+)

  • brew install gmp
  • brew install snappy
  • download MacOS package
  • unzip
  • cd into the folder
  • chmod +x Nethermind.Runner
  • ./Nethermind.Runner

Don't miss a new nethermind release

NewReleases is sending notifications on new releases.