🚀 Quickstart

📐 Option 1: Automated One-Liner Install
- 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)"
- Launch EthPillar:
ethpillar
- Use the TUI menu to:
- Set up validators
- Configure network settings
- Enable security
- Enable monitoring
- Manage services
🤝 Option 2: Manual Install
- Install updates and packages:
sudo apt-get update && sudo apt-get install git curl ccze bc tmux jq nano btop whiptail ufw
- 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
- Run ethpillar:
ethpillar
tip
Congrats on installing a EthPillar and thank you for making Ethereum more decentralized by running a node!