Installation
Prepare the server
# Add superuser
adduser lgtn# Add user to sudo group
usermod -aG sudo lgtn
# Switch to the new user by using the command:
su lgtn
cd /home/lgtnAutomatic Installation
source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/fleek-lightning)sudo systemctl daemon-reload && \
sudo systemctl enable lightning
sudo mkdir -p /var/log/lightning
sudo touch /var/log/lightning/output.log
sudo touch /var/log/lightning/diagnostic.log
sudo systemctl restart lightning.serviceManual Installation
Open ports:
Update, upgrade and install requirements:
Clone repository and build:
Key generator
Config.toml
Create a service:
Set up the Metamask browser extension and Stake
Restart the service:
Last updated