Skip to main content

🚀 Quickstart

EthPillar is cool

📐 Option 1: Automated One-Liner Install

  1. Open a terminal window from anywhere by typing Ctrl+Alt+T.

To install, paste the following:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/coincashew/EthPillar/main/install.sh)"
  1. Launch EthPillar:
ethpillar
  1. Use the TUI menu to:
  • Set up validators
  • Configure network settings
  • Enable security
  • Enable monitoring
  • Manage services

🤝 Option 2: Manual Install

  1. Install updates and packages:
sudo apt-get update && sudo apt-get install git curl ccze bc tmux jq nano btop whiptail ufw
  1. Clone the ethpillar repo and install:
mkdir -p ~/git/ethpillar
git clone https://github.com/coincashew/ethpillar.git ~/git/ethpillar
sudo ln -s ~/git/ethpillar/ethpillar.sh /usr/local/bin/ethpillar
  1. Run ethpillar:
ethpillar
tip

Congrats on installing a EthPillar and thank you for making Ethereum more decentralized by running a node!