Skip to content

Run Ethereum

This guide covers how to run Ethereum with Kittynode.

  1. Install Kittynode CLI:

    Terminal window
    curl --proto '=https' --tlsv1.2 -LsSf https://kittynode.com/sh | sh
  2. Set up the validator:

    Terminal window
    kittynode validator init

To run an Ethereum node, it’s best to use a dedicated machine. Some good options include:

For additional information please refer to:

  1. Install Ubuntu desktop or server.

  2. Install basic utils:

    Terminal window
    sudo apt update
    sudo apt install -y build-essential curl git

Set up Docker before continuing.


Kittynode is free software released under the MIT License.