description |
---|
Run your Nethermind node with our cross-platform Ethereum client |
Check Download sources in order to get the latest Nethermind package for your OS.
{% tabs %} {% tab title="Linux" %}
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 selectEthereum 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
{% hint style="danger" %}
{% endhint %}
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6 -y
sudo apt install libzstd1 -y
{% endtab %}
{% tab title="Windows" %}
- Download
Windows
package unzip
the file- Run
Nethermind.Launcher.exe
- Select desired configuration {% endtab %}
{% tab title="MacOS" %}
- 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 {% endtab %} {% endtabs %}