Check Download sources in order to get the latest Nethermind package for your OS.
wget [LINUX_PACKAGE_URL]
Install linux dependencies
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip -y
unzip
the package
unzip [LINUX_PACKAGE_FILENAME] -d nethermind
Switch directory
cd nethermind
Run Nethermind.Launcher
and select Ethereum Node
./Nethermind.Launcher
Select network
Select synchronization mode
Configure JSON RPC
/EthStats
if needed
Nethermind node is now running🎉, check this article to get familiar with the logs
sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-6 g++-6 -ysudo apt install libzstd1 -y
Download Windows
package
unzip
the file
Run Nethermind.Launcher.exe
Select desired configuration
Download Darwin
package
Install MacOS
dependencies
brew install gmp snappy lz4 zstd
unzip
the file
Run Nethermind.Launcher
⚠ If you will be prompted with a warning, check instructions here -> https://support.apple.com/en-us/HT202491
Select desired configuration