Run Ethereum
This guide covers how to run Ethereum with Kittynode.
Run an Ethereum validator
Section titled “Run an Ethereum validator”-
Install Kittynode CLI:
Terminal window curl --proto '=https' --tlsv1.2 -LsSf https://kittynode.com/sh | shTerminal window curl --proto '=https' --tlsv1.2 -LsSf https://kittynode.com/sh | shTerminal window powershell -ExecutionPolicy Bypass -c "irm https://kittynode.com/ps1 | iex" -
Set up the validator:
Terminal window kittynode validator init
Hardware requirements
Section titled “Hardware requirements”To run an Ethereum node, it’s best to use a dedicated machine. Some good options include:
- ASUS NUC 14 Pro
- Beelink
- Minisforum
For additional information please refer to:
Set up an Ubuntu machine
Section titled “Set up an Ubuntu machine”-
Install Ubuntu desktop or server.
-
Install basic utils:
Terminal window sudo apt updatesudo apt install -y build-essential curl git
Install Docker
Section titled “Install Docker”Set up Docker before continuing.
Kittynode is free software released under the MIT License.