*️⃣Light Node
Installation Testnet
Hardware requirements:
Node Type | CPU | RAM | Storage |
---|---|---|---|
Light node | 2 | 2GB | 100GB |
1) Auto_install script
2) Manual installation
Preparing the server
GO 1.23.1
Build 19.11.24
celestia version
version: v0.18.0-refs-tags-v0-20-2-arabica.0
commit: 2dc9cce7b5dffc14fd4fe156d2aa9869318e0f68
Create/recover wallet
Initiation
Create a service file
SnapShot Light Testnet | Archive (updated every 24 hours)
You can check the size and time of snapshot creation with this command
curl -sI https://celestia.light-archive.snap-t.stavr.tech/light-t-snap.tar.lz4 | grep "last" && curl -sI https://celestia.light-archive.snap-t.stavr.tech/light-t-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'
Start
Monitoring
You can set up your node status alarm here - Monitoring
Security
You can create secure management of your wallet and your node by following this links.
Delete node
Last updated