This repository contains a script (bash.sh
) for setting up and running a Celestia Light Node on your machine. The script automates the installation of necessary dependencies, Go language, Celestia node, and systemd service for easy management.
The following minimum hardware specifications are recommended for running a Celestia Light Node:
- Memory: 500 MB RAM (minimum)
- CPU: Single Core
- Disk: 100 GB SSD Storage
- Bandwidth: 56 Kbps Download / 56 Kbps Upload
-
Clone the repository and navigate to the project folder:
git clone https://github.com/0xHawre/celestia-light-node.git cd celestia-light-node
-
**run script
chmod +x bash.sh && ./bash.sh
run with one cmnd
bash <(curl -s https://raw.githubusercontent.com/0xHawre/celestia-light-node/refs/heads/main/bash.sh)
License This project is open-source and licensed under the MIT License.